Home
last modified time | relevance | path

Searched refs:registerFactory (Results 1 – 25 of 109) sorted by relevance

12345

/external/angle/src/tests/deqp_support/
DtcuANGLEPlatform.cpp70 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()
80 m_nativeDisplayFactoryRegistry.registerFactory(d3d11Factory); in ANGLEPlatform()
89 m_nativeDisplayFactoryRegistry.registerFactory(d3d9Factory); in ANGLEPlatform()
99 m_nativeDisplayFactoryRegistry.registerFactory(d3d1193Factory); in ANGLEPlatform()
110 m_nativeDisplayFactoryRegistry.registerFactory(glesFactory); in ANGLEPlatform()
119 m_nativeDisplayFactoryRegistry.registerFactory(glFactory); in ANGLEPlatform()
128 m_nativeDisplayFactoryRegistry.registerFactory(vkFactory); in ANGLEPlatform()
136 m_nativeDisplayFactoryRegistry.registerFactory(new ANGLENativeDisplayFactory( in ANGLEPlatform()
147 m_nativeDisplayFactoryRegistry.registerFactory(mtlFactory); in ANGLEPlatform()
156 m_nativeDisplayFactoryRegistry.registerFactory(nullFactory); in ANGLEPlatform()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DEscapeTransliterator.java85 Transliterator.registerFactory("Any-Hex/Unicode", new Transliterator.Factory() { in register()
94 Transliterator.registerFactory("Any-Hex/Java", new Transliterator.Factory() { in register()
103 Transliterator.registerFactory("Any-Hex/C", new Transliterator.Factory() { in register()
113 Transliterator.registerFactory("Any-Hex/XML", new Transliterator.Factory() { in register()
122 Transliterator.registerFactory("Any-Hex/XML10", new Transliterator.Factory() { in register()
131 Transliterator.registerFactory("Any-Hex/Perl", new Transliterator.Factory() { in register()
140 Transliterator.registerFactory("Any-Hex/Plain", new Transliterator.Factory() { in register()
149 Transliterator.registerFactory("Any-Hex", new Transliterator.Factory() { in register()
DUnescapeTransliterator.java54 Transliterator.registerFactory("Hex-Any/Unicode", new Transliterator.Factory() { in register()
65 Transliterator.registerFactory("Hex-Any/Java", new Transliterator.Factory() { in register()
76 Transliterator.registerFactory("Hex-Any/C", new Transliterator.Factory() { in register()
88 Transliterator.registerFactory("Hex-Any/XML", new Transliterator.Factory() { in register()
99 Transliterator.registerFactory("Hex-Any/XML10", new Transliterator.Factory() { in register()
110 Transliterator.registerFactory("Hex-Any/Perl", new Transliterator.Factory() { in register()
121 Transliterator.registerFactory("Hex-Any", new Transliterator.Factory() { in register()
DNormalizationTransliterator.java31 Transliterator.registerFactory("Any-NFC", new Transliterator.Factory() { in register()
37 Transliterator.registerFactory("Any-NFD", new Transliterator.Factory() { in register()
43 Transliterator.registerFactory("Any-NFKC", new Transliterator.Factory() { in register()
49 Transliterator.registerFactory("Any-NFKD", new Transliterator.Factory() { in register()
55 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() { in register()
61 Transliterator.registerFactory("Any-FCC", new Transliterator.Factory() { in register()
DNumberFormatServiceShim.java71 Object registerFactory(NumberFormatFactory factory) { in registerFactory() method in NumberFormatServiceShim
72 return service.registerFactory(new NFFactory(factory)); in registerFactory()
120 this.registerFactory(new RBNumberFormatFactory()); in NFService()
DCollatorServiceShim.java66 Object registerFactory(CollatorFactory f) { in registerFactory() method in CollatorServiceShim
93 return service.registerFactory(new CFactory(f)); in registerFactory()
147 this.registerFactory(new CollatorFactory()); in CService()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DEscapeTransliterator.java84 Transliterator.registerFactory("Any-Hex/Unicode", new Transliterator.Factory() { in register()
93 Transliterator.registerFactory("Any-Hex/Java", new Transliterator.Factory() { in register()
102 Transliterator.registerFactory("Any-Hex/C", new Transliterator.Factory() { in register()
112 Transliterator.registerFactory("Any-Hex/XML", new Transliterator.Factory() { in register()
121 Transliterator.registerFactory("Any-Hex/XML10", new Transliterator.Factory() { in register()
130 Transliterator.registerFactory("Any-Hex/Perl", new Transliterator.Factory() { in register()
139 Transliterator.registerFactory("Any-Hex/Plain", new Transliterator.Factory() { in register()
148 Transliterator.registerFactory("Any-Hex", new Transliterator.Factory() { in register()
DUnescapeTransliterator.java53 Transliterator.registerFactory("Hex-Any/Unicode", new Transliterator.Factory() { in register()
64 Transliterator.registerFactory("Hex-Any/Java", new Transliterator.Factory() { in register()
75 Transliterator.registerFactory("Hex-Any/C", new Transliterator.Factory() { in register()
87 Transliterator.registerFactory("Hex-Any/XML", new Transliterator.Factory() { in register()
98 Transliterator.registerFactory("Hex-Any/XML10", new Transliterator.Factory() { in register()
109 Transliterator.registerFactory("Hex-Any/Perl", new Transliterator.Factory() { in register()
120 Transliterator.registerFactory("Hex-Any", new Transliterator.Factory() { in register()
DNormalizationTransliterator.java30 Transliterator.registerFactory("Any-NFC", new Transliterator.Factory() { in register()
36 Transliterator.registerFactory("Any-NFD", new Transliterator.Factory() { in register()
42 Transliterator.registerFactory("Any-NFKC", new Transliterator.Factory() { in register()
48 Transliterator.registerFactory("Any-NFKD", new Transliterator.Factory() { in register()
54 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() { in register()
60 Transliterator.registerFactory("Any-FCC", new Transliterator.Factory() { in register()
/external/deqp/framework/platform/lnx/
DtcuLnxPlatform.cpp52 void registerFactory (de::MovePtr<glu::ContextFactory> factory) in registerFactory() function in tcu::lnx::LinuxGLPlatform
54 m_contextFactoryRegistry.registerFactory(factory.release()); in registerFactory()
80 m_glPlatform.registerFactory(x11::glx::createContextFactory(m_eventState)); in LinuxPlatform()
83 m_glPlatform.registerFactory(m_eglPlatform.createContextFactory()); in LinuxPlatform()
DtcuLnxEglPlatform.cpp46 m_nativeDisplayFactoryRegistry.registerFactory(x11::egl::createDisplayFactory(eventState)); in Platform()
50 m_nativeDisplayFactoryRegistry.registerFactory(wayland::egl::createDisplayFactory(eventState)); in Platform()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp126 m_nativeWindowRegistry.registerFactory(new WindowFactory()); in DisplayFactory()
127 m_nativePixmapRegistry.registerFactory(new PixmapFactory()); in DisplayFactory()
138 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory()); in Platform()
139 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/google-fruit/extras/doc/
Dregister_factory.tex5 \newcomponent{0}{0}{registerFactory}
6 …erface=std::function<std::unique\_ptr<MyClass>(int)>, distance=5.7, padding=0.9cm]{registerFactory}
7 \umlrequiredinterface[interface=Foo, distance=2.5, padding=0.9cm]{registerFactory}
/external/deqp/framework/platform/win32/
DtcuWin32Platform.cpp66 m_contextFactoryRegistry.registerFactory(factory); in Platform()
76 m_nativeDisplayFactoryRegistry.registerFactory(new win32::EGLNativeDisplayFactory(m_instance)); in Platform()
77 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/deqp/framework/common/
DtcuFactoryRegistry.hpp52 void registerFactory (AbstractFactory* factory);
92 void registerFactory (Factory* factory) { m_registry.registerFactory(factory); } in registerFactory() function in tcu::FactoryRegistry
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java65 NumberFormat.registerFactory(null); in TestRegistration()
89 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
90 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java62 NumberFormat.registerFactory(null); in TestRegistration()
86 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
87 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java70 Object registerFactory(NumberFormatFactory factory) { in registerFactory() method in NumberFormatServiceShim
71 return service.registerFactory(new NFFactory(factory)); in registerFactory()
119 this.registerFactory(new RBNumberFormatFactory()); in NFService()
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp97 m_nativeWindowRegistry.registerFactory(new WindowFactory()); in DisplayFactory()
179 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory()); in Platform()
180 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp76 m_contextFactoryRegistry.registerFactory(new NullGLContextFactory()); in Platform()
77 m_nativeDisplayFactoryRegistry.registerFactory(new NullEGLDisplayFactory()); in Platform()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java65 Object registerFactory(CollatorFactory f) { in registerFactory() method in CollatorServiceShim
92 return service.registerFactory(new CFactory(f)); in registerFactory()
146 this.registerFactory(new CollatorFactory()); in CService()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java218 service.registerFactory(factory); in TestAPI()
247 service.registerFactory(new TestLocaleKeyFactory(xids, "Later")); in TestAPI()
291 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude")); in TestAPI()
390 service.registerFactory(new ICUResourceBundleFactory()); in TestAPI()
455 service.registerFactory(califactory); in TestAPI()
770 service.registerFactory(new ICUResourceBundleFactory()); in TestLocale()
829 service.registerFactory(new WrapFactory()); in TestWrapFactory()
861 service.registerFactory(sf); in TestCoverage()
876 service.registerFactory(null); in TestCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java221 service.registerFactory(factory); in TestAPI()
250 service.registerFactory(new TestLocaleKeyFactory(xids, "Later")); in TestAPI()
294 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude")); in TestAPI()
393 service.registerFactory(new ICUResourceBundleFactory()); in TestAPI()
458 service.registerFactory(califactory); in TestAPI()
773 service.registerFactory(new ICUResourceBundleFactory()); in TestLocale()
832 service.registerFactory(new WrapFactory()); in TestWrapFactory()
864 service.registerFactory(sf); in TestCoverage()
879 service.registerFactory(null); in TestCoverage()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp183 m_nativeWindowRegistry.registerFactory(new NativeWindowFactory(windowRegistry)); in NativeDisplayFactory()
313 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry)); in Platform()
314 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/external/google-fruit/tests/
Dtested_features.md54 * Explicit, using `registerFactory()`
56 * **TODO** Explicit, using `registerFactory()`, but passing a non-signature
57 * Explicit, using `registerFactory()`, but with a lambda that has a different signature compared to…
59 * Check that lambdas with captures are forbidden in `registerFactory()`
60 * **TODO** Check that non-lambda functors/functions are forbidden in `registerFactory()`
61 * **TODO** Check that objects without operator() are forbidden in `registerFactory()`

12345