Searched refs:Factory (Results 76 - 100 of 483) sorted by relevance

1234567891011>>

/external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
H A DMonitorCache.java42 Provider<Set<ProductionComponentMonitor.Factory>> monitorFactorySetProvider) {
49 ProductionComponentMonitor.Factory factory =
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DEscapeTransliterator.java85 Transliterator.registerFactory("Any-Hex/Unicode", new Transliterator.Factory() {
94 Transliterator.registerFactory("Any-Hex/Java", new Transliterator.Factory() {
103 Transliterator.registerFactory("Any-Hex/C", new Transliterator.Factory() {
113 Transliterator.registerFactory("Any-Hex/XML", new Transliterator.Factory() {
122 Transliterator.registerFactory("Any-Hex/XML10", new Transliterator.Factory() {
131 Transliterator.registerFactory("Any-Hex/Perl", new Transliterator.Factory() {
140 Transliterator.registerFactory("Any-Hex/Plain", new Transliterator.Factory() {
149 Transliterator.registerFactory("Any-Hex", new Transliterator.Factory() {
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DEscapeTransliterator.java84 Transliterator.registerFactory("Any-Hex/Unicode", new Transliterator.Factory() {
93 Transliterator.registerFactory("Any-Hex/Java", new Transliterator.Factory() {
102 Transliterator.registerFactory("Any-Hex/C", new Transliterator.Factory() {
112 Transliterator.registerFactory("Any-Hex/XML", new Transliterator.Factory() {
121 Transliterator.registerFactory("Any-Hex/XML10", new Transliterator.Factory() {
130 Transliterator.registerFactory("Any-Hex/Perl", new Transliterator.Factory() {
139 Transliterator.registerFactory("Any-Hex/Plain", new Transliterator.Factory() {
148 Transliterator.registerFactory("Any-Hex", new Transliterator.Factory() {
/external/junit/src/main/java/org/junit/internal/matchers/
H A DThrowableCauseMatcher.java4 import org.hamcrest.Factory;
46 @Factory
H A DThrowableMessageMatcher.java4 import org.hamcrest.Factory;
33 @Factory
H A DStacktracePrintingMatcher.java7 import org.hamcrest.Factory;
45 @Factory
51 @Factory
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DCompoundButtonCheckedMatcher.java5 import org.hamcrest.Factory;
24 @Factory
H A DHasResourceMatcher.java5 import org.hamcrest.Factory;
41 @Factory
H A DTextViewHasTextMatcher.java5 import org.hamcrest.Factory;
38 @Factory
H A DViewHasTextMatcher.java5 import org.hamcrest.Factory;
53 @Factory
58 @Factory
/external/testng/src/test/java/test/dependent/
H A DDependentWithDataProviderSampleTest.java6 import org.testng.annotations.Factory;
17 @Factory( dataProvider = "prov" )
H A DGroupByInstancesSampleTest.java4 import org.testng.annotations.Factory;
27 @Factory(dataProvider = "dp")
H A DInstanceSkipSampleTest.java6 import org.testng.annotations.Factory;
22 @Factory(dataProvider = "dp")
/external/testng/src/test/java/test/factory/
H A DNestedFactoryTest.java7 import org.testng.annotations.Factory;
15 @Factory
H A DNestedStaticFactoryTest.java7 import org.testng.annotations.Factory;
15 @Factory
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DComponentProcessor.java126 Key.Factory keyFactory = new Key.Factory(types, elements);
138 DependencyRequest.Factory dependencyRequestFactory =
139 new DependencyRequest.Factory(elements, keyFactory);
140 ProvisionBinding.Factory provisionBindingFactory =
141 new ProvisionBinding.Factory(elements, types, keyFactory, dependencyRequestFactory);
142 ProductionBinding.Factory productionBindingFactory =
143 new ProductionBinding.Factory(types, keyFactory, dependencyRequestFactory);
145 MembersInjectionBinding.Factory membersInjectionBindingFactory =
146 new MembersInjectionBinding.Factory(element
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java16 final class HTMLTable extends IElement.Factory.ElementImpl
48 m_caption = IElement.Factory.create (Tag.CAPTION);
87 private static class Cell extends IElement.Factory.ElementImpl
105 private static class Row extends IElement.Factory.ElementImpl
H A DHyperRef.java15 public class HyperRef extends IElement.Factory.ElementImpl
/external/skia/src/gpu/
H A DGrRectanizer.h37 static GrRectanizer* Factory(int width, int height);
/external/testng/src/main/java/org/testng/annotations/
H A DFactory.java15 public @interface Factory { interface
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h61 typedef typename data_type::Factory& context_type;
85 return *((typename data_type::Factory*) p);
89 return new typename data_type::Factory(Alloc);
93 delete (typename data_type::Factory*) Ctx;
112 typedef typename data_type::Factory& context_type;
137 return *((typename data_type::Factory*) p);
141 return new typename data_type::Factory(Alloc);
145 delete (typename data_type::Factory*) Ctx;
156 typedef typename data_type::Factory& context_type;
176 return *((typename data_type::Factory*)
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DItemComparator.java23 ItemComparator NULL_COMPARATOR = new Factory.NullComparator ();
26 abstract class Factory class in interface:ItemComparator
45 final Comparator comparator = IItemAttribute.Factory.getAttribute (attributeID, unitsID).comparator ();
/external/mockito/src/test/java/org/mockitousage/bugs/
H A DBridgeMethodsHitAgainTest.java22 public interface Factory {} interface in class:BridgeMethodsHitAgainTest
23 public interface ExtendedFactory extends Factory {}
26 Factory factory();
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableMap.h76 /// should use a Factory object to create maps instead of directly
97 class Factory { class in class:llvm::ImmutableMap
98 typename TreeTy::Factory F;
102 Factory(bool canonicalize = true) function in class:llvm::ImmutableMap::Factory
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) function in class:llvm::ImmutableMap::Factory
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
279 FactoryTy *Factory; member in class:llvm::ImmutableMapRef
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DHashBasedTable.java57 private static class Factory<C, V> class in class:HashBasedTable
60 Factory(int expectedSize) { method in class:HashBasedTable.Factory
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) {

Completed in 430 milliseconds

1234567891011>>