/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
InMatcher.java | 20 import org.hamcrest.Factory; 65 @Factory 70 @Factory
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 44 * <p>Service objects are instantiated by Factory objects registered with 45 * the service. The service queries each Factory in turn, from most recently 52 * service. When registered, a Factory is installed at the head of 53 * the factory list, and so gets 'first crack' at any keys or fallback 56 * factory and held by the client are unaffected.</p> 70 * the responsible factory can also return a human-readable localized 118 * changes to the factory list atomic with respect to all readers. 125 private final List<Factory> factories = new ArrayList<Factory>(); 189 * factory may handle all descriptors for an ID, or just [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 43 * <p>Service objects are instantiated by Factory objects registered with 44 * the service. The service queries each Factory in turn, from most recently 51 * service. When registered, a Factory is installed at the head of 52 * the factory list, and so gets 'first crack' at any keys or fallback 55 * factory and held by the client are unaffected.</p> 69 * the responsible factory can also return a human-readable localized 116 * changes to the factory list atomic with respect to all readers. 123 private final List<Factory> factories = new ArrayList<Factory>(); 187 * factory may handle all descriptors for an ID, or just [all...] |
/external/guava/guava/src/com/google/common/collect/ |
HashBasedTable.java | 57 private static class Factory<C, V> 60 Factory(int expectedSize) { 75 new HashMap<R, Map<C, V>>(), new Factory<C, V>(0)); 93 backingMap, new Factory<C, V>(expectedCellsPerRow)); 111 HashBasedTable(Map<R, Map<C, V>> backingMap, Factory<C, V> factory) { 112 super(backingMap, factory);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TestUnicodeProperty.java | 15 import android.icu.dev.util.UnicodeProperty.Factory; 35 Factory factory = ICUPropertyFactory.make(); local 36 UnicodeProperty property = factory.getProperty("gc"); 46 Factory factory = ICUPropertyFactory.make(); local 47 UnicodePropertySymbolTable upst = new UnicodePropertySymbolTable(factory); 63 Factory factory = new MyUnicodePropertyFactory(); local 64 UnicodePropertySymbolTable upst = new UnicodePropertySymbolTable(factory); [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TestUnicodeProperty.java | 14 import com.ibm.icu.dev.util.UnicodeProperty.Factory; 31 Factory factory = ICUPropertyFactory.make(); local 32 UnicodeProperty property = factory.getProperty("gc"); 42 Factory factory = ICUPropertyFactory.make(); local 43 UnicodePropertySymbolTable upst = new UnicodePropertySymbolTable(factory); 59 Factory factory = new MyUnicodePropertyFactory(); local 60 UnicodePropertySymbolTable upst = new UnicodePropertySymbolTable(factory); [all...] |
/external/skia/src/core/ |
SkFlattenable.cpp | 14 uint32_t SkNamedFactorySet::find(SkFlattenable::Factory factory) { 15 uint32_t index = fFactorySet.find(factory); 19 const char* name = SkFlattenable::FactoryToName(factory); 24 return fFactorySet.add(factory); 55 SkFlattenable::Factory fFactory; 62 void SkFlattenable::Register(const char name[], Factory factory, SkFlattenable::Type type) { 64 SkASSERT(factory); 68 gEntries[gCount].fFactory = factory; [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSTaskStarter.java | 34 * DNSTaskStarter.Factory enable the creation of new instance of DNSTaskStarter. 36 public static final class Factory { 38 private static volatile Factory _instance; 58 private static final AtomicReference<Factory.ClassDelegate> _databaseClassDelegate = new AtomicReference<Factory.ClassDelegate>(); 60 private Factory() { 71 * @see DNSTaskStarter.Factory.ClassDelegate 73 public static void setClassDelegate(Factory.ClassDelegate delegate) { 82 * @see DNSTaskStarter.Factory.ClassDelegate 84 public static Factory.ClassDelegate classDelegate() [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnescapeTransliterator.java | 52 Transliterator.registerFactory("Hex-Any/Unicode", new Transliterator.Factory() { 62 Transliterator.registerFactory("Hex-Any/Java", new Transliterator.Factory() { 72 Transliterator.registerFactory("Hex-Any/C", new Transliterator.Factory() { 83 Transliterator.registerFactory("Hex-Any/XML", new Transliterator.Factory() { 93 Transliterator.registerFactory("Hex-Any/XML10", new Transliterator.Factory() { 103 Transliterator.registerFactory("Hex-Any/Perl", new Transliterator.Factory() { 113 Transliterator.registerFactory("Hex-Any", new Transliterator.Factory() {
|
NormalizationTransliterator.java | 29 Transliterator.registerFactory("Any-NFC", new Transliterator.Factory() { 34 Transliterator.registerFactory("Any-NFD", new Transliterator.Factory() { 39 Transliterator.registerFactory("Any-NFKC", new Transliterator.Factory() { 44 Transliterator.registerFactory("Any-NFKD", new Transliterator.Factory() { 49 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() { 54 Transliterator.registerFactory("Any-FCC", new Transliterator.Factory() {
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
UnescapeTransliterator.java | 51 Transliterator.registerFactory("Hex-Any/Unicode", new Transliterator.Factory() { 61 Transliterator.registerFactory("Hex-Any/Java", new Transliterator.Factory() { 71 Transliterator.registerFactory("Hex-Any/C", new Transliterator.Factory() { 82 Transliterator.registerFactory("Hex-Any/XML", new Transliterator.Factory() { 92 Transliterator.registerFactory("Hex-Any/XML10", new Transliterator.Factory() { 102 Transliterator.registerFactory("Hex-Any/Perl", new Transliterator.Factory() { 112 Transliterator.registerFactory("Hex-Any", new Transliterator.Factory() {
|
NormalizationTransliterator.java | 28 Transliterator.registerFactory("Any-NFC", new Transliterator.Factory() { 33 Transliterator.registerFactory("Any-NFD", new Transliterator.Factory() { 38 Transliterator.registerFactory("Any-NFKC", new Transliterator.Factory() { 43 Transliterator.registerFactory("Any-NFKD", new Transliterator.Factory() { 48 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() { 53 Transliterator.registerFactory("Any-FCC", new Transliterator.Factory() {
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ModuleDescriptor.java | 54 static final class Factory { 56 private final ProvisionBinding.Factory provisionBindingFactory; 57 private final ProductionBinding.Factory productionBindingFactory; 59 Factory( 61 ProvisionBinding.Factory provisionBindingFactory, 62 ProductionBinding.Factory productionBindingFactory) {
|
AbstractComponentProcessingStep.java | 37 private final ComponentDescriptor.Factory componentDescriptorFactory; 38 private final BindingGraph.Factory bindingGraphFactory; 46 ComponentDescriptor.Factory componentDescriptorFactory, 47 BindingGraph.Factory bindingGraphFactory,
|
/external/dagger2/core/src/test/java/dagger/internal/ |
SetFactoryTest.java | 41 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { local 48 factory.get(); 53 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { local 60 factory.get(); 65 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { local 76 factory.get(); 81 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() local 97 Factory<Set<Integer>> factory = SetFactory.create( local 108 Factory<Set<Integer>> factory = SetFactory.create( local [all...] |
/packages/apps/Camera2/src/com/android/camera/debug/ |
Loggers.java | 30 * This creates a factory that will eat all log input. 32 public static Logger.Factory noOpFactory() { 37 * This creates a factory that will use the standard android static log 40 public static Logger.Factory tagFactory() { 45 * Creates a logger factory which always returns the given logger. 47 public static Logger.Factory factoryFor(final Logger logger) { 48 return new Logger.Factory() { 59 private static class NoOpLoggerFactory implements Logger.Factory { 84 private static class TagLoggerFactory implements Logger.Factory {
|
/external/hamcrest/library/src/org/hamcrest/xml/ |
HasXPath.java | 4 import org.hamcrest.Factory; 64 @Factory 69 @Factory
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
BugleSubscriptionPrefs.java | 22 import com.android.messaging.Factory; 75 final Resources resources = Factory.get().getApplicationContext().getResources(); 87 final Resources resources = Factory.get().getApplicationContext().getResources();
|
/cts/tests/tests/text/src/android/text/method/cts/ |
CharacterPickerDialogTest.java | 46 final Editable content = Editable.Factory.getInstance().newEditable(str); 66 Editable text = Editable.Factory.getInstance().newEditable(str); 91 text = Editable.Factory.getInstance().newEditable(str); 107 final Editable content = Editable.Factory.getInstance().newEditable(str);
|
/external/dagger2/core/src/main/java/dagger/internal/ |
SetFactory.java | 29 * A {@link Factory} implementation used to implement {@link Set} bindings. This factory always 30 * returns a new {@link Set} instance for each call to {@link #get} (as required by {@link Factory}) 36 public final class SetFactory<T> implements Factory<Set<T>> { 44 * Returns the supplied factory. If there's just one factory, there's no need to wrap it or its 47 public static <T> Factory<Set<T>> create(Factory<Set<T>> factory) { 48 assert factory != null : ARGUMENTS_MUST_BE_NON_NULL [all...] |
/external/emma/ant/ant14/com/vladium/emma/ant/ |
NestedTask.java | 52 final IProperties settings = IProperties.Factory.combine (taskOverrides, parentSettings);
|
/external/jmdns/src/javax/jmdns/ |
JmmDNS.java | 30 * JmmDNS.Factory enable the creation of new instance of JmmDNS. 32 public static final class Factory { 53 private Factory() { 63 * @see JmmDNS.Factory.ClassDelegate 74 * @see JmmDNS.Factory.ClassDelegate 101 synchronized (Factory.class) { 103 _instance = JmmDNS.Factory.newJmmDNS();
|
/external/skia/src/ports/ |
SkFontMgr_android_factory.cpp | 31 SkFontMgr* SkFontMgr::Factory() {
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
WidgetPickConversationActivity.java | 24 import com.android.messaging.Factory; 98 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); 104 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); 110 final BuglePrefs prefs = Factory.get().getWidgetPrefs();
|
/external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/ |
MonitorsTest.java | 39 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactory; 42 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryA; 43 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryB; 44 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryC; 59 ProductionComponentMonitor.Factory factory = local 61 ImmutableList.<ProductionComponentMonitor.Factory>of()); 62 assertThat(factory).isSameAs(Monitors.noOpProductionComponentMonitorFactory()); 68 ProductionComponentMonitor.Factory factory local 79 ProductionComponentMonitor.Factory factory = local 91 ProductionComponentMonitor.Factory factory = local 106 ProductionComponentMonitor.Factory factory = local 117 ProductionComponentMonitor.Factory factory = local 138 ProductionComponentMonitor.Factory factory = local 162 ProductionComponentMonitor.Factory factory = local 186 ProductionComponentMonitor.Factory factory = local 209 ProductionComponentMonitor.Factory factory = local 229 ProductionComponentMonitor.Factory factory = local 246 ProductionComponentMonitor.Factory factory = local 280 ProductionComponentMonitor.Factory factory = local 305 ProductionComponentMonitor.Factory factory = local 336 ProductionComponentMonitor.Factory factory = local 370 ProductionComponentMonitor.Factory factory = local 404 ProductionComponentMonitor.Factory factory = local [all...] |