Searched refs:options (Results 301 - 325 of 369) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java927 int options) {
939 applyPattern(chars, symbols, rebuiltPat, options);
948 if ((options & IGNORE_SPACE) != 0) {
971 * @param options a bit mask of zero or more of the following:
975 StringBuffer rebuiltPat, int options) {
982 if ((options & IGNORE_SPACE) != 0) {
1102 nested.applyPattern(chars, symbols, patBuf, options);
1723 * @param iterOpts RuleCharacterIterator options
924 applyPattern(String pattern, ParsePosition pos, SymbolTable symbols, int options) argument
974 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, StringBuffer rebuiltPat, int options) argument
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java66 out.println("where options are any of the following in any order:");
615 private Hashtable options = new Hashtable(); field in class:J2DAnalyzer.ResultHolder
650 String keys[] = new String[options.size()];
651 Enumeration enum_ = options.keys();
660 key = key+","+keys[i]+"="+options.get(keys[i]);
691 options.put(key, value);
702 return options;
H A DHTMLSeriesReporter.java292 // get sorted list of variable options for this test
303 Hashtable options = rh.getOptions();
304 Set entries = options.entrySet();
444 "\njava HTMLSeriesReporter [options] resultfile... " +
446 "where options include: " +
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c845 /* Parse the options for this heapTracker agent */
847 parse_agent_options(char *options) argument
856 /* Parse options and set flags in gdata */
857 if ( options==NULL ) {
861 /* Get the first token from the options string. */
862 next = get_token(options, ",=", token, (int)sizeof(token));
864 /* While not at the end of the options string, process this option. */
869 stdout_message(" java -agent:heapTracker[=options] ...\n");
871 stdout_message("The options are comma separated:\n");
881 fatal_error("ERROR: Cannot parse maxDump=number: %s\n", options);
897 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java1333 * operation. The value of <b>options</b> indicates how this information
1337 * offscreen buffer. The value of <b>options</b> is bitwise OR'd into
1340 public void setDebugOptions(int options) { argument
1341 if (options != 0) {
1342 if (options == NONE_OPTION) {
1348 if (debugOptions != options) {
1349 debugOptions |= options;
1358 /** Returns the current debugging options for this DebugGraphics.
1366 * options on a per component basis.
1368 static void setDebugOptions(JComponent component, int options) { argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegexParser.java75 int options; field in class:RegexParser
116 return (this.options & flag) == flag;
119 synchronized Token parse(String regex, int options) throws ParseException { argument
120 this.options = options;
150 public RegularExpression createRegex(String regex, int options) throws ParseException {
151 Token tok = this.parse(regex, options);
152 return new RegularExpression(regex, tok, this.parennumber, this.hasBackReferences, options);
H A DRangeToken.java543 public String toString(int options) { argument
558 if ((options & RegularExpression.SPECIAL_COMMA) != 0 && i > 0) sb.append(",");
581 if ((options & RegularExpression.SPECIAL_COMMA) != 0 && i > 0) sb.append(",");
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java145 static void moveAndVerify(Path source, Path target, CopyOption... options) argument
182 Path result = move(source, target, options);
598 static void copyAndVerify(Path source, Path target, CopyOption... options) argument
601 Path result = copy(source, target, options);
608 for (CopyOption opt : options) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java833 private String[] printExecCmd(String printer, String options, argument
851 if (options != null && !options.equals("")) {
886 execCmd[n++] = "-o " + options;
904 execCmd[n++] = "-o" + options;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m666 NSApplicationActivationOptions options = allWindows ? NSApplicationActivateAllWindows : 0;
667 options |= NSApplicationActivateIgnoringOtherApps; // without this, nothing happens!
668 [[NSRunningApplication currentApplication] activateWithOptions:options];
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java377 Map options = new HashMap();
378 options.put("keyStoreURL", "NONE");
379 options.put("keyStoreType", KS_TYPE);
380 options.put("keyStoreProvider", KS_PROVIDER);
381 options.put("debug", "true");
382 m.initialize(s, new TextCallbackHandler(), new HashMap(), options);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp131 const JavaVMOption* option = args->options + index;
855 // allow for commandline "commenting out" options like -XX:#+Verbose
895 // this allows a way to include spaces in string-valued options
1047 // incompatible command line options were chosen.
1052 "Class data sharing is inconsistent with other specified options.\n");
1248 // with YoungPLABSize and OldPLABSize options.
1263 " options are specified for the CMS collector."
2142 const JavaVMOption* option = args->options + index;
2148 // add all jvm options to the jvm_args string. This string
2150 // the -Djava.class.path and the -Dsun.java.command options ar
2201 char *options = NULL; local
2217 char *options = NULL; local
2227 char *options = strcpy(NEW_C_HEAP_ARRAY(char, strlen(tail) + 1, mtInternal), tail); local
2856 JavaVMOption options[N_MAX_OPTIONS]; // Construct option array local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DModel.java149 this.options = opts;
192 * Command-line options used for building this model.
194 public final Options options; field in class:Model
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java73 Options options = Options.instance(context);
74 if (options.isSet("onlySyntaxErrorsUnrecoverable"))
98 * Create a warning diagnostic that will not be hidden by the -nowarn or -Xlint:none options.
111 * Create a warning diagnostic that will not be hidden by the -nowarn or -Xlint:none options.
164 * Create a note diagnostic that will not be hidden by the -nowarn or -Xlint:none options.
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java54 options = Options.instance(context);
453 private Options options; field in class:ConstantWriter
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h141 int options; member in struct:unpacker::file
145 bool deflate_hint() { return ((options & FO_DEFLATE_HINT) != 0); }
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java115 Options options = Options.instance(context);
117 options.isUnset(G_CUSTOM) ||
118 options.isSet(G_CUSTOM, "lines");
120 options.isUnset(G_CUSTOM)
121 ? options.isSet(G)
122 : options.isSet(G_CUSTOM, "vars");
123 genCrt = options.isSet(XJCOV);
124 debugCode = options.isSet("debugcode");
125 allowInvokedynamic = target.hasInvokedynamic() || options.isSet("invokedynamic");
129 options
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackerImpl.java69 * Get the set of options for the pack and unpack engines.
141 * Register a listener for changes to options.
270 final List<String> passFiles; // parsed pack.pass.file options
304 int opt = props.getInteger(Utils.COM_PREFIX+"archive.options");
309 // (Done collecting options from props.)
338 int options; field in class:PackerImpl.DoPack.InFile
363 options |= Constants.FO_DEFLATE_HINT;
388 file.options |= options;
H A DUnpackerImpl.java60 * Register a listener for changes to options.
81 * Get the set of options for the pack and unpack engines.
237 ? (((file.options & Constants.FO_DEFLATE_HINT) != 0) ||
H A DPackage.java754 int options = 0; // random flag bits, such as deflate_hint field in class:Package.File
775 return (options & FO_IS_CLASS_STUB) != 0;
786 && (options &~ FO_IS_CLASS_STUB) == 0;
808 +(BandStructure.testBit(options,FO_DEFLATE_HINT)?"@":"")
879 stub.options |= FO_IS_CLASS_STUB;
1212 // modtimes and options are not transmitted, and the stub files
H A DDriver.java107 // Translate command line options to Pack200 properties:
452 // Negative options as required by CLIP:
469 // Note: Collection options use "\0" as a delimiter between arguments.
513 * Remove a set of command-line options from args,
516 * The options string is a newline-separated series of
521 String options,
527 // Convert options string into optLines dictionary.
530 for (String optline : options.split("\n")) {
551 // Multiple trips per option only if several options per argument.
520 parseCommandOptions(List<String> args, String options, Map<String,String> properties) argument
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c238 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h88 /* How the options get to OnLoad: */
221 char * options; /* option string copy */ member in struct:__anon533
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A Dwaiters.cpp246 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c228 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument

Completed in 150 milliseconds

<<1112131415