Searched refs:options (Results 26 - 50 of 369) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/apt/Misc/
H A Dmisc.sh76 # Jar files created; verify options properly present on both initial
83 printf "%s\n" "-classpath ${JARCP}" > options
84 printf "%s\n" "-sourcepath ${SOURCEP}" >> options
85 printf "%s\n" "${TESTSRC}/Marked.java" >> options
87 ${APT} @options
/openjdk7/langtools/test/tools/javac/api/6421756/
H A DT6421756.java27 * @summary 6421756 JSR 199: In the method JavaCompilerTool.getTask 'options' can be supplied in the place of 'classes'
39 Iterable<String> options = Collections.singleton("-verbose");
41 task = tool.getTask(null, fm, null, null, options, null);
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DAppConfigurationEntry.java39 * options. Please refer to the <code>Configuration</code> class for
48 private Map<String,?> options; field in class:AppConfigurationEntry
65 * @param options the options configured for this <code>LoginModule</code>.
71 * or OPTIONAL, or if <code>options</code> is null.
75 Map<String,?> options)
82 options == null)
87 this.options = Collections.unmodifiableMap(options);
114 * Get the options configure
73 AppConfigurationEntry(String loginModuleName, LoginModuleControlFlag controlFlag, Map<String,?> options) argument
[all...]
/openjdk7/langtools/test/tools/apt/Options/
H A DOptionChecker.java44 Map<String, String> options = ape.getOptions();
45 if (options.containsKey("-Afoo") &&
46 options.containsKey("-Abar") &&
47 options.containsKey("-classpath") ) {
48 System.out.println("Expected options found.");
51 System.err.println("Unexpected options values: " + options);
88 String options[] = {"-Afoo", "-Abar"};
89 supportedOptions = Collections.unmodifiableCollection(Arrays.asList(options));
/openjdk7/jdk/src/share/npt/
H A Dnpt.h51 /* Copy of the options sent in at initialization */
52 char *options; member in struct:__anon946
59 (char *options);
61 (struct UtfInst *utf, char *options);
96 (NptEnv **pnpt, char *nptVersion, char *options);
98 (NptEnv **pnpt, char *nptVersion, char *options);
101 (NptEnv* npt, char *options);
103 (NptEnv* npt, char *options);
/openjdk7/langtools/test/tools/javac/api/6731573/
H A DT6731573.java73 void checkErrorLine(String output, boolean expected, List<String> options) { argument
74 System.err.println("\noptions = "+options);
88 ArrayList<String> options = new ArrayList<String>();
90 options.add(diagType.optValue);
92 options.add(sourceLine.optValue);
93 task = tool.getTask(pw, fm, null, options, null, compilationUnits);
97 options);
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java79 * <p> The {@code options} parameter determines how the file is opened.
80 * If no options are present then it is equivalent to opening the file with
83 * specific options.
87 * @param options
88 * options specifying how the file is opened
93 * if an invalid combination of options is specified
103 public static InputStream newInputStream(Path path, OpenOption... options) argument
106 return provider(path).newInputStream(path, options);
120 * option may not be present in the array of options. If no options ar
167 newOutputStream(Path path, OpenOption... options) argument
310 newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) argument
356 newByteChannel(Path path, OpenOption... options) argument
1219 copy(Path source, Path target, CopyOption... options) argument
1339 move(Path source, Path target, CopyOption... options) argument
1620 getFileAttributeView(Path path, Class<V> type, LinkOption... options) argument
1679 readAttributes(Path path, Class<A> type, LinkOption... options) argument
1748 setAttribute(Path path, String attribute, Object value, LinkOption... options) argument
1809 getAttribute(Path path, String attribute, LinkOption... options) argument
1907 readAttributes(Path path, String attributes, LinkOption... options) argument
1947 getPosixFilePermissions(Path path, LinkOption... options) argument
2019 getOwner(Path path, LinkOption... options) argument
2131 isDirectory(Path path, LinkOption... options) argument
2168 isRegularFile(Path path, LinkOption... options) argument
2204 getLastModifiedTime(Path path, LinkOption... options) argument
2281 followLinks(LinkOption... options) argument
2323 exists(Path path, LinkOption... options) argument
2372 notExists(Path path, LinkOption... options) argument
2592 walkFileTree(Path start, Set<FileVisitOption> options, int maxDepth, FileVisitor<? super Path> visitor) argument
2715 newBufferedWriter(Path path, Charset cs, OpenOption... options) argument
2805 copy(InputStream in, Path target, CopyOption... options) argument
3061 write(Path path, byte[] bytes, OpenOption... options) argument
3119 write(Path path, Iterable<? extends CharSequence> lines, Charset cs, OpenOption... options) argument
[all...]
H A DCopyMoveHelper.java50 static CopyOptions parse(CopyOption... options) { argument
52 for (CopyOption option: options) {
75 * Converts the given array of options for moving a file to options suitable
78 private static CopyOption[] convertMoveToCopyOptions(CopyOption... options) argument
81 int len = options.length;
84 CopyOption option = options[i];
101 CopyOption... options)
104 CopyOptions opts = CopyOptions.parse(options);
155 CopyOption... options) throw
100 copyToForeignTarget(Path source, Path target, CopyOption... options) argument
154 moveToForeignTarget(Path source, Path target, CopyOption... options) argument
[all...]
H A DSecureDirectoryStream.java80 * @param options
81 * options indicating how symbolic links are handled
97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options) argument
108 * create is relative to this open directory. In addition to the options
119 * @param options
120 * options specifying how the file is opened
128 * if the set contains an invalid combination of options
147 Set<? extends OpenOption> options,
295 * @param options
296 * options indicatin
146 newByteChannel(T path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) argument
303 getFileAttributeView(T path, Class<V> type, LinkOption... options) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DRecognizedOptions.java244 ListBuffer<Option> options = new ListBuffer<Option>();
247 options.append(option);
248 return options.toArray(new Option[options.length()]);
252 * Get all the recognized options.
253 * @param helper an {@code OptionHelper} to help when processing options
254 * @return an array of options
261 public boolean process(Options options, String option) {
262 options.put("-g:", "none");
277 public boolean process(Options options, Strin
624 get(Options options) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DREUtil.java102 int options = 0;
107 options |= v;
109 return options;
112 static final String createOptionString(int options) { argument
114 if ((options & RegularExpression.PROHIBIT_FIXED_STRING_OPTIMIZATION) != 0)
116 if ((options & RegularExpression.PROHIBIT_HEAD_CHARACTER_OPTIMIZATION) != 0)
118 if ((options & RegularExpression.XMLSCHEMA_MODE) != 0)
120 if ((options & RegularExpression.IGNORE_CASE) != 0)
122 if ((options & RegularExpression.MULTIPLE_LINES) != 0)
124 if ((options
256 createRegex(String pattern, String options) argument
299 matches(String regex, String options, String target) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSRegion.java47 int options; field in class:DLSRegion
100 return options;
103 public void setOptions(int options) { argument
104 this.options = options;
/openjdk7/hotspot/make/solaris/
H A Dbuild.sh54 # extract possible options
55 options=""
59 options="CFLAGS_BROWSE=-xsb"
63 options="CFLAGS_BROWSE=-xsbfast"
125 $config GAMMADIR=${ws_path} $options
127 $config GAMMADIR=${ws_path} $options
/openjdk7/langtools/test/tools/javac/
H A DT6668802.java63 List<String> options = new ArrayList<String>();
64 options.add(file.getPath());
65 System.err.println("compile: " + options);
66 String[] opts = options.toArray(new String[options.size()]);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DFilerCodeWriter.java47 public FilerCodeWriter(File outDir, WsgenOptions options) throws IOException { argument
48 super(outDir, options);
49 this.filer = options.filer;
/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DInputArgument.java46 List<String> options = rm.getInputArguments();
52 System.out.println("Number of arguments = " + options.size());
54 for (String arg : options) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTool.java53 Iterable<String> options,
55 return new JavahTask(out, fileManager, diagnosticListener, options, classes);
77 JavahTask.Option[] options = JavahTask.recognizedOptions;
78 for (int i = 0; i < options.length; i++) {
79 if (options[i].matches(option))
80 return (options[i].hasArg ? 1 : 0);
50 getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes) argument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewOptionsCategory.java28 import org.netbeans.spi.options.OptionsCategory;
29 import org.netbeans.spi.options.OptionsPanelController;
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckOptions.java29 * options.
59 // empty set of options
76 Map<String, String> options = new HashMap<>();
77 options.put(USER_PROVIDER_OPTION, "ldap://localhost:23456");
78 ldap.initialize(subject, null, null, options);
92 // empty set of options
96 Map<String, String> options = new HashMap<>();
97 ldap.initialize(subject, null, null, options);
113 Map<String, String> options = new HashMap<>();
116 ldap.initialize(subject, goodHandler, null, options);
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DRoundStateImpl.java41 Map<String,String> options) {
53 !(classFilesCreated && options.keySet().contains("-XclassesAsDecls")) );
38 RoundStateImpl(boolean errorRaised, boolean sourceFilesCreated, boolean classFilesCreated, Map<String,String> options) argument
/openjdk7/langtools/test/tools/apt/Scanners/
H A Dscanner.sh75 # Jar files created; verify options properly present on both initial
82 printf "%s\n" "-classpath ${JARCP}" > options
83 printf "%s\n" "-sourcepath ${TESTSRC}" >> options
84 printf "%s\n" "${TESTSRC}/Order.java" >> options
86 ${APT} @options
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DLoginConfigImpl.java169 HashMap <String, String> options = new HashMap <String, String> (2);
175 options.put("useKeyTab", "true");
176 options.put("storeKey", "true");
177 options.put("doNotPrompt", "true");
178 options.put("isInitiator", "false");
180 options.put("useTicketCache", "true");
181 options.put("doNotPrompt", "false");
187 options)
/openjdk7/jdk/test/java/lang/instrument/
H A DInstrumentationHandoff.java47 premain(String options, Instrumentation inst) argument
/openjdk7/jdk/test/sun/tools/jstat/
H A DjstatOptions1.sh27 # @summary Test that output of 'jstat -options matches the usage.out file
36 ${JSTAT} -J-XX:+UsePerfData -J-Duser.language=en -options > jstat.out1 2>&1
37 ${JSTAT} -J-XX:+UsePerfData -J-Duser.language=en -options -J-Djstat.showUnsupported=true > jstat.out2 2>&1
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DRootDoc.java33 * packages, classes and options specified by the user.
41 * Command line options.
49 * options()[0][0] = "-foo"
50 * options()[0][1] = "this"
51 * options()[0][2] = "that"
52 * options()[1][0] = "-bar"
53 * options()[1][1] = "other"</pre>
57 String[][] options(); method in interface:RootDoc
63 * If <code>-subpackages</code> and <code>-exclude</code> options

Completed in 70 milliseconds

1234567891011>>