Home
last modified time | relevance | path

Searched refs:TestFactory (Results 1 – 15 of 15) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java32 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class
35 TestFactory() { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory
39 TestFactory(ULocale srcLoc, ULocale swapLoc) { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory
89 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
90 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
DNumberFormatTest.java1468 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class
1471 TestFactory() { in TestRegistration() method in NumberFormatTest.TestFactory
1488 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
3374 class TestFactory extends NumberFormatFactory { in TestNumberFormatFactory() class
3402 TestFactory tf = new TestFactory(); in TestNumberFormatFactory()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java29 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class
32 TestFactory() { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory
36 TestFactory(ULocale srcLoc, ULocale swapLoc) { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory
86 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
87 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
DNumberFormatTest.java1465 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class
1468 TestFactory() { in TestRegistration() method in NumberFormatTest.TestFactory
1485 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
3371 class TestFactory extends NumberFormatFactory { in TestNumberFormatFactory() class
3399 TestFactory tf = new TestFactory(); in TestNumberFormatFactory()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DServerSocketFactoryTest.java54 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/
DURLClassLoaderImplTest.java41 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/
Dsvccoll.cpp256 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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckDisplayCollisions.java35 TestFactory factory = new TestFactory(); in testInheritance()
DTestFactory.java15 public class TestFactory extends Factory { class
DTestCheckCLDR.java369 TestFactory testFactory = new TestFactory(); in TestCheckDates()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceThreadTest.java56 private static class TestFactory extends SimpleFactory { class in ICUServiceThreadTest
57 TestFactory(String id) { in TestFactory() method in ICUServiceThreadTest.TestFactory
203 Factory f = new TestFactory(getCLV()); in iterate()
355 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java53 private static class TestFactory extends SimpleFactory { class in ICUServiceThreadTest
54 TestFactory(String id) { in TestFactory() method in ICUServiceThreadTest.TestFactory
200 Factory f = new TestFactory(getCLV()); in iterate()
352 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java157 class TestFactory extends CollatorFactory { in TestRegisterFactory() class
161 TestFactory(CollatorInfo[] info) { in TestRegisterFactory() method in CollationServiceTest.TestFactory
242 TestFactory factory = null; in TestRegisterFactory()
244 factory = new TestFactory(info); in TestRegisterFactory()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java154 class TestFactory extends CollatorFactory { in TestRegisterFactory() class
158 TestFactory(CollatorInfo[] info) { in TestRegisterFactory() method in CollationServiceTest.TestFactory
239 TestFactory factory = null; in TestRegisterFactory()
241 factory = new TestFactory(info); in TestRegisterFactory()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java206 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()