Searched defs:option (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java171 static CompilePolicy decode(String option) { argument
172 if (option == null)
174 else if (option.equals("attr"))
176 else if (option.equals("check"))
178 else if (option.equals("simple"))
180 else if (option.equals("byfile"))
182 else if (option.equals("bytodo"))
199 static ImplicitSourcePolicy decode(String option) { argument
200 if (option == null)
202 else if (option
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c384 AGENTNAME " usage: java " AGENTLIB "=[help]|[<option>=<value>, ...]\n"
433 " " XRUN " or " AGENTLIB " command line option.\n"
446 " - Using the external option addition with csh, log details on all runs:\n"
456 " - The option format=b cannot be used with monitor=y.\n"
457 " - The option format=b cannot be used with cpu=old|times.\n"
459 " java " XRUN ":[help]|[<option>=<value>, ...]\n"
461 " java " AGENTLIB "=[help]|[<option>=<value>, ...]\n"
474 " - The option format=b is considered experimental, this format may change\n"
493 "%s option error: %s (%s)", AGENTNAME, description, gdata->options);
537 char option[1 local
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h206 jboolean option; member in struct:__anon573
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2558 } else if (option != null) {
2559 option.setLabel(new String(data));
3374 // build the element, unless this is an option.
3376 option = new Option(attr);
3380 m.addElement(option);
3381 if (option.isSelected()) {
3387 m.addElement(option);
3388 if (option.isSelected()) {
3389 m.setSelectedItem(option);
3390 m.setInitialSelection(option);
4044 Option option; field in class:HTMLDocument.HTMLReader
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp2035 ciTypeFlow::Block* ciTypeFlow::block_at(int bci, ciTypeFlow::JsrSet* jsrs, CreateOption option) { argument
2045 Block* block = get_block_for(ciblk->index(), jsrs, option);
2047 assert(block == NULL? (option == no_create): block->is_backedge_copy() == (option == create_backedge_copy), "create option consistent with result");
2798 // If no such block exists, create it, unless the option is no_create.
2799 // If the option is create_backedge_copy, always create a fresh backedge copy.
2800 ciTypeFlow::Block* ciTypeFlow::get_block_for(int ciBlockIndex, ciTypeFlow::JsrSet* jsrs, CreateOption option) { argument
2805 if (option == no_create) return NULL;
2812 if (option !
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1369 void Universe::verify(bool silent, VerifyOption option) { argument
1393 heap()->verify(silent, option);
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1044 * Return JNI_TRUE for an option string that has no effect but should
1053 jboolean RemovableMachineDependentOption(char * option) { argument
1062 if( (strcmp(option, "-d32") == 0 ) ||
1063 (strcmp(option, "-d64") == 0 ))
/openjdk7/jdk/src/share/bin/
H A Djava.c41 * options are turned into "-foo" options to the vm. This option
120 static jboolean RemovableOption(char *option);
453 * specified. If no command line option was given for the JVM type,
455 * JDK_ALTERNATE_VM and the command line option -XXaltjvm= are also
643 * Adds a new VM option with the given given name and value.
650 * VM option.
794 * Checking for headless toolkit option in the some way as AWT does:
838 * Command line splash screen option should have precedence
1058 ; /* Do not pass option to vm. */
1071 /* default to LM_CLASS if -jar and -cp option ar
1905 RemovableOption(char * option) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Frame.cpp66 jstring option; member in struct:SetIMMOptionStruct
1426 jstring option = sios->option; local
1435 JNI_CHECK_NULL_GOTO(option, "IMMOption argument", ret);
1440 coption = JNU_GetStringPlatformChars(env, option, NULL);
1452 JNU_ReleaseStringPlatformChars(env, option, coption);
1458 env->DeleteGlobalRef(option);
1736 jstring option)
1742 sios->option = (jstring)env->NewGlobalRef(option);
1735 Java_sun_awt_windows_WFramePeer_pSetIMMOption(JNIEnv *env, jobject self, jstring option) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp106 // Check if head of 'option' matches 'name', and sets 'tail' remaining part of option string
108 static bool match_option(const JavaVMOption *option, const char* name, argument
111 if (strncmp(option->optionString, name, len) == 0) {
112 *tail = option->optionString + len;
121 jio_fprintf(defaultStream::output_stream(), "VM option '%s'\n", opt);
131 const JavaVMOption* option = args->options + index; local
134 if (match_option(option, "-Dsun.java.launcher=", &tail)) {
135 process_java_launcher_argument(tail, option->extraInfo);
138 if (match_option(option, "
1998 is_bad_option(const JavaVMOption* option, jboolean ignore, const char* option_type) argument
2031 match_option(const JavaVMOption* option, const char** names, const char** tail, bool tail_allowed) argument
2142 const JavaVMOption* option = args->options + index; local
2906 const JavaVMOption *option = vm_args.options + i; local
3008 const JavaVMOption *option = args->options + index; local
3068 const JavaVMOption *option = args->options + index; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1050 (JNIEnv *env, jclass clazz, jlong display, jstring program, jstring option)
1059 if (!JNU_IsNull(env, option)) {
1060 c_option = (char *)JNU_GetStringPlatformChars(env, option, NULL);
1067 if (!JNU_IsNull(env, option)) {
1068 JNU_ReleaseStringPlatformChars(env, option, (const char *) c_option);
1078 if (!JNU_IsNull(env, option)) {
1079 JNU_ReleaseStringPlatformChars(env, option, (const char *) c_option);
1049 Java_sun_awt_X11_XlibWrapper_XGetDefault(JNIEnv *env, jclass clazz, jlong display, jstring program, jstring option) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java350 static native String XGetDefault(long display, String program, String option); argument
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp988 bool os::obsolete_option(const JavaVMOption *option) argument
990 if (!strncmp(option->optionString, "-Xt", 3)) {
992 } else if (!strncmp(option->optionString, "-Xtm", 4)) {
994 } else if (!strncmp(option->optionString, "-Xverifyheap", 12)) {
996 } else if (!strncmp(option->optionString, "-Xmaxjitcodesize", 16)) {
1410 // own purposes must, at this time, use the "-Xrs" option to prevent
4217 // The ThreadPriorityPolicy option allows us to select 2 different
4617 // handlers, unless invoked with the option "-XX:+AllowUserSignalHandlers".

Completed in 120 milliseconds

123