Searched refs:all (Results 101 - 125 of 222) sorted by relevance

123456789

/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DJavadocClassFinder.java61 private EnumSet<JavaFileObject.Kind> all = EnumSet.of(JavaFileObject.Kind.CLASS, field in class:JavadocClassFinder
82 return toolEnv.docClasses ? noSource : all;
/openjdk10/jdk/make/
H A DUnpackSecurity.gmk26 default: all
86 all: sec
88 .PHONY: sec all
/openjdk10/langtools/test/tools/javap/typeAnnotations/
H A DPresenceInner.java95 all += tAttr.annotations.length;
111 all += tAttr.annotations.length;
127 all += tAttr.annotations.length;
164 if (expected_all != all) {
167 + " annotations but found " + all);
185 int all; field in class:PresenceInner
/openjdk10/make/
H A DSourceRevision.gmk26 default: all
39 # revisions of all repos will be stored in a file in the top dir, which is then
74 # Setup rules for all repos. This makes sure all the "hg id" calls are made
80 # Create a complete source revision output file from all repos
127 all: store-source-revision create-source-revision-tracker
131 .PHONY: all store-source-revision create-source-revision-tracker
H A DZipSecurity.gmk26 default: all
102 all: $(TARGETS)
104 .PHONY: default all
H A DCompileJavaModules.gmk27 default: all
45 java.base_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*' -XDstringConcat=inline
88 java.compiler_ADD_JAVAC_FLAGS += -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
92 java.datatransfer_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
97 java.desktop_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-reference \
140 # exclude all X11 on Mac.
233 java.scripting_ADD_JAVAC_FLAGS += -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
239 java.instrument_ADD_JAVAC_FLAGS += -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
243 java.logging_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
247 java.management_ADD_JAVAC_FLAGS += -Xdoclint:all/protecte
[all...]
/openjdk10/nashorn/make/
H A DBuildNashorn.gmk27 default: all
108 all: compile
110 .PHONY: compile all
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DFeedback.java88 private static final long ALWAYS = bits(FormatCase.all, FormatAction.all, FormatWhen.all,
89 FormatResolve.all, FormatUnresolved.all, FormatErrors.all);
179 for (FormatCase e : FormatCase.all)
181 for (FormatAction e : FormatAction.all)
183 for (FormatResolve e : FormatResolve.all)
185 for (FormatUnresolved e : FormatUnresolved.all)
607 static final EnumSet<FormatCase> all = EnumSet.allOf(FormatCase.class); field in class:Feedback.FormatCase
636 static final EnumSet<FormatAction> all = EnumSet.allOf(FormatAction.class); field in class:Feedback.FormatAction
661 static final EnumSet<FormatWhen> all = EnumSet.allOf(FormatWhen.class); field in class:Feedback.FormatWhen
687 static final EnumSet<FormatResolve> all = EnumSet.allOf(FormatResolve.class); field in class:Feedback.FormatResolve
713 static final EnumSet<FormatUnresolved> all = EnumSet.allOf(FormatUnresolved.class); field in class:Feedback.FormatUnresolved
739 static final EnumSet<FormatErrors> all = EnumSet.allOf(FormatErrors.class); field in class:Feedback.FormatErrors
758 final EnumSet<E> all; field in class:Feedback.SelectorCollector
760 SelectorCollector(EnumSet<E> all) argument
[all...]
/openjdk10/jdk/test/java/util/Collections/
H A DEnumerationAsIterator.java119 public static Iterator<Object[]> all() { method in class:EnumerationAsIterator
120 List<Object[]> all = new ArrayList<>();
121 unmodifiable().forEachRemaining(all::add);
122 others().forEachRemaining(all::add);
123 return all.iterator();
126 @Test(dataProvider = "all")
147 @Test(dataProvider = "all")
167 @Test(dataProvider = "all")
191 @Test(dataProvider = "all")
/openjdk10/jdk/test/java/util/List/
H A DListFactories.java104 @DataProvider(name="all")
105 public Iterator<Object[]> all() { method in class:ListFactories
106 List<Object[]> all = new ArrayList<>();
107 empty().forEachRemaining(all::add);
108 nonempty().forEachRemaining(all::add);
109 return all.iterator();
112 @Test(dataProvider="all", expectedExceptions=UnsupportedOperationException.class)
117 @Test(dataProvider="all", expectedExceptions=UnsupportedOperationException.class)
132 @Test(dataProvider="all")
212 @Test(dataProvider="all")
[all...]
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DHostAddresses.java290 * Returns all the IP addresses of the local host.
294 Set<InetAddress> all = new LinkedHashSet<>();
303 all.add(InetAddress.getByName(s));
317 all.addAll(Collections.list(ni.getInetAddresses()));
319 return new HostAddresses(all.toArray(new InetAddress[all.size()]));
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DNoTargetAnnotations.java101 all += tAttr.annotations.length;
117 all += tAttr.annotations.length;
160 if (expected_all != all) {
163 + " annotations but found " + all);
186 int all; field in class:NoTargetAnnotations
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DBasicAttributes.java273 NamingEnumeration<?> all = getAll();
274 while (all.hasMore()) {
275 hash += all.next().hashCode();
/openjdk10/hotspot/make/lib/
H A DCompileLibjsig.gmk29 default: all
145 # The subdir is the same as the variant for client and minimal, for all
158 all: $(TARGETS)
160 .PHONY: all
H A DCompileGtest.gmk33 # to get any at all.
74 EXTRA_FILES := $(GTEST_FRAMEWORK_SRC)/src/gtest-all.cc, \
101 PRECOMPILED_HEADER_EXCLUDE := gtest-all.cc gtestMain.cpp, \
/openjdk10/hotspot/make/test/
H A DJtregNative.gmk32 default: all
151 all: build-test-hotspot-jtreg-native
154 .PHONY: default all build-test-hotspot-jtreg-native test-image-hotspot-jtreg-native test-image
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java288 // defines key_usage of 23, however all Kerberos impl.
289 // MS/Solaris/MIT all use key_usage of 15 for MIC tokens
836 * (8). Encrypt and throw away results for all blocks except for
864 // Iterate over all but the last block
956 * Decrypt all blocks directly into the output buffer except for
964 // Iterate over all but the last block
984 * are all the value of the number of padding bytes.
1049 * Decrypt all blocks directly into the output buffer except for
1057 // Iterate over all but the last block
1093 * are all th
[all...]
/openjdk10/jdk/test/java/util/PluggableLocale/providersrc/
H A DMakefile9 all: $(DESTDIR)/fooprovider.jar $(DESTDIR)/barprovider.jar
78 .PHONY: all clean
/openjdk10/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DConcurrentContainsKeyTest.java118 CompletableFuture all = CompletableFuture.allOf(
124 all.join();
/openjdk10/hotspot/src/share/tools/LogCompilation/
H A DMakefile61 all: logc.jar
/openjdk10/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp213 // all went well. clean tls.
234 // all went well. clean tls.
242 // Generates all stubs and initializes the entry points
244 // entry points that exist in all platforms Note: This is code
267 // Generates all stubs and initializes the entry points
300 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
301 if (all) {
309 void StubGenerator_generate(CodeBuffer* code, bool all) { argument
310 StubGenerator g(code, all);
/openjdk10/jdk/make/gensrc/
H A DGensrc-java.desktop.gmk90 all: java.desktop
92 .PHONY: all java.desktop
H A DGensrc-jdk.charsets.gmk90 all: jdk.charsets
92 .PHONY: all jdk.charsets
/openjdk10/make/test/
H A DBuildFailureHandler.gmk112 -timeout:0.1 -va -retain:all \
128 .PHONY: all images test
/openjdk10/jdk/test/java/util/Collection/
H A DSetFactories.java113 @DataProvider(name="all")
114 public Iterator<Object[]> all() { method in class:SetFactories
115 List<Object[]> all = new ArrayList<>();
116 empty().forEachRemaining(all::add);
117 nonempty().forEachRemaining(all::add);
118 return all.iterator();
121 @Test(dataProvider="all", expectedExceptions=UnsupportedOperationException.class)
131 @Test(dataProvider="all")
188 @Test(dataProvider="all")
193 @Test(dataProvider="all")
[all...]

Completed in 708 milliseconds

123456789