Searched refs:options (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DDTDExtensionBindingChecker.java48 public DTDExtensionBindingChecker(String schemaLanguage, Options options, ErrorHandler handler) { argument
49 super(schemaLanguage, options, handler);
/openjdk7/langtools/test/tools/apt/Compile/
H A DErrorAPF.java66 String options[] = {""};
67 supportedOptions = unmodifiableCollection(Arrays.asList(options));
/openjdk7/langtools/test/tools/apt/Discovery/
H A DPhantomTouch.java74 String options[] = {""};
75 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DIntTrie.java207 * @param options trie options to use
210 IntTrie(char index[], int data[], int initialvalue, int options, argument
213 super(index, options, datamanipulate);
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java55 /** make test options and arguments */
58 String options = " -Dsun.rmi.server.activation.debugExec=" +
65 options += " -Dtest.src=" + TestParams.testSrc + " ";
68 // options += " -Dtest.classes=" + TestParams.testClasses + " ";
70 options += " -Dtest.classes=" + TestParams.testClasses //;
77 return options;
145 String options = makeOptions(debugExec);
147 RMID rmid = new RMID("sun.rmi.server.Activation", options, args,
158 protected RMID(String classname, String options, String args, argument
161 super(classname, options, arg
[all...]
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DDGCDeadLock.java71 String options = " -Djava.security.policy=" +
79 testImplVM = new JavaVM("TestImpl", options, "");
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DUtil.java88 static boolean followLinks(LinkOption... options) { argument
90 for (LinkOption option: options) {
/openjdk7/jdk/src/share/npt/
H A Dutf.h43 (char *options);
45 (struct UtfInst *ui, char *options);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixChannelFactory.java54 * Represents the flags from a user-supplied set of open options.
68 static Flags toFlags(Set<? extends OpenOption> options) { argument
70 for (OpenOption option: options) {
115 Set<? extends OpenOption> options,
119 Flags flags = Flags.toFlags(options);
145 Set<? extends OpenOption> options,
149 return newFileChannel(-1, path, null, options, mode);
156 Set<? extends OpenOption> options,
161 Flags flags = Flags.toFlags(options);
178 * Opens file based on parameters and options, returnin
112 newFileChannel(int dfd, UnixPath path, String pathForPermissionCheck, Set<? extends OpenOption> options, int mode) argument
144 newFileChannel(UnixPath path, Set<? extends OpenOption> options, int mode) argument
155 newAsynchronousFileChannel(UnixPath path, Set<? extends OpenOption> options, int mode, ThreadPool pool) argument
[all...]
/openjdk7/langtools/test/tools/javac/annotations/
H A DTestAnnotationPackageInfo.java68 List<String> options = Arrays.asList("-bootclasspath", bootPath);
70 JavacTask ct = (JavacTask)tool.getTask(null, null, coll, options, null, files);
/openjdk7/langtools/test/tools/javac/lib/
H A DJavacTestingAbstractProcessor.java47 protected Map<String, String> options; field in class:JavacTestingAbstractProcessor
96 options = processingEnv.getOptions();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java63 * <p>You can specify options to <a href="#RegularExpression(java.lang.String, java.lang.String)"><code>RegularExpression(</code><var>regex</var><code>, </code><var>options</var><code>)</code></a>
64 * or <a href="#setPattern(java.lang.String, java.lang.String)"><code>setPattern(</code><var>regex</var><code>, </code><var>options</var><code>)</code></a>.
65 * This <var>options</var> parameter consists of the following characters.
344 * <dt class="REGEX"><kbd>(?</kbd><var>options</var><kbd>:</kbd><var>X</var><kbd>)</kbd>
345 * <dt class="REGEX"><kbd>(?</kbd><var>options</var><kbd>-</kbd><var>options2</var><kbd>:</kbd><var>X</var><kbd>)</kbd>
347 * <dd>The <var>options</var> or the <var>options2</var> consists of 'i' 'm' 's' 'w'.
350 * <dt class="REGEX"><kbd>(?</kbd><var>options</var><kbd>)</kbd>
351 * <dt class="REGEX"><kbd>(?</kbd><var>options</var><kbd>-</kbd><var>options2</var><kbd>)</kbd>
432 * regex ::= ('(?' options ')')
1725 int options; field in class:RegularExpression
2233 isSet(int options, int flag) argument
2254 RegularExpression(String regex, String options) argument
2265 RegularExpression(String regex, String options, Locale locale) argument
2269 RegularExpression(String regex, Token tok, int parens, boolean hasBackReferences, int options) argument
2288 setPattern(String newPattern, int options, Locale locale) argument
2303 setPattern(String newPattern, String options) argument
2307 setPattern(String newPattern, String options, Locale locale) argument
2348 equals(String pattern, int options) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DSolarisLoginModule.java62 private Map<String, ?> options; field in class:SolarisLoginModule
94 * @param options options specified in the login
100 Map<String,?> options)
106 this.options = options;
108 // initialize any configured options
109 debug = "true".equalsIgnoreCase((String)options.get("debug"));
98 initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options) argument
H A DUnixLoginModule.java56 private Map<String, ?> options; field in class:UnixLoginModule
88 * @param options options specified in the login
94 Map<String,?> options) {
99 this.options = options;
101 // initialize any configured options
102 debug = "true".equalsIgnoreCase((String)options.get("debug"));
92 initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options) argument
H A DKrb5LoginModule.java49 * several options that control the authentication process and
51 * set. Irrespective of these options, the <code>Subject</code>'s
88 * <p> The following is a list of configuration options supported
178 * options that enable you to share username and passwords across different
371 private Map<String, ?> options; field in class:Krb5LoginModule
431 * @param options options specified in the login
439 Map<String, ?> options) {
444 this.options = options;
436 initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) argument
[all...]
H A DJndiLoginModule.java54 * two options must be specified in the login <code>Configuration</code>
115 * options:
163 // configurable options
193 private Map<String, ?> options; field in class:JndiLoginModule
216 * @param options options specified in the login
222 Map<String,?> options) {
227 this.options = options;
229 // initialize any configured options
220 initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options) argument
[all...]
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis-demo.c39 const char* options = NULL; variable
53 else if (!strncmp(arg, "-options=", 9))
54 options = arg+9;
200 res = (*decode_instructions)(from, to, NULL, stdout, NULL, stdout, options);
202 res = (*decode_instructions)(from, to, NULL, NULL, NULL, stdout, options);
207 options);
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestAnonClassNames.java131 List<String> options = new ArrayList<String>();
132 options.add("-proc:only");
133 options.add("-classpath");
134 options.add(System.getProperty("test.classes"));
141 options,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTool.java69 private final List<Pair<String,String>> options field in class:JavacTool
129 options.add(new Pair<String,String>(name,arg));
162 Iterable<String> options,
171 if (options != null)
172 for (String option : options)
199 processOptions(context, fileManager, options);
201 return new JavacTaskImpl(compiler, options, context, classes, compilationUnits);
209 Iterable<String> options)
211 if (options == null)
218 Iterator<String> flags = options
159 getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<? extends JavaFileObject> compilationUnits) argument
207 processOptions(Context context, JavaFileManager fileManager, Iterable<String> options) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java134 Options options = Options.instance(context);
135 this.dumpOnError = options.isSet(DOE);
136 this.promptOnError = options.isSet(PROMPT);
137 this.emitWarnings = options.isUnset(XLINT_CUSTOM, "none");
138 this.suppressNotes = options.isSet("suppressNotes");
139 this.MaxErrors = getIntOption(options, XMAXERRS, getDefaultMaxErrors());
140 this.MaxWarnings = getIntOption(options, XMAXWARNS, getDefaultMaxWarnings());
142 boolean rawDiagnostics = options.isSet("rawDiagnostics");
144 this.diagFormatter = rawDiagnostics ? new RawDiagnosticFormatter(options) :
145 new BasicDiagnosticFormatter(options, message
156 getIntOption(Options options, OptionName optionName, int defaultValue) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java184 * buttons you want using the options parameter.
185 * <dt>options<dd>A more detailed description of the set of option buttons
187 * The usual value for the options parameter is an array of
234 * <dt>Show an information panel with the options yes/no and message 'choose one':
238 * <dt>Show an internal information dialog with the options yes/no/cancel and
244 * <dt>Show a warning dialog with the options OK, CANCEL, title 'Warning', and
247 * Object[] options = { "OK", "CANCEL" };<br>
250 * <ul><ul>null, options, options[0]);</ul></ul>
277 * if(options
402 transient protected Object[] options; field in class:JOptionPane
854 showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) argument
1272 showInternalOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) argument
1807 JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options) argument
1835 JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options, Object initialValue) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DConfigurationImpl.java37 * Configure the output based on the command line options.
45 * Also do the error checking on the options used. For example it is illegal to
220 * Depending upon the command line options provided by the user, set
223 * @param options The array of option names and values.
225 public void setSpecificDocletOptions(String[][] options) { argument
226 for (int oi = 0; oi < options.length; ++oi) {
227 String[] os = options[oi];
290 * parse the options it does not recognize. It then calls
294 * The options arrive as case-sensitive strings. For options tha
343 validOptions(String options[][], DocErrorReporter reporter) argument
[all...]
/openjdk7/langtools/test/tools/javac/Paths/6638501/
H A DJarFromManifestFailure.java81 List<String> options = new ArrayList<String>();
83 options.add("-d");
84 options.add(classOutDir.getPath());
87 options.add("-classpath");
88 options.add(join(classPath, File.pathSeparator));
90 options.add("-verbose");
93 compiler.getTask(null, fm, null, options, null, fileObjects);
/openjdk7/jdk/make/tools/swing-beans/
H A DGenDocletBeanInfo.java83 * Method called from the javadoc environment to determint the options length.
84 * Doclet options:
119 readOptions(doc.options());
216 * Reads the command line options.
219 private static void readOptions(String[][] options) { argument
221 for (int i = 0; i < options.length; i++){
222 if (options[i][0].equals("-t")) {
223 templateDir = options[i][1];
224 } else if (options[i][0].equals("-d")) {
225 fileDir = options[
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c72 /* Experimental options */
432 " then it will be added to the end of the options supplied via the\n"
464 " - The debug options and environment variables are available with both java\n"
478 " - The obsolete options may be completely removed in a future release.\n"
479 " - The debug options and environment variables are not considered public\n"
493 "%s option error: %s (%s)", AGENTNAME, description, gdata->options);
505 char *options; local
524 gdata->options = all_options;
532 options = all_options;
536 while (*options) {
1943 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument
[all...]

Completed in 1769 milliseconds

1234567891011>>