Searched refs:find (Results 51 - 75 of 492) sorted by relevance

1234567891011>>

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DGlobalConstants.java338 private static boolean isGlobalSetter(final ScriptObject receiver, final FindProperty find) { argument
339 if (find == null) {
342 return find.getOwner().isGlobal();
348 * @param find property lookup
355 GuardedInvocation findSetMethod(final FindProperty find, final ScriptObject receiver, final GuardedInvocation inv, final CallSiteDescriptor desc, final LinkRequest request) { argument
356 if (invalidatedForever.get() || (GLOBAL_ONLY && !isGlobalSetter(receiver, find))) {
416 * @param find property lookup
422 GuardedInvocation findGetMethod(final FindProperty find, final ScriptObject receiver, final CallSiteDescriptor desc) { argument
427 || (GLOBAL_ONLY && !find.getOwner().isGlobal())
428 || find
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/saaj/
H A DSAAJFactory.java82 for (SAAJFactory s : ServiceFinder.find(SAAJFactory.class)) {
110 for (SAAJFactory s : ServiceFinder.find(SAAJFactory.class)) {
125 for (SAAJFactory s : ServiceFinder.find(SAAJFactory.class)) {
142 for (SAAJFactory s : ServiceFinder.find(SAAJFactory.class)) {
165 for (SAAJFactory s : ServiceFinder.find(SAAJFactory.class)) {
187 // in the ServiceFinder is such that find(Class) is not equivalent
188 // to find (Class, null), so the ternary operator is needed.
190 ServiceFinder.find(SAAJFactory.class, packet.component) :
191 ServiceFinder.find(SAAJFactory.class));
/openjdk10/hotspot/test/gc/g1/ihop/lib/
H A DIhopUtils.java67 .filter(find -> string.contains(find))
99 if (number.find()) {
103 throw new RuntimeException("Cannot find Long in string.");
132 throw new RuntimeException("Cannot find expected IHOP ergonomics messages");
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DAlgorithmDecomposer.java156 private static void hasLoop(Set<String> elements, String find, String replace) { argument
157 if (elements.contains(find)) {
161 elements.remove(find);
/openjdk10/jdk/src/java.logging/share/classes/sun/net/www/protocol/http/logging/
H A DHttpLogFormatter.java65 while (match.find()) {
95 while (m.find()) {
114 while (m.find()) {
/openjdk10/test/lib/jdk/test/lib/compiler/
H A DModuleInfoMaker.java110 if (matcher.find())
114 if (matcher.find())
118 if (matcher.find()) {
/openjdk10/hotspot/test/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DFakeSearchPath.java45 public Path find(FileSystem fileSystem, Path entry, String... defaults) { method in class:FakeSearchPath
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagWriteableList.hpp63 static CommandLineFlagWriteable* find(const char* name);
/openjdk10/hotspot/test/gc/g1/
H A DTestRemsetLoggingThreads.java61 if (!m.find()) {
62 throw new Exception("Could not find correct output for concurrent RS threads times in stdout," +
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/classes/
H A DInterface.java36 super(TypeList.find(functionDeclaraionBlock.getOwner().getName()));
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/
H A DXMLInputFactory.java161 return FactoryFinder.find(XMLInputFactory.class, DEFAULIMPL);
220 return FactoryFinder.find(XMLInputFactory.class, DEFAULIMPL);
226 * @param factoryId Name of the factory to find, same as
242 //do not fallback if given classloader can't find the class, throw exception
243 return FactoryFinder.find(XMLInputFactory.class, factoryId, classLoader, null);
310 * @param factoryId Name of the factory to find, same as
322 //do not fallback if given classloader can't find the class, throw exception
323 return FactoryFinder.find(XMLInputFactory.class, factoryId, classLoader, null);
H A DXMLEventFactory.java74 return FactoryFinder.find(XMLEventFactory.class, DEFAULIMPL);
136 return FactoryFinder.find(XMLEventFactory.class, DEFAULIMPL);
142 * @param factoryId Name of the factory to find, same as
158 //do not fallback if given classloader can't find the class, throw exception
159 return FactoryFinder.find(XMLEventFactory.class, factoryId, classLoader, null);
224 * @param factoryId Name of the factory to find, same as
235 //do not fallback if given classloader can't find the class, throw exception
236 return FactoryFinder.find(XMLEventFactory.class, factoryId, classLoader, null);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DPipelineAssemblerFactory.java82 for (PipelineAssemblerFactory factory : ServiceFinder.find(PipelineAssemblerFactory.class,classLoader)) {
/openjdk10/jdk/test/java/lang/module/
H A DModuleFinderWithSecurityManager.java62 ModuleReference base = finder.find("java.base").orElse(null);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DStringUtils.java67 return m.find(startIndex) ? m.start() : -1;
/openjdk10/nashorn/samples/
H A Dfind_max_lines.js52 // walk files, map to file and lines, find the max
53 var obj = Files.find(path, Integer.MAX_VALUE,
/openjdk10/test/lib/sun/hotspot/cpuinfo/
H A DCPUInfo.java55 if (matcher.find()) {
/openjdk10/jdk/test/javax/imageio/plugins/external_plugin_tests/
H A DTestClassPathPlugin.sh49 $JAVAC -d $TESTDIR `find $TESTSRC/src/simptest -name "*.java"`
55 $JAVAC -d $TESTCLASSES/tmpdir `find $TESTSRC/src/simp -name "*.java"`
72 # expect to find SimpReader via jar on classpath.
87 # expect to find SimpReader on module path
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/classfile/
H A DClassLoaderDataGraph.java57 public Klass find(String className) { method in class:ClassLoaderDataGraph
61 Klass k = cld.find(sym);
/openjdk10/hotspot/test/testlibrary/ctw/
H A DMakefile43 SRC_FILES = $(shell find $(SRC_DIR) $(TESTLIBRARY_DIR)/jdk/test/lib -name '*.java')
44 WB_SRC_FILES = $(shell find $(TESTLIBRARY_DIR)/sun/hotspot -name '*.java')
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/
H A DJAXBContext.java304 * Within the last step, if Glassfish AS environment detected, its specific service loader is used to find factory class.
493 return ContextFinder.find(
576 // return ContextFinder.find(externalBindings,classesToBeBound);
706 return ContextFinder.find(classesToBeBound,properties);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DAccessorInjector.java66 Class c = Injector.find(cl,newClassName);
74 Injector.find(cl, newClassName);
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/finder/
H A DPropertyEditorFinder.java42 * to find a {@link PropertyEditor} for a JavaBean specified by its type.
76 public PropertyEditor find(Class<?> type) { method in class:PropertyEditorFinder
83 editor = super.find(type);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCCustomizations.java94 public CPluginCustomization find( String nsUri ) { method in class:CCustomizations
106 public CPluginCustomization find( String nsUri, String localName ) { method in class:CCustomizations
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DImageStringsWriter.java70 int offset = find(string);
75 int find(final String string) { method in class:ImageStringsWriter

Completed in 417 milliseconds

1234567891011>>