Searched refs:find (Results 1 - 25 of 492) sorted by relevance

1234567891011>>

/openjdk10/nashorn/bin/
H A Dfixwhitespace.sh27 find . -name $1 -exec sed -i "" 's/ / /g' {} \;
29 find . -name $1 -exec sed -i "" 's/[ ]*$//' \{} \;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DNodeUnionFind.java26 * Union-find data structure for {@link Node Nodes}.
37 * Create a new union-find data structure for a {@link Graph}. Initially, all nodes are in their
52 * After calling this function, find(a) == find(b).
62 * set, i.e., find(a) == find(b) if and only if a and b are in the same set.
64 public Node find(Node a) { method in class:NodeUnionFind
65 int id = find(getNodeId(a));
70 return find(getNodeId(a)) == find(getNodeI
88 private int find(int a) { method in class:NodeUnionFind
[all...]
/openjdk10/hotspot/test/serviceability/dcmd/compiler/
H A DCompilerDirectivesDCMDTest.java65 int count = find(output, "Directive:");
78 count = find(output, "Directive:");
86 count = find(output, "Directive:");
94 count = find(output, "Directive:");
102 count = find(output, "Directive:");
110 count = find(output, "Directive:");
118 count = find(output, "Directive:");
126 count = find(output, "Directive:");
134 count = find(output, "Directive:");
140 public static int find(OutputAnalyze argument
[all...]
/openjdk10/langtools/test/tools/javac/6257443/
H A DT6257443.java50 URL u = find(file);
55 URL u = find(file);
63 public static URL find(String path) { method in class:T6257443
/openjdk10/langtools/make/test/
H A Dcontents.sh34 ( cd ${TOPDIR}/dist ; find . -type f -print | LANG=C sort ) > contents.tmp
/openjdk10/jdk/test/java/lang/module/
H A DModuleFinderTest.java66 assertTrue(finder.find("java.se").isPresent());
67 assertTrue(finder.find("java.base").isPresent());
68 assertFalse(finder.find("java.rhubarb").isPresent());
86 assertFalse(finder.find("java.rhubarb").isPresent());
100 assertTrue(finder.find("m1").isPresent());
101 assertTrue(finder.find("m2").isPresent());
102 assertFalse(finder.find("java.rhubarb").isPresent());
122 assertTrue(finder.find("m1").isPresent());
123 assertTrue(finder.find("m2").isPresent());
124 assertTrue(finder.find("m
[all...]
/openjdk10/hotspot/test/gc/arguments/
H A DFlagsValue.java29 if (!m.find()) {
30 throw new RuntimeException("Could not find value for flag " + flag + " in output string");
37 if (!m.find()) {
38 throw new RuntimeException("Could not find value for flag " + flag + " in output string");
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DCleanUpExecutorFactory.java39 return (CleanUpExecutorFactory) FactoryFinder.find(DEFAULT_PROPERTY_NAME);
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DSOAPConnectionFactory.java67 return FactoryFinder.find(
H A DSAAJMetaFactory.java89 return FactoryFinder.find(
/openjdk10/jdk/test/tools/jlink/multireleasejar/base/m1/p/
H A DMain.java36 ModuleFinder.ofSystem().find("java.logging").ifPresentOrElse(
/openjdk10/jdk/test/javax/naming/module/
H A Dbasic.sh57 $JAVAC -d mods/person `find $TESTSRC/src/person -name "*.java"`
61 $JAVAC -d mods/fruit `find $TESTSRC/src/fruit -name "*.java"`
65 $JAVAC -d mods/hello `find $TESTSRC/src/hello -name "*.java"`
69 $JAVAC -d mods/foo `find $TESTSRC/src/foo -name "*.java"`
73 $JAVAC -d mods/authz `find $TESTSRC/src/authz -name "*.java"`
77 $JAVAC -d mods/ldapv4 `find $TESTSRC/src/ldapv4 -name "*.java"`
81 $JAVAC -d mods --module-source-path $TESTSRC/src `find $TESTSRC/src/test -name "*.java"`
/openjdk10/hotspot/test/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DSearchPathTest.java66 Path result = target.find(fs, foo);
74 Path result = target.find(fs, Paths.get(mkpath("/bar")));
84 Path result = target.find(fs, hello, "tmp");
92 Path result = target.find(fs, Paths.get("foobar"), "default1", "bar");
103 Path result = target.find(fs, Paths.get("foobar"), "foo", "bar");
114 Path result = target.find(fs, Paths.get("entry"), "dir3", "dir4");
/openjdk10/hotspot/test/serviceability/7170638/
H A DSDTProbesGNULinuxTest.sh55 for libjvm in $(find ${TESTJAVA} -name libjvm.so); do
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/finder/
H A DPersistenceDelegateFinder.java33 * to find a {@link PersistenceDelegate} for a JavaBean specified by its type.
61 public PersistenceDelegate find(Class<?> type) { method in class:PersistenceDelegateFinder
66 return (delegate != null) ? delegate : super.find(type);
/openjdk10/jdk/test/com/sun/jdi/connect/spi/
H A DDebugUsingCustomConnector.java40 static Connector find(List l, String name) { method in class:DebugUsingCustomConnector
55 * not find classes on the system class path.
66 (LaunchingConnector)find(launchers, "SimpleLaunchingConnector");
H A DGeneratedConnectors.java43 static Connector find(List l, String name) { method in class:GeneratedConnectors
58 * not find classes on the system class path.
72 (AttachingConnector)find(connectors, "NullAttach");
74 (ListeningConnector)find(connectors, "NullListen");
/openjdk10/langtools/test/tools/doclint/tidy/util/
H A Dtidy.sh43 ( cd $dir ; find . -type f ) | \
/openjdk10/langtools/make/test/bootstrap/
H A Djavadoc.sh36 ( cd doc ; find . -type f -print | LANG=C sort) > javadoc.tmp
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/oa/
H A DObjectAdapterFactory.java47 ObjectAdapter find( ObjectAdapterId oaid ) ; method in interface:ObjectAdapterFactory
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/
H A DXMLOutputFactory.java138 return FactoryFinder.find(XMLOutputFactory.class, DEFAULIMPL);
200 return FactoryFinder.find(XMLOutputFactory.class, DEFAULIMPL);
206 * @param factoryId Name of the factory to find, same as
221 //do not fallback if given classloader can't find the class, throw exception
222 return FactoryFinder.find(XMLInputFactory.class, factoryId, classLoader, null);
287 * @param factoryId Name of the factory to find, same as
298 //do not fallback if given classloader can't find the class, throw exception
299 return FactoryFinder.find(XMLOutputFactory.class, factoryId, classLoader, null);
/openjdk10/jdk/test/tools/jlink/multireleasejar/rt/m1/p/
H A DMain.java35 ModuleFinder.ofSystem().find("java.logging").ifPresentOrElse(
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DFileSystemFinder.java35 * {@link FileVisitor} implementation to find class files recursively.
53 private void find(Path file) { method in class:FileSystemFinder
62 find(file);
68 find(dir);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/module/
H A DDefaultRoots.java51 if (systemModuleFinder.find(JAVA_SE).isPresent()) {
52 if (finder == systemModuleFinder || finder.find(JAVA_SE).isPresent()) {
71 if ((finder == systemModuleFinder || finder.find(mn).isPresent())) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DPrimitiveLookup.java100 final FindProperty find = name != null ? wrappedReceiver.findProperty(name, true) : null;
108 if (find == null) {
113 final SwitchPoint sp = find.getProperty().getBuiltinSwitchPoint(); //can use this instead of proto filter
115 return new GuardedInvocation(GlobalConstants.staticConstantGetter(find.getObjectValue()), guard, sp, null);
118 if (find.isInheritedOrdinaryProperty()) {
178 final FindProperty find = wrappedSelf.findProperty(name, true);
179 if (find == null || !find.getProperty().isAccessorProperty() || !find.getProperty().hasNativeSetter()) {
181 if (find
[all...]

Completed in 473 milliseconds

1234567891011>>