Searched refs:options (Results 151 - 175 of 369) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/attach/
H A DVirtualMachine.java327 * @param options
328 * The options to provide to the <code>Agent_OnAttach</code>
346 public abstract void loadAgentLibrary(String agentLibrary, String options) argument
409 * @param options
410 * The options to provide to the <code>Agent_OnAttach</code>
428 public abstract void loadAgentPath(String agentPath, String options) argument
478 * @param options
479 * The options to provide to the agent's <code>agentmain</code>
495 public abstract void loadAgent(String agent, String options) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java302 * Command line options.
304 protected Options options; field in class:JavaCompiler
362 options = Options.instance(context);
364 verbose = options.isSet(VERBOSE);
365 sourceOutput = options.isSet(PRINTSOURCE); // used to be -s
366 stubOutput = options.isSet("-stubs");
367 relax = options.isSet("-relax");
368 printFlat = options.isSet("-printflat");
369 attrParseOnly = options.isSet("-attrparseonly");
370 encoding = options
1139 explicitAnnotationProcessingRequested(Options options) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DObjectReference.java193 * {@link #INVOKE_NONVIRTUAL} bit flag in the <code>options</code>
227 * bit flag in the <code>options</code> argument; however,
244 * @param options the integer bit flag options.
272 List<? extends Value> arguments, int options)
271 invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSunCommandLineLauncher.java41 static private final String ARG_OPTIONS = "options";
97 getString("sun.options.label"),
98 getString("sun.options"),
147 String options = argument(ARG_OPTIONS, arguments).value();
160 if ((options.indexOf("-Djava.compiler=") != -1) &&
161 (options.toLowerCase().indexOf("-djava.compiler=none") == -1)) {
229 options + ' ' +
H A DObjectReferenceImpl.java277 void validateMethodInvocation(Method method, int options) argument
302 if ((options & INVOKE_NONVIRTUAL) != 0) {
316 if ((options & INVOKE_NONVIRTUAL) != 0) {
339 final int options) {
346 method.ref(), args, options);
351 if ((options & INVOKE_SINGLE_THREADED) != 0) {
360 List<? extends Value> origArguments, int options)
375 return type.invokeMethod(thread, method, origArguments, options);
381 validateMethodInvocation(method, options);
391 method, args, options);
335 sendInvokeCommand(final ThreadReferenceImpl thread, final ClassTypeImpl refType, final MethodImpl method, final ValueImpl[] args, final int options) argument
359 invokeMethod(ThreadReference threadIntf, Method methodIntf, List<? extends Value> origArguments, int options) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIXPluginCustomization.java58 if(!Ring.get(Model.class).options.pluginURIs.contains(element.getNamespaceURI()))
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DSolarisNativeDispatcher.c93 char* options; local
101 options = ent.mnt_mntopts;
129 len = strlen(options);
133 (*env)->SetByteArrayRegion(env, bytes, 0, len, (jbyte*)options);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java97 Set<? extends OpenOption> options,
112 options,
125 Set<? extends OpenOption> options,
142 options,
157 getFileAttributeView(Path obj, Class<V> view, LinkOption... options) argument
162 boolean followLinks = Util.followLinks(options);
181 LinkOption... options)
193 return (A) getFileAttributeView(file, view, options).readAttributes();
197 public DynamicFileAttributeView getFileAttributeView(Path obj, String name, LinkOption... options) { argument
199 boolean followLinks = Util.followLinks(options);
96 newFileChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) argument
124 newAsynchronousFileChannel(Path path, Set<? extends OpenOption> options, ExecutorService executor, FileAttribute<?>... attrs) argument
179 readAttributes(Path file, Class<A> type, LinkOption... options) argument
215 newByteChannel(Path obj, Set<? extends OpenOption> options, FileAttribute<?>... attrs) argument
275 copy(Path source, Path target, CopyOption... options) argument
284 move(Path source, Path target, CopyOption... options) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DNativeHeaderTool.java69 * @param options task options, {@code null} means no options
83 Iterable<String> options,
80 getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DDisassemblerTool.java69 * @param options compiler options, {@code null} means no options
86 Iterable<String> options,
83 getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes) argument
H A DCodeWriter.java67 options = Options.instance(context);
123 int indentWidth = options.indentWidth;
239 if (options.details.contains(InstructionDetailWriter.Kind.SOURCE)) {
247 if (options.details.contains(InstructionDetailWriter.Kind.LOCAL_VARS)) {
252 if (options.details.contains(InstructionDetailWriter.Kind.LOCAL_VAR_TYPES)) {
257 if (options.details.contains(InstructionDetailWriter.Kind.STACKMAPS)) {
263 if (options.details.contains(InstructionDetailWriter.Kind.TRY_BLOCKS)) {
279 private Options options; field in class:CodeWriter
/openjdk7/langtools/src/share/classes/javax/tools/
H A DJavaCompiler.java244 * @param options compiler options, {@code null} means no options
261 Iterable<String> options,
258 getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<? extends JavaFileObject> compilationUnits) argument
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbCred.java74 KDCOptions options = new KDCOptions();
75 options.set(KDCOptions.FORWARDED, true);
76 options.set(KDCOptions.FORWARDABLE, true);
84 KrbTgsReq tgsReq = new KrbTgsReq(options, tgt, tgService,
/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java68 CopyOption[] options = (preserve) ?
73 Files.copy(source, target, options);
100 CopyOption[] options = (preserve) ?
105 Files.copy(dir, newdir, options);
159 // process options
/openjdk7/langtools/test/tools/javac/nio/compileTest/
H A DCompileTest.java92 List<String> options = new ArrayList<String>();
93 options.addAll(Arrays.asList(opts));
94 options.addAll(Arrays.asList(
104 compiler.getTask(out, fm, null, options, null, compilationUnits);
115 // This isolates the expected class from javac options that might be given to jtreg.
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DLoginModuleOptions.java135 static void login(CallbackHandler callback, Object... options) argument
142 int count = options.length / 2;
144 String key = (String) options[2 * i];
145 Object value = options[2 * i + 1];
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp32 // Arguments parses the command line and recognizes options
131 char* options() const { return _options; } function in class:AgentLibrary
138 AgentLibrary(const char* name, const char* options, bool is_absolute_path, void* os_lib) { argument
141 if (options == NULL) {
144 _options = AllocateHeap(strlen(options)+1, mtInternal);
145 strcpy(_options, options);
271 static void add_init_library(const char* name, char* options) argument
272 { _libraryList.add(new AgentLibrary(name, options, false, NULL)); }
276 static void add_init_agent(const char* name, char* options, bool absolute_path) argument
277 { _agentList.add(new AgentLibrary(name, options, absolute_pat
280 add_loaded_agent(const char* name, char* options, bool absolute_path, void* os_lib) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp252 out->print("Syntax : %s %s", cmd_name, _options == NULL ? "" : "[options]");
280 out->print_cr("\nOptions: (options must be specified using the <key> or <key>=<value> syntax)");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DExtensionBindingChecker.java65 public ExtensionBindingChecker(String schemaLanguage, Options options, ErrorHandler handler) { argument
66 super(schemaLanguage, options, handler);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DParserFactory.java61 final Options options; field in class:ParserFactory
72 this.options = Options.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java70 * Create a basic formatter based on the supplied options.
72 * @param opts list of command-line options
75 public BasicDiagnosticFormatter(Options options, JavacMessages msgs) { argument
76 super(msgs, new BasicConfiguration(options));
223 public BasicConfiguration(Options options) { argument
224 super(options, EnumSet.of(DiagnosticPart.SUMMARY,
230 if (options.isSet("oldDiags"))
232 String fmt = options.get("diagsFormat");
240 if ((((srcPos = options.get("sourcePosition")) != null)) &&
245 String indent = options
[all...]
/openjdk7/langtools/test/tools/apt/Compile/
H A DWarnAPF.java92 String options[] = {""};
93 supportedOptions = unmodifiableCollection(Arrays.asList(options));
/openjdk7/langtools/test/tools/apt/Discovery/
H A DTouch.java96 String options[] = {""};
97 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
/openjdk7/langtools/test/tools/apt/Scanners/
H A DCounter.java91 String options[] = {""};
92 supportedOptions = unmodifiableCollection(Arrays.asList(options));
H A DScanner.java106 String options[] = {""};
107 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));

Completed in 101 milliseconds

1234567891011>>