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

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ImmutableMap.h 78 /// should use a Factory object to create maps instead of directly
102 class Factory {
103 typename TreeTy::Factory F;
107 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {}
109 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true)
112 Factory(const Factory &) = delete;
113 Factory &operator=(const Factory &) = delete;
128 typename TreeTy::Factory *getTreeFactory() const
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 75 /// should use a Factory object to create maps instead of directly
99 class Factory {
100 typename TreeTy::Factory F;
104 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {}
106 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true)
121 typename TreeTy::Factory *getTreeFactory() const {
122 return const_cast<typename TreeTy::Factory *>(&F);
126 Factory(const Factory& RHS) = delete;
127 void operator=(const Factory& RHS) = delete
    [all...]
  /external/clang/unittests/Analysis/
CFGTest.cpp 49 std::unique_ptr<tooling::FrontendActionFactory> Factory(
52 ASSERT_TRUE(tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args));
  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareOyster.java 6 import org.unicode.cldr.util.Factory;
11 Factory factory = CLDRConfig.getInstance().getCldrFactory(); local
18 file = factory.make(itemLocale, true, DraftStatus.contributed);
CompareEn.java 14 import org.unicode.cldr.util.Factory;
20 Factory mainFactory = CLDRConfig.getInstance().getCldrFactory();
21 Factory annotationsFactory = CLDRConfig.getInstance().getAnnotationsFactory();
24 for (Factory factory : Arrays.asList(mainFactory, annotationsFactory)) {
25 CLDRFile en = factory.make("en", false);
26 CLDRFile en_001 = factory.make("en_001", false);
27 CLDRFile en_GB = factory.make("en_GB", false);
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
MonitorCache.java 42 Provider<Set<ProductionComponentMonitor.Factory>> monitorFactorySetProvider) {
49 ProductionComponentMonitor.Factory factory = local
52 result = monitor = factory.create(componentProvider.get());
  /external/icu/android_icu4j/src/main/java/android/icu/text/
EscapeTransliterator.java 85 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/
EscapeTransliterator.java 84 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/
ThrowableCauseMatcher.java 4 import org.hamcrest.Factory;
46 @Factory
ThrowableMessageMatcher.java 4 import org.hamcrest.Factory;
33 @Factory
  /external/tensorflow/tensorflow/core/platform/cloud/
oauth_client.h 32 std::unique_ptr<HttpRequest::Factory> http_request_factory, Env* env);
55 std::unique_ptr<HttpRequest::Factory> http_request_factory_;
  /external/testng/src/test/java/test/dependent/
DependentWithDataProviderSampleTest.java 6 import org.testng.annotations.Factory;
17 @Factory( dataProvider = "prov" )
GroupByInstancesSampleTest.java 4 import org.testng.annotations.Factory;
27 @Factory(dataProvider = "dp")
InstanceSkipSampleTest.java 6 import org.testng.annotations.Factory;
22 @Factory(dataProvider = "dp")
  /external/testng/src/test/java/test/factory/
NestedFactoryTest.java 1 package test.factory;
7 import org.testng.annotations.Factory;
15 @Factory
38 // and two created by the factory
NestedStaticFactoryTest.java 1 package test.factory;
7 import org.testng.annotations.Factory;
15 @Factory
38 // and two created by the factory
  /external/cldr/tools/java/org/unicode/cldr/test/
TestCache.java 8 import org.unicode.cldr.util.Factory;
47 private Factory factory = null; field in class:TestCache
51 protected Factory getFactory() {
52 return factory;
58 * @param factory
62 public void setFactory(Factory factory, String nameMatcher, CLDRFile displayInformation) {
63 if (this.factory != null) {
66 this.factory = factory
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentProcessor.java 126 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(elements, types, keyFactory, dependencyRequestFactory)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 16 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
HyperRef.java 15 public class HyperRef extends IElement.Factory.ElementImpl
  /external/skia/src/gpu/
GrRectanizer.h 35 * Our factory, which returns the subclass du jour
37 static GrRectanizer* Factory(int width, int height);
  /external/skqp/src/gpu/
GrRectanizer.h 35 * Our factory, which returns the subclass du jour
37 static GrRectanizer* Factory(int width, int height);
  /external/testng/src/main/java/org/testng/annotations/
Factory.java 7 * Marks a method as a factory that returns objects that will be used by TestNG
15 public @interface Factory {
41 * Whether this factory is enabled.
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
InMatcher.java 20 import org.hamcrest.Factory;
61 @Factory
66 @Factory
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 61 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*) p)
    [all...]

Completed in 345 milliseconds

1 2 3 45 6 7 8 91011>>