Searched defs:find (Results 1 - 25 of 68) sorted by relevance

123

/openjdk7/langtools/test/tools/javac/6257443/
H A DT6257443.java56 URL u = find(file);
61 URL u = find(file);
69 public static URL find(String path) { method in class:T6257443
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DPointerFinder.java35 provides the functionality of find() in the VM. */
38 public static PointerLocation find(Address a) { method in class:PointerFinder
63 // Try to find thread containing it
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DDebugUsingCustomConnector.java39 static Connector find(List l, String name) { method in class:DebugUsingCustomConnector
54 * not find classes on the system class path.
65 (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");
/openjdk7/jdk/src/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);
H A DAbstractFinder.java35 * to find a public method or constructor
108 final T find(T[] methods) throws NoSuchMethodException { method in class:AbstractFinder
205 * This comparison is performed in the {@link #find} method
H A DInstanceFinder.java29 * to find an auxiliary class for a JavaBean specified by its type.
61 public T find(Class<?> type) { method in class:InstanceFinder
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);
/openjdk7/jdk/test/java/io/File/
H A DUnicode.java46 return find(f);
52 static boolean find(File f) throws Exception { method in class:Unicode
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/oa/
H A DObjectAdapterFactory.java47 ObjectAdapter find( ObjectAdapterId oaid ) ; method in interface:ObjectAdapterFactory
/openjdk7/hotspot/src/share/vm/ci/
H A DciConstantPoolCache.cpp50 int pos = find(index);
60 // ciConstantPoolCache::find
62 // Use binary search to find the position of this index in the cache.
65 int ciConstantPoolCache::find(int key) { function in class:ciConstantPoolCache
89 int pos = find(index);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DFactoryFinder.java64 * @param factoryId the name of the factory to find, which is
68 static Object find(String factoryId) method in class:FactoryFinder
71 return find(factoryId, null, false);
86 * @param factoryId the name of the factory to find, which is
94 static Object find(String factoryId, String fallbackClassName) method in class:FactoryFinder
97 return find(factoryId, fallbackClassName, true);
114 * @param factoryId the name of the factory to find, which is
124 static Object find(String factoryId, String defaultClassName, method in class:FactoryFinder
159 // try to find services in CLASSPATH
187 // We didn't find th
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DSubjectComber.java56 static <T> T find(Subject subject, String serverPrincipal, method in class:SubjectComber
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DSnmpCachedData.java134 public final int find(SnmpOid index) { method in class:SnmpCachedData
140 final int pos = find(index);
151 final int pos = find(index);
164 final int pos = find(index);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DFactoryFinder.java74 * @param factoryId the name of the factory to find, which is
82 static Object find(String factoryId, String fallbackClassName) method in class:FactoryFinder
92 // try to find services in CLASSPATH
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAFactory.java60 public ObjectAdapter find ( ObjectAdapterId oaid ) method in class:TOAFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java89 public Klass find(int index, long hash, Symbol className, Oop classLoader, Oop protectionDomain) { method in class:Dictionary
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DThreadGroupIterator.java102 static ThreadGroupReference find(String name) { method in class:ThreadGroupIterator
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DFindPanel.java96 find();
100 public void find() { method in class:FindPanel
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java205 * @param factoryId Name of the factory to find, same as
212 static Object find(String factoryId, String fallbackClassName) method in class:FactoryFinder
215 dPrint("find factoryId =" + factoryId);
272 * Try to find provider using Jar Service Provider Mechanism
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java202 * @param factoryId Name of the factory to find, same as
209 static Object find(String factoryId, String fallbackClassName) method in class:FactoryFinder
212 dPrint("find factoryId =" + factoryId);
269 * Try to find provider using Jar Service Provider Mechanism
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryFinder.java203 * @param factoryId Name of the factory to find, same as
210 static Object find(String factoryId, String fallbackClassName) method in class:FactoryFinder
213 return find(factoryId, null, fallbackClassName);
221 * @param factoryId Name of the factory to find, same as
232 static Object find(String factoryId, ClassLoader cl, String fallbackClassName) method in class:FactoryFinder
235 dPrint("find factoryId =" + factoryId);
303 * Try to find provider using Jar Service Provider Mechanism
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java234 * @param factoryId Name of the factory to find, same as
241 static Object find(String factoryId, String fallbackClassName) method in class:FactoryFinder
244 dPrint("find factoryId =" + factoryId);
300 * Try to find provider using Jar Service Provider Mechanism
/openjdk7/hotspot/agent/make/
H A DClosureFinder.java37 find all modified UTF-8 entries. Anything that looks like a class name is
39 classpath. If we find a .class of that name, then we add that class to
49 command line args for example, this utility will not be able to find
81 public Map find() { method in class:ClosureFinder
247 Map out = cf.find();
/openjdk7/jaxws/src/share/jaxws_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

Completed in 157 milliseconds

123