Home
last modified time | relevance | path

Searched refs:createObject (Results 1 – 25 of 45) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java35 V newVal = createObject(key); in get()
65 protected abstract V createObject(K key); in createObject() method in LocaleObjectCache
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java35 V newVal = createObject(key); in get()
65 protected abstract V createObject(K key); in createObject() method in LocaleObjectCache
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleObjectCache.java39 V newVal = createObject(key); in get()
69 protected abstract V createObject(K key); in createObject() method in LocaleObjectCache
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacInputManager.cpp173 Object* MacInputManager::createObject(InputManager* creator, Type iType, bool bufferMode, in createObject() function in MacInputManager
194 obj = mHIDManager->createObject(creator, iType, bufferMode, vendor); in createObject()
DCocoaInputManager.mm151 Object* CocoaInputManager::createObject(InputManager* creator, Type iType, bool bufferMode, function
172 obj = mHIDManager->createObject(creator, iType, bufferMode, vendor);
/external/deqp/framework/delibs/decpp/
DdeUniquePtr.cpp66 MovePtr<Object> createObject (bool& exists) in createObject() function
156 UniquePtr<Object> ptr(createObject(exists)); in UniquePtr_selfTest()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) in createObject() method in ObjectFactory
103 return createObject(factoryId, null, fallbackClassName); in createObject()
128 static Object createObject(String factoryId, in createObject() method in ObjectFactory
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DObjectFactory.java100 static Object createObject(String factoryId, String fallbackClassName) in createObject() method in ObjectFactory
102 return createObject(factoryId, null, fallbackClassName); in createObject()
127 static Object createObject(String factoryId, in createObject() method in ObjectFactory
/external/apache-xml/src/main/java/org/apache/xml/utils/
DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) in createObject() method in ObjectFactory
103 return createObject(factoryId, null, fallbackClassName); in createObject()
128 static Object createObject(String factoryId, in createObject() method in ObjectFactory
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) in createObject() method in ObjectFactory
103 return createObject(factoryId, null, fallbackClassName); in createObject()
128 static Object createObject(String factoryId, in createObject() method in ObjectFactory
DDTMManager.java138 .createObject(defaultPropName, defaultClassName); in newInstance()
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DObjectFactory.java101 static Object createObject(String factoryId, String fallbackClassName) in createObject() method in ObjectFactory
103 return createObject(factoryId, null, fallbackClassName); in createObject()
128 static Object createObject(String factoryId, in createObject() method in ObjectFactory
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISFactoryCreator.h72 …virtual Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string…
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
DOISWiiMoteFactoryCreator.h68 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DOISWiiMoteFactoryCreator.cpp109 Object* WiiMoteFactoryCreator::createObject(InputManager* creator, Type iType, bool bufferMode, con… in createObject() function in WiiMoteFactoryCreator
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
DCocoaInputManager.h59 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DMacInputManager.h58 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DMacHIDManager.h90 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
DLinuxInputManager.h60 …Object* createObject(InputManager *creator, Type iType, bool bufferMode, const std::string & vendo…
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
DOISLIRCFactoryCreator.h58 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
DWin32InputManager.h57 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
/external/icu/icu4c/source/common/
Dunifiedcache.h72 virtual const SharedObject *createObject(
162 virtual const T *createObject(
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
DiPhoneInputManager.h73 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DLinuxInputManager.cpp165 Object* LinuxInputManager::createObject(InputManager *creator, Type iType, bool bufferMode, const s… in createObject() function in LinuxInputManager
/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp33 const UCTItem *LocaleCacheKey<UCTItem>::createObject( in createObject() function in LocaleCacheKey
58 const UCTItem2 *LocaleCacheKey<UCTItem2>::createObject( in createObject() function in LocaleCacheKey

12