Searched refs:find (Results 126 - 150 of 494) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/lib/testlibrary/
H A DCompilerUtils.java71 = Files.find(source, Integer.MAX_VALUE,
H A DModuleUtils.java72 public Optional<ModuleReference> find(String name) {
/openjdk9/make/common/
H A DIdlCompilation.gmk51 # that we can find them and create proper dependencies.
95 $1_SRCS := $$(shell find $$($1_SRC) -name "*.idl")
96 $1_BINS := $$(shell find $$($1_BIN) -name "*.java")
/openjdk9/make/scripts/
H A Dnormalizer.pl83 find(\&parse_file, abs_path($ARGV[$dirpos]));
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/saaj/
H A DSAAJMessageHeaders.java148 SOAPHeaderElement h = find(nsUri, localName);
218 addNonSAAJHeader(find(header.getNamespaceURI(), header.getLocalPart()),
236 SOAPHeaderElement headerElem = find(nsUri, localName);
270 private SOAPHeaderElement find(QName qName) { method in class:SAAJMessageHeaders
271 return find(qName.getNamespaceURI(), qName.getLocalPart());
274 private SOAPHeaderElement find(String nsUri, String localName) { method in class:SAAJMessageHeaders
373 SOAPHeaderElement hdrElem = find(headerName);
465 //if we got here we didn't find a match
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DServiceFinder.java121 * for( CharCodec cc : ServiceFinder.find(CharCodec.class) ) {
158 public static <T> ServiceFinder<T> find(@NotNull Class<T> service, @Nullable ClassLoader loader, Component component) { method in class:ServiceFinder
162 public static <T> ServiceFinder<T> find(@NotNull Class<T> service, Component component) { method in class:ServiceFinder
163 return find(service,Thread.currentThread().getContextClassLoader(),component);
172 * {@code getResources} method of the given class loader to find all
189 * @see #find(Class)
191 public static <T> ServiceFinder<T> find(@NotNull Class<T> service, @Nullable ClassLoader loader) { method in class:ServiceFinder
192 return find(service, loader, ContainerResolver.getInstance().getContainer());
209 * @see #find(Class, ClassLoader)
211 public static <T> ServiceFinder<T> find(Clas method in class:ServiceFinder
[all...]
/openjdk9/jdk/test/java/lang/module/
H A DMultiReleaseJarTest.java95 // find the module
97 Optional<ModuleReference> omref = finder.find(name);
139 // find the module
141 Optional<ModuleReference> omref = finder.find(name);
168 // find the module
170 Optional<ModuleReference> omref = finder.find(name);
206 // find the module
208 Optional<ModuleReference> omref = finder.find(name);
239 // find resource
240 Optional<URI> ouri = reader.find(MODULE_INF
[all...]
/openjdk9/jdk/test/java/util/regex/
H A DPatternStreamTest.java162 // Derive expected result from Matcher.find
165 while (m.find()) {
175 // Derive expected result from Matcher.find
178 while (m.find()) {
208 m.find();
224 m.results().peek(mr -> m.find()).count();
242 m.results().peek(mr -> m.find()).limit(2).count();
/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java75 if (compilerName.find()) {
87 if (destroyVM.find()) {
/openjdk9/hotspot/test/compiler/testlibrary/rtm/
H A DRTMLockingStatistics.java94 while (abortMatcher.find()) {
113 while (matcher.find()) {
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeKlass.java126 .map(TypeList::find)
139 .map(TypeList::find)
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DTypeList.java126 public static Type find(Type t) { method in class:TypeList
142 public static Type find(String name) { method in class:TypeList
/openjdk9/hotspot/test/serviceability/dcmd/compiler/
H A DCodeCacheTest.java82 if (!m.find()) {
83 Assert.fail("Could not find value for flag " + flag + " in output string");
90 if (!m.find()) {
91 Assert.fail("Could not find value for flag " + flag + " in output string");
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/api/message/
H A DMessageContextFactory.java69 for (MessageContextFactory factory : ServiceFinder.find(MessageContextFactory.class, cl)) {
120 for (MessageContextFactory factory : ServiceFinder.find(MessageContextFactory.class, cl)) {
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DMimeTypesFileTypeDetector.java154 if (typeMatcher.find()) {
166 if (extMatcher.find()) {
/openjdk9/jdk/test/com/sun/jdi/
H A DOptionTest.java130 // find a free port
158 (TRANSPORT_ERROR_PTRN.matcher(results[STDERR]).find())) {
184 if (!results[RETSTAT].equals("0") && TRANSPORT_ERROR_PTRN.matcher(results[STDERR]).find()) {
/openjdk9/jdk/test/java/util/ResourceBundle/modules/basic/
H A Dbasic.sh53 CLASSES="`find $TESTSRC/src/$B -name '*.java'`"
57 PROPS="`(cd $TESTSRC/src/$B; find . -name '*.properties')`"
71 `find $TESTSRC/src/test -name "*.java"`
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindPanel.java38 graphical user interface to the VM's debugging utility "find". */
70 PointerLocation loc = PointerFinder.find(a);
85 statusLabel.setText("<error during find>");
/openjdk9/jdk/make/src/classes/build/tools/jigsaw/
H A DAddPackagesAttribute.java66 Optional<ModuleReference> omref = finder.find(mn);
/openjdk9/jdk/make/src/classes/build/tools/taglet/
H A DExtLink.java97 if (!m.find())
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DServantCacheLocalCRDBase.java70 ObjectAdapter oa = oaf.find( oaid ) ;
/openjdk9/hotspot/test/gc/arguments/
H A DTestG1ConcMarkStepDurationMillis.java105 if (!m.find()) {
106 throw new RuntimeException("Could not find value for flag " + flag + " in output string");
/openjdk9/hotspot/test/runtime/SharedArchiveFile/
H A DSpaceUtilizationCheck.java83 if (matcher.find()) {
/openjdk9/hotspot/test/runtime/jni/CalleeSavedRegisters/
H A DFPRegs.java62 Optional<Path> jvmLib = Files.find(new File(root).toPath(), 4, (p, attr) -> p.toFile().getName().equals(lib)).findFirst();
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/parsers/
H A DDocumentBuilderFactory.java140 return FactoryFinder.find(
183 //do not fallback if given classloader can't find the class, throw exception

Completed in 286 milliseconds

1234567891011>>