/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRegistrationTest.java | 25 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class 28 TestFactory() { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory 32 TestFactory(ULocale srcLoc, ULocale swapLoc) { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory 81 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration() 82 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
|
D | NumberFormatTest.java | 1736 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class 1739 TestFactory() { in TestRegistration() method in NumberFormatTest.TestFactory 1756 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration() 3464 class TestFactory extends NumberFormatFactory { in TestNumberFormatFactory() class 3492 TestFactory tf = new TestFactory(); in TestNumberFormatFactory()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatRegistrationTest.java | 26 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class 29 TestFactory() { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory 33 TestFactory(ULocale srcLoc, ULocale swapLoc) { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory 82 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration() 83 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
|
D | NumberFormatTest.java | 1737 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class 1740 TestFactory() { in TestRegistration() method in NumberFormatTest.TestFactory 1757 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration() 3465 class TestFactory extends NumberFormatFactory { in TestNumberFormatFactory() class 3493 TestFactory tf = new TestFactory(); in TestNumberFormatFactory()
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | ServerSocketFactoryTest.java | 54 this.setServerSocketFactory(new TestFactory()); in ServerSocketFactoryTest() 60 Assert.assertTrue(this.getServerSocketFactory() instanceof TestFactory); in isCustomServerSocketFactory() 90 private class TestFactory implements ServerSocketFactory { class in ServerSocketFactoryTest
|
/external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/ |
D | URLClassLoaderImplTest.java | 41 class TestFactory implements URLStreamHandlerFactory { in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() class 55 final URLClassLoader ucl = new URLClassLoader(urls, null, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()
|
/external/icu/icu4c/source/test/intltest/ |
D | svccoll.cpp | 256 class TestFactory : public CollatorFactory { class 271 TestFactory(CollatorInfo** _info) in TestFactory() function in TestFactory 281 ~TestFactory() { in ~TestFactory() 343 char TestFactory::gClassID = 0; 389 TestFactory* factory = new TestFactory(info); in TestRegisterFactory()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 52 private static class TestFactory extends SimpleFactory { class in ICUServiceThreadTest 53 TestFactory(String id) { in TestFactory() method in ICUServiceThreadTest.TestFactory 197 Factory f = new TestFactory(getCLV()); in iterate() 354 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 51 private static class TestFactory extends SimpleFactory { class in ICUServiceThreadTest 52 TestFactory(String id) { in TestFactory() method in ICUServiceThreadTest.TestFactory 196 Factory f = new TestFactory(getCLV()); in iterate() 353 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 151 class TestFactory extends CollatorFactory { in TestRegisterFactory() class 155 TestFactory(CollatorInfo[] info) { in TestRegisterFactory() method in CollationServiceTest.TestFactory 231 TestFactory factory = null; in TestRegisterFactory() 233 factory = new TestFactory(info); in TestRegisterFactory()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationServiceTest.java | 152 class TestFactory extends CollatorFactory { in TestRegisterFactory() class 156 TestFactory(CollatorInfo[] info) { in TestRegisterFactory() method in CollationServiceTest.TestFactory 232 TestFactory factory = null; in TestRegisterFactory() 234 factory = new TestFactory(info); in TestRegisterFactory()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | URLClassLoaderTest.java | 206 class TestFactory implements URLStreamHandlerFactory { in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() class 213 ucl = new URLClassLoader(u, cl, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()
|
/external/lisa/libs/utils/ |
D | results.py | 60 test = TestFactory.get(test_idx, test_dir, self.results) 142 class TestFactory(object): class
|