HomeSort by relevance Sort by last modified time
    Searched refs:Factory (Results 126 - 150 of 816) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCompatibility.java 10 import org.unicode.cldr.util.Factory;
39 Factory factory = Factory.make(file.getCanonicalPath(), ".*"); local
40 for (String language : factory.getAvailableLanguages()) {
43 cldrFile = factory.make(language, false);
TestUnicodeProperty.java 13 import org.unicode.cldr.util.props.UnicodeProperty.Factory;
32 Factory factory = ICUPropertyFactory.make(); local
33 UnicodeProperty property = factory.getProperty("gc");
43 Factory factory = ICUPropertyFactory.make(); local
44 UnicodePropertySymbolTable upst = new UnicodePropertySymbolTable(factory);
60 Factory factory = new MyUnicodePropertyFactory(); local
61 UnicodePropertySymbolTable upst = new UnicodePropertySymbolTable(factory);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
DumpCoverage.java 13 import org.unicode.cldr.util.Factory;
23 Factory cldrFactory = Factory.make(CLDRPaths.MAIN_DIRECTORY, ".*");
ExtractListInfo.java 8 import org.unicode.cldr.util.Factory;
19 Factory cldrFactory = Factory.make(CLDRPaths.MAIN_DIRECTORY, ".*");
FindHardInheritance.java 9 import org.unicode.cldr.util.Factory;
52 Factory factory = Factory.make(CLDRPaths.COMMON_DIRECTORY + dir, ".*"); local
54 for (String localeId : factory.getAvailable()) {
55 Info info = getCounts(dir, factory, localeId);
67 private static Info getCounts(String dir, Factory factory, String localeId) {
73 CLDRFile cldrFile = factory.make(localeId, true);
74 CLDRFile unresolvedCldrFile = factory.make(localeId, false)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ItemComparator.java 23 ItemComparator NULL_COMPARATOR = new Factory.NullComparator ();
26 abstract class Factory
39 // TODO: move the code below into the attr factory
45 final Comparator comparator = IItemAttribute.Factory.getAttribute (attributeID, unitsID).comparator ();
  /external/junit/src/main/java/org/junit/internal/matchers/
StacktracePrintingMatcher.java 7 import org.hamcrest.Factory;
45 @Factory
51 @Factory
  /external/mockito/src/test/java/org/mockitousage/bugs/
BridgeMethodsHitAgainTest.java 22 public interface Factory {}
23 public interface ExtendedFactory extends Factory {}
26 Factory factory(); method in interface:BridgeMethodsHitAgainTest.SomeInterface
30 ExtendedFactory factory(); method in interface:BridgeMethodsHitAgainTest.SomeSubInterface
47 Mockito.when((someSubInterface).factory()).thenReturn(extendedFactory);
49 assertTrue(si.factory() != null);
54 Mockito.when(((SomeInterface) someSubInterface).factory()).thenReturn(extendedFactory);
56 assertTrue(si.factory() != null);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableMap.h 76 /// should use a Factory object to create maps instead of directly
97 class Factory {
98 typename TreeTy::Factory F;
102 Factory(bool canonicalize = true)
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
120 typename TreeTy::Factory *getTreeFactory() const {
121 return const_cast<typename TreeTy::Factory *>(&F);
125 Factory(const Factory& RHS); // DO NOT IMPLEMENT
126 void operator=(const Factory& RHS); // DO NOT IMPLEMEN
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CLDRConfig.java 39 * Object to use for synchronization when interacting with Factory
44 * Object to use for synchronization when interacting with Factory
49 * Object to use for synchronization when interacting with Factory
53 * Object to use for synchronization when interacting with Factory
57 * Object to use for synchronization when interacting with Factory
62 * Object to use for synchronization when interacting with Factory
67 * Object to use for synchronization when interacting with Factory
157 private Factory cldrFactory;
158 private Factory fullFactory;
159 private Factory mainAndAnnotationsFactory
    [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/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ManagedChannelImplGetNameResolverTest.java 25 import io.grpc.NameResolver.Factory;
35 Attributes.newBuilder().set(NameResolver.Factory.PARAMS_DEFAULT_PORT, 447).build();
97 Factory nameResolverFactory = new NameResolver.Factory() {
118 Factory nameResolverFactory = new FakeNameResolverFactory(expectedUri.getScheme());
127 Factory nameResolverFactory = new FakeNameResolverFactory("dns");
138 private static class FakeNameResolverFactory extends NameResolver.Factory {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnescapeTransliterator.java 54 Transliterator.registerFactory("Hex-Any/Unicode", new Transliterator.Factory() {
65 Transliterator.registerFactory("Hex-Any/Java", new Transliterator.Factory() {
76 Transliterator.registerFactory("Hex-Any/C", new Transliterator.Factory() {
88 Transliterator.registerFactory("Hex-Any/XML", new Transliterator.Factory() {
99 Transliterator.registerFactory("Hex-Any/XML10", new Transliterator.Factory() {
110 Transliterator.registerFactory("Hex-Any/Perl", new Transliterator.Factory() {
121 Transliterator.registerFactory("Hex-Any", new Transliterator.Factory() {
NormalizationTransliterator.java 31 Transliterator.registerFactory("Any-NFC", new Transliterator.Factory() {
37 Transliterator.registerFactory("Any-NFD", new Transliterator.Factory() {
43 Transliterator.registerFactory("Any-NFKC", new Transliterator.Factory() {
49 Transliterator.registerFactory("Any-NFKD", new Transliterator.Factory() {
55 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() {
61 Transliterator.registerFactory("Any-FCC", new Transliterator.Factory() {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
UnescapeTransliterator.java 53 Transliterator.registerFactory("Hex-Any/Unicode", new Transliterator.Factory() {
64 Transliterator.registerFactory("Hex-Any/Java", new Transliterator.Factory() {
75 Transliterator.registerFactory("Hex-Any/C", new Transliterator.Factory() {
87 Transliterator.registerFactory("Hex-Any/XML", new Transliterator.Factory() {
98 Transliterator.registerFactory("Hex-Any/XML10", new Transliterator.Factory() {
109 Transliterator.registerFactory("Hex-Any/Perl", new Transliterator.Factory() {
120 Transliterator.registerFactory("Hex-Any", new Transliterator.Factory() {
NormalizationTransliterator.java 30 Transliterator.registerFactory("Any-NFC", new Transliterator.Factory() {
36 Transliterator.registerFactory("Any-NFD", new Transliterator.Factory() {
42 Transliterator.registerFactory("Any-NFKC", new Transliterator.Factory() {
48 Transliterator.registerFactory("Any-NFKD", new Transliterator.Factory() {
54 Transliterator.registerFactory("Any-FCD", new Transliterator.Factory() {
60 Transliterator.registerFactory("Any-FCC", new Transliterator.Factory() {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 46 * <p>Service objects are instantiated by Factory objects registered with
47 * the service. The service queries each Factory in turn, from most recently
54 * service. When registered, a Factory is installed at the head of
55 * the factory list, and so gets 'first crack' at any keys or fallback
58 * factory and held by the client are unaffected.</p>
72 * the responsible factory can also return a human-readable localized
120 * changes to the factory list atomic with respect to all readers.
127 private final List<Factory> factories = new ArrayList<Factory>();
192 * factory may handle all descriptors for an ID, or just
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 45 * <p>Service objects are instantiated by Factory objects registered with
46 * the service. The service queries each Factory in turn, from most recently
53 * service. When registered, a Factory is installed at the head of
54 * the factory list, and so gets 'first crack' at any keys or fallback
57 * factory and held by the client are unaffected.</p>
71 * 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/v8/src/heap/
factory.cc 5 #include "src/heap/factory.h"
114 HeapObject* Factory::AllocateRawWithImmortalMap(int size,
124 HeapObject* Factory::AllocateRawWithAllocationSite(
144 void Factory::InitializeAllocationMemento(AllocationMemento* memento,
154 HeapObject* Factory::AllocateRawArray(int size, PretenureFlag pretenure) {
165 HeapObject* Factory::AllocateRawFixedArray(int length,
173 HeapObject* Factory::AllocateRawWeakArrayList(int capacity,
181 HeapObject* Factory::New(Handle<Map> map, PretenureFlag pretenure) {
194 Handle<HeapObject> Factory::NewFillerObject(int size, bool double_align,
207 Handle<PrototypeInfo> Factory::NewPrototypeInfo()
    [all...]
  /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) {
  /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...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
LoadBalancer.java 44 * <li>{@link Factory Factory} creates a new {@link LoadBalancer} instance.
47 * <p>{@link Helper Helper} is implemented by gRPC library and provided to {@link Factory
48 * Factory}. It provides functionalities that a {@code LoadBalancer} implementation would typically
238 @Nullable private final ClientStreamTracer.Factory streamTracerFactory;
247 @Nullable Subchannel subchannel, @Nullable ClientStreamTracer.Factory streamTracerFactory,
323 Subchannel subchannel, @Nullable ClientStreamTracer.Factory streamTracerFactory) {
384 * The stream tracer factory this result was created with.
389 public ClientStreamTracer.Factory getStreamTracerFactory() {
429 * {@link ClientStreamTracer.Factory} all match
    [all...]
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ProxyMaker.java 32 private final ClassValueMap<Factory> factories;
36 factories = new ClassValueMap<Factory>() {
37 @Override protected Factory computeValue(Class<?> type) {
47 <T> Factory createProxyFactory(Class<T> targetClass) {
81 return new Factory() {
109 interface Factory {
  /external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
InProcessServerBuilderTest.java 25 import io.grpc.ServerStreamTracer.Factory;
57 InProcessServer server = builder.buildTransportServer(new ArrayList<Factory>());
81 InProcessServer server = builder1.buildTransportServer(new ArrayList<Factory>());
  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
UriHelper.java 34 * via {@link Factory#newInstance(Uri)}, and a {@link Factory} object should be instantiated using
42 static final class Factory {
50 private Factory(FactoryBuilder builder) {
91 Factory build() {
95 return new Factory(this);

Completed in 4305 milliseconds

1 2 3 4 56 7 8 91011>>