Home
last modified time | relevance | path

Searched refs:ObjectFactory (Results 1 – 25 of 33) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java795 clazz = ObjectFactory.findProviderClass( in checkJAXPVersion()
796 JAXP1_CLASS, ObjectFactory.findClassLoader(), true); in checkJAXPVersion()
842 Class clazz = ObjectFactory.findProviderClass( in checkProcessorVersion()
843 XALAN1_VERSION_CLASS, ObjectFactory.findClassLoader(), true); in checkProcessorVersion()
875 Class clazz = ObjectFactory.findProviderClass( in checkProcessorVersion()
876 XALAN2_VERSION_CLASS, ObjectFactory.findClassLoader(), true); in checkProcessorVersion()
897 Class clazz = ObjectFactory.findProviderClass( in checkProcessorVersion()
898 XALAN2_2_VERSION_CLASS, ObjectFactory.findClassLoader(), true); in checkProcessorVersion()
930 Class clazz = ObjectFactory.findProviderClass( in checkParserVersion()
931 XERCES1_VERSION_CLASS, ObjectFactory.findClassLoader(), true); in checkParserVersion()
[all …]
DObjectFactory.java50 class ObjectFactory { class
294 synchronized (ObjectFactory.class) { in lookUpFactoryClassName()
414 ClassLoader current = ObjectFactory.class.getClassLoader(); in findClassLoader()
512 ClassLoader current = ObjectFactory.class.getClassLoader(); in findProviderClass()
548 ClassLoader current = ObjectFactory.class.getClassLoader(); in findJarServiceProviderName()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerFactory.java127 ClassLoader loader = ObjectFactory.findClassLoader(); in getSerializer()
129 Class cls = ObjectFactory.findProviderClass(className, loader, true); in getSerializer()
157 cls = ObjectFactory.findProviderClass(className, loader, true); in getSerializer()
DObjectFactory.java49 class ObjectFactory { class
293 synchronized (ObjectFactory.class) { in lookUpFactoryClassName()
413 ClassLoader current = ObjectFactory.class.getClassLoader(); in findClassLoader()
511 ClassLoader current = ObjectFactory.class.getClassLoader(); in findProviderClass()
547 ClassLoader current = ObjectFactory.class.getClassLoader(); in findJarServiceProviderName()
DEncodings.java320 is = ss.getResourceAsStream(ObjectFactory.findClassLoader(), in loadEncodingInfo()
DCharInfo.java217 ClassLoader cl = ObjectFactory.findClassLoader(); in CharInfo()
/external/testng/src/test/java/test/objectfactory/
DBadMethodFactoryFactory.java3 import org.testng.annotations.ObjectFactory;
12 @ObjectFactory
DMyFactoryFactory.java4 import org.testng.annotations.ObjectFactory;
13 @ObjectFactory
DContextAwareFactoryFactory.java5 import org.testng.annotations.ObjectFactory;
15 @ObjectFactory
DCombinedTestAndObjectFactorySample.java5 import org.testng.annotations.ObjectFactory;
14 @ObjectFactory public IObjectFactory create() { in create()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DObjectFactory.java50 class ObjectFactory { class
294 synchronized (ObjectFactory.class) { in lookUpFactoryClassName()
414 ClassLoader current = ObjectFactory.class.getClassLoader(); in findClassLoader()
512 ClassLoader current = ObjectFactory.class.getClassLoader(); in findProviderClass()
548 ClassLoader current = ObjectFactory.class.getClassLoader(); in findJarServiceProviderName()
DFuncSystemProperty.java183 InputStream is = ss.getResourceAsStream(ObjectFactory.findClassLoader(), in loadPropertyFile()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DObjectFactory.java50 class ObjectFactory { class
294 synchronized (ObjectFactory.class) { in lookUpFactoryClassName()
414 ClassLoader current = ObjectFactory.class.getClassLoader(); in findClassLoader()
512 ClassLoader current = ObjectFactory.class.getClassLoader(); in findProviderClass()
548 ClassLoader current = ObjectFactory.class.getClassLoader(); in findJarServiceProviderName()
DDTMManager.java137 factoryImpl = (DTMManager) ObjectFactory in newInstance()
140 catch (ObjectFactory.ConfigurationError e) in newInstance()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DObjectFactory.java50 class ObjectFactory { class
294 synchronized (ObjectFactory.class) { in lookUpFactoryClassName()
414 ClassLoader current = ObjectFactory.class.getClassLoader(); in findClassLoader()
512 ClassLoader current = ObjectFactory.class.getClassLoader(); in findProviderClass()
548 ClassLoader current = ObjectFactory.class.getClassLoader(); in findJarServiceProviderName()
DObjectPool.java65 objectType = ObjectFactory.findProviderClass( in ObjectPool()
66 className, ObjectFactory.findClassLoader(), true); in ObjectPool()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFImportFile.cpp138 class ObjectFactory { class
149 ObjectFactory(StringRef S, MachineTypes M) in ObjectFactory() function in llvm::object::__anon2caa89a90111::ObjectFactory
181 ObjectFactory::createImportDescriptor(std::vector<uint8_t> &Buffer) { in createImportDescriptor()
321 ObjectFactory::createNullImportDescriptor(std::vector<uint8_t> &Buffer) { in createNullImportDescriptor()
381 NewArchiveMember ObjectFactory::createNullThunk(std::vector<uint8_t> &Buffer) { in createNullThunk()
463 NewArchiveMember ObjectFactory::createShortImport(StringRef Sym, in createShortImport()
491 NewArchiveMember ObjectFactory::createWeakExternal(StringRef Sym, in createWeakExternal()
577 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); in writeImportLibrary()
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DObjectFactory.java41 class ObjectFactory { class
95 ClassLoader current = ObjectFactory.class.getClassLoader(); in findProviderClass()
DExtensionHandler.java65 return ObjectFactory.findProviderClass( in getClassForName()
66 className, ObjectFactory.findClassLoader(), true); in getClassForName()
/external/guice/extensions/struts2/src/com/google/inject/struts2/
DStruts2Factory.java24 import com.opensymphony.xwork2.ObjectFactory;
44 public class Struts2Factory extends ObjectFactory {
DGuiceObjectFactory.java27 import com.opensymphony.xwork2.ObjectFactory;
42 public class GuiceObjectFactory extends ObjectFactory {
/external/testng/src/main/java/org/testng/annotations/
DObjectFactory.java16 public @interface ObjectFactory annotation
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15AnnotationFinder.java37 import org.testng.annotations.ObjectFactory;
66 m_annotationMap.put(IObjectFactoryAnnotation.class, ObjectFactory.class); in JDK15AnnotationFinder()
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/guice/lib/build/
Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...

12