/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 211 List factories; field in ICUServiceThreadTest.UnregisterFactoryThread 217 factories = service.factories(); in UnregisterFactoryThread() 222 int s = factories.size(); in iterate() 224 factories = service.factories(); in iterate() 227 Factory f = (Factory)factories.remove(n); in iterate() 235 Factory[] factories; field in ICUServiceThreadTest.UnregisterFactoryListThread 238 UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories) { in UnregisterFactoryListThread() argument 241 this.factories in UnregisterFactoryListThread() [all...] |
H A D | ICUServiceTest.java | 141 // get a list of the factories, should be two in TestAPI() 142 List factories = service.factories(); in TestAPI() 143 confirmIdentical("4) factory size", factories.size(), 2); in TestAPI() 149 confirmIdentical("5) factory size", factories.size(), 2); in TestAPI() 152 // stack of factories is now en, en_US_FOO, en_US in TestAPI() 160 factories = service.factories(); in TestAPI() 161 confirmIdentical("9) factory size", factories.size(), 4); in TestAPI() 168 // should have fewer factories agai in TestAPI() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 208 List factories; field in ICUServiceThreadTest.UnregisterFactoryThread 214 factories = service.factories(); in UnregisterFactoryThread() 219 int s = factories.size(); in iterate() 221 factories = service.factories(); in iterate() 224 Factory f = (Factory)factories.remove(n); in iterate() 232 Factory[] factories; field in ICUServiceThreadTest.UnregisterFactoryListThread 235 UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories) { in UnregisterFactoryListThread() argument 238 this.factories in UnregisterFactoryListThread() [all...] |
H A D | ICUServiceTest.java | 138 // get a list of the factories, should be two in TestAPI() 139 List factories = service.factories(); in TestAPI() 140 confirmIdentical("4) factory size", factories.size(), 2); in TestAPI() 146 confirmIdentical("5) factory size", factories.size(), 2); in TestAPI() 149 // stack of factories is now en, en_US_FOO, en_US in TestAPI() 157 factories = service.factories(); in TestAPI() 158 confirmIdentical("9) factory size", factories.size(), 4); in TestAPI() 165 // should have fewer factories agai in TestAPI() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | serv.cpp | 341 , factories(NULL) in ICUService() 351 , factories(NULL) in ICUService() 363 delete factories; in ~ICUService() 364 factories = NULL; in ~ICUService() 427 // called only by factories, treat as private 471 int32_t limit = factories->size(); in getKey() 476 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) { in getKey() 504 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++); in getKey() 668 } else if (factories != NULL) { in getVisibleIDMap() 669 for (int32_t pos = factories in getVisibleIDMap() [all...] |
H A D | serv.h | 54 * <p>ICUServiceKeys are used to communicate with factories to 57 * descriptor to use in querying the cache and factories, and 63 * for example number format factories that generate multiple 241 * previously-registered factories.</p> 366 * ICUService will notifiy this listener when factories are added to 484 * previously-registered factories to handle the ones it does not 487 * <p>ICUService uses ICUServiceKeys to query factories and perform 506 * to receive notification when factories are added or removed from 516 * of the objects returned from get, to limit the factories that can 541 * All the factories registere [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | serv.cpp | 335 , factories(NULL) in ICUService() 345 , factories(NULL) in ICUService() 357 delete factories; in ~ICUService() 358 factories = NULL; in ~ICUService() 415 // called only by factories, treat as private 460 int32_t limit = factories->size(); in getKey() 465 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) { in getKey() 493 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++); in getKey() 652 } else if (factories != NULL) { in getVisibleIDMap() 653 for (int32_t pos = factories in getVisibleIDMap() [all...] |
H A D | serv.h | 54 * <p>ICUServiceKeys are used to communicate with factories to 57 * descriptor to use in querying the cache and factories, and 63 * for example number format factories that generate multiple 241 * previously-registered factories.</p> 366 * ICUService will notify this listener when factories are added to 484 * previously-registered factories to handle the ones it does not 487 * <p>ICUService uses ICUServiceKeys to query factories and perform 506 * to receive notification when factories are added or removed from 516 * of the objects returned from get, to limit the factories that can 541 * All the factories registere [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | serv.cpp | 335 , factories(nullptr) in ICUService() 345 , factories(nullptr) in ICUService() 357 delete factories; in ~ICUService() 358 factories = nullptr; in ~ICUService() 415 // called only by factories, treat as private 460 int32_t limit = factories->size(); in getKey() 465 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) { in getKey() 493 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++); in getKey() 652 } else if (factories != nullptr) { in getVisibleIDMap() 653 for (int32_t pos = factories in getVisibleIDMap() [all...] |
H A D | serv.h | 54 * <p>ICUServiceKeys are used to communicate with factories to 57 * descriptor to use in querying the cache and factories, and 63 * for example number format factories that generate multiple 241 * previously-registered factories.</p> 366 * ICUService will notify this listener when factories are added to 484 * previously-registered factories to handle the ones it does not 487 * <p>ICUService uses ICUServiceKeys to query factories and perform 506 * to receive notification when factories are added or removed from 516 * of the objects returned from get, to limit the factories that can 541 * All the factories registere [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ManifestSchemaFactory.java | 123 private MessageInfoFactory[] factories; field in ManifestSchemaFactory.CompositeMessageInfoFactory 125 CompositeMessageInfoFactory(MessageInfoFactory... factories) { in CompositeMessageInfoFactory() argument 126 this.factories = factories; in CompositeMessageInfoFactory() 131 for (MessageInfoFactory factory : factories) { in isSupported() 141 for (MessageInfoFactory factory : factories) { in messageInfoFor()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUService.java | 59 * <p>ICUService uses Keys to query factories and perform 77 * to receive notification when factories are added or removed from 86 * of the objects returned from get, to limit the factories that can 116 * Access to factories is protected by a read-write lock. This is 123 * All the factories registered with this service. 125 private final List<Factory> factories = new ArrayList<Factory>(); field in ICUService 128 * Record the default number of factories for this service. 134 * Keys are used to communicate with factories to generate an 137 * descriptor to use in querying the cache and factories, and 143 * for example number format factories tha 759 public final List<Factory> factories() { factories() method in ICUService [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUService.java | 60 * <p>ICUService uses Keys to query factories and perform 78 * to receive notification when factories are added or removed from 87 * of the objects returned from get, to limit the factories that can 118 * Access to factories is protected by a read-write lock. This is 125 * All the factories registered with this service. 127 private final List<Factory> factories = new ArrayList<Factory>(); field in ICUService 130 * Record the default number of factories for this service. 136 * Keys are used to communicate with factories to generate an 139 * descriptor to use in querying the cache and factories, and 145 * for example number format factories tha 764 public final List<Factory> factories() { factories() method in ICUService [all...] |
/third_party/skia/gm/ |
H A D | localmatriximagefilter.cpp | 54 const ImageFilterFactory factories[] = { in DEF_SIMPLE_GM() local 70 for (auto&& factory : factories) { in DEF_SIMPLE_GM()
|
H A D | gradients.cpp | 238 // Like the original gradients GM, but using the SkColor4f shader factories. Should be identical. 831 sk_sp<SkShader> (*factories[])(const GradRun&, SkTileMode) { in DEF_SIMPLE_GM() function 842 for (auto factory : factories) { in DEF_SIMPLE_GM()
|
/third_party/skia/tests/ |
H A D | StreamBufferTest.cpp | 98 Factory factories[] = { in DEF_TEST() local 106 for (const Factory& f : factories) { in DEF_TEST()
|
/third_party/python/Lib/test/ |
H A D | test_int.py | 326 factories = [ 339 factories.append(lambda b: array('B', b)) 341 for f in factories:
|
H A D | test_float.py | 101 factories = [ 114 factories.append(lambda b: array('B', b)) 116 for f in factories:
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 9803 IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactories(); 9806 auto result = factories.find( lcReporter ); 9808 if( factories.end() != result ) 11367 IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactories(); 11369 for( auto const& factoryKvp : factories ) 11372 for( auto const& factoryKvp : factories ) { 11384 return factories.size();
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |