Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/
DMonitorsTest.java59 ProductionComponentMonitor.Factory factory = in zeroMonitorsReturnsNoOp() local
68 ProductionComponentMonitor.Factory factory = in singleMonitor_nullProductionComponentMonitor() local
79 ProductionComponentMonitor.Factory factory = in singleMonitor_throwingProductionComponentMonitorFactory() local
91 ProductionComponentMonitor.Factory factory = in singleMonitor_nullProducerMonitor() local
106 ProductionComponentMonitor.Factory factory = in singleMonitor_throwingProductionComponentMonitor() local
117 ProductionComponentMonitor.Factory factory = in singleMonitor_normalProducerMonitorSuccess() local
138 ProductionComponentMonitor.Factory factory = in singleMonitor_normalProducerMonitorFailure() local
162 ProductionComponentMonitor.Factory factory = in singleMonitor_throwingProducerMonitorSuccess() local
186 ProductionComponentMonitor.Factory factory = in singleMonitor_throwingProducerMonitorFailure() local
209 ProductionComponentMonitor.Factory factory = in multipleMonitors_nullProductionComponentMonitors() local
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_factory.cc24 void grpc_client_channel_factory_ref(grpc_client_channel_factory* factory) { in grpc_client_channel_factory_ref()
28 void grpc_client_channel_factory_unref(grpc_client_channel_factory* factory) { in grpc_client_channel_factory_unref()
33 grpc_client_channel_factory* factory, const grpc_subchannel_args* args) { in grpc_client_channel_factory_create_subchannel()
38 grpc_client_channel_factory* factory, const char* target, in grpc_client_channel_factory_create_channel()
43 static void* factory_arg_copy(void* factory) { in factory_arg_copy()
49 static void factory_arg_destroy(void* factory) { in factory_arg_destroy()
64 grpc_client_channel_factory* factory) { in grpc_client_channel_factory_create_channel_arg()
Dresolver_registry.cc43 void RegisterResolverFactory(UniquePtr<ResolverFactory> factory) { in RegisterResolverFactory()
69 ResolverFactory* factory = in FindResolverFactory() local
121 UniquePtr<ResolverFactory> factory) { in RegisterResolverFactory()
141 ResolverFactory* factory = in CreateResolver() local
159 ResolverFactory* factory = in GetDefaultAuthority() local
Dlb_policy_registry.cc37 UniquePtr<LoadBalancingPolicyFactory> factory) { in RegisterLoadBalancingPolicyFactory()
76 UniquePtr<LoadBalancingPolicyFactory> factory) { in RegisterLoadBalancingPolicyFactory()
90 LoadBalancingPolicyFactory* factory = in CreateLoadBalancingPolicy() local
/external/dagger2/core/src/test/java/dagger/internal/
DSetFactoryTest.java41 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { in providerReturnsNullSet() local
53 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { in providerReturnsNullSet_single() local
65 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { in providerReturnsSetWithNullElement() local
81 Factory<Set<Integer>> factory = SetFactory.create(new Provider<Set<Integer>>() { in providerReturnsSetWithNullElement_single() local
97 Factory<Set<Integer>> factory = SetFactory.create( in invokesProvidersEverytTime() local
108 Factory<Set<Integer>> factory = SetFactory.create( in iterationOrder() local
/external/conscrypt/testing/src/main/java/org/conscrypt/
DChannelType.java41 SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
47 ServerSocket newServerSocket(SSLServerSocketFactory factory) throws IOException { in newServerSocket()
58 SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
73 SSLSocket accept(ServerSocket serverSocket, SSLSocketFactory factory) throws IOException { in accept()
84 SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
98 SSLSocket accept(ServerSocket serverSocket, SSLSocketFactory factory) throws IOException { in accept()
114 abstract SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
116 abstract ServerSocket newServerSocket(SSLServerSocketFactory factory) throws IOException; in newServerSocket()
117 abstract SSLSocket accept(ServerSocket socket, SSLSocketFactory factory) throws IOException; in accept()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DChannelType.java43 SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
49 ServerSocket newServerSocket(SSLServerSocketFactory factory) throws IOException { in newServerSocket()
60 SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
75 SSLSocket accept(ServerSocket serverSocket, SSLSocketFactory factory) throws IOException { in accept()
86 SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
100 SSLSocket accept(ServerSocket serverSocket, SSLSocketFactory factory) throws IOException { in accept()
116 abstract SSLSocket newClientSocket(SSLSocketFactory factory, InetAddress address, int port) in newClientSocket()
118 abstract ServerSocket newServerSocket(SSLServerSocketFactory factory) throws IOException; in newServerSocket()
119 abstract SSLSocket accept(ServerSocket socket, SSLSocketFactory factory) throws IOException; in accept()
/external/webrtc/webrtc/base/
Dreferencecountedsingletonfactory_unittest.cc42 ReferenceCountedSingletonFactory<MyExistenceWatcher> *factory) { in DoCreateAndGoOutOfScope()
49 TestReferenceCountedSingletonFactory factory; in TEST() local
56 TestReferenceCountedSingletonFactory factory; in TEST() local
65 TestReferenceCountedSingletonFactory factory; in TEST() local
72 TestReferenceCountedSingletonFactory factory; in TEST() local
83 TestReferenceCountedSingletonFactory factory; in TEST() local
93 TestReferenceCountedSingletonFactory factory; in TEST() local
103 TestReferenceCountedSingletonFactory factory; in TEST() local
119 TestReferenceCountedSingletonFactory factory; in TEST() local
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_factory_posix.cc32 void grpc_socket_factory_init(grpc_socket_factory* factory, in grpc_socket_factory_init()
38 int grpc_socket_factory_socket(grpc_socket_factory* factory, int domain, in grpc_socket_factory_socket()
43 int grpc_socket_factory_bind(grpc_socket_factory* factory, int sockfd, in grpc_socket_factory_bind()
62 grpc_socket_factory* grpc_socket_factory_ref(grpc_socket_factory* factory) { in grpc_socket_factory_ref()
67 void grpc_socket_factory_unref(grpc_socket_factory* factory) { in grpc_socket_factory_unref()
89 grpc_arg grpc_socket_factory_to_arg(grpc_socket_factory* factory) { in grpc_socket_factory_to_arg()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
DDefaultManifestFactoryTest.java24 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify() local
49 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify_withResourceApk() local
74 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify_withMissingValues() local
98 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify_configNoneShouldBeIgnored() local
122 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify_packageCanBeOverridenFromConfig() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpDec.java32 protected DfpDec(final DfpField factory) { in DfpDec()
40 protected DfpDec(final DfpField factory, byte x) { in DfpDec()
48 protected DfpDec(final DfpField factory, int x) { in DfpDec()
56 protected DfpDec(final DfpField factory, long x) { in DfpDec()
64 protected DfpDec(final DfpField factory, double x) { in DfpDec()
81 protected DfpDec(final DfpField factory, final String s) { in DfpDec()
92 protected DfpDec(final DfpField factory, final byte sign, final byte nans) { in DfpDec()
/external/dagger2/core/src/main/java/dagger/internal/
DScopedProvider.java30 private final Factory<T> factory; field in ScopedProvider
33 private ScopedProvider(Factory<T> factory) { in ScopedProvider()
55 public static <T> Provider<T> create(Factory<T> factory) { in create()
/external/libchrome/base/metrics/
Dsingle_sample_metrics_unittest.cc38 SingleSampleMetricsFactory* factory = SingleSampleMetricsFactory::Get(); in TEST_F() local
50 SingleSampleMetricsFactory* factory = new DefaultSingleSampleMetricsFactory(); in TEST_F() local
56 SingleSampleMetricsFactory* factory = SingleSampleMetricsFactory::Get(); in TEST_F() local
68 SingleSampleMetricsFactory* factory = SingleSampleMetricsFactory::Get(); in TEST_F() local
96 SingleSampleMetricsFactory* factory = SingleSampleMetricsFactory::Get(); in TEST_F() local
/external/dagger2/lib/
Dauto-factory-1.0-20150915.183854-35.jar ... google/auto/ com/google/auto/factory/ com/google/auto/factory/processor ...
/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.h97 std::unique_ptr<AllocatorFactory> factory; member
116 int priority, AllocatorFactory* factory) { in AllocatorFactoryRegistration()
122 #define REGISTER_MEM_ALLOCATOR(name, priority, factory) \ argument
127 factory) \ argument
130 #define REGISTER_MEM_ALLOCATOR_UNIQ(ctr, file, line, name, priority, factory) \ argument
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptSocketTest.java96 OpenSSLContextImpl context, ServerSocket server, SSLSocketFactory factory) { in newClientSocket()
102 SSLSocketFactory factory) throws IOException { in newServerSocket()
109 SSLSocketFactory factory) throws IOException { in newClientSocket()
115 SSLSocketFactory factory) throws IOException { in newServerSocket()
122 SSLSocketFactory factory) throws IOException { in newClientSocket()
131 SSLSocketFactory factory) throws IOException { in newServerSocket()
140 SSLSocketFactory factory) throws IOException; in newClientSocket()
142 SSLSocketFactory factory) throws IOException; in newServerSocket()
173 SSLSocketFactory factory = socketFactory(context); in newClientSocket() local
183 SSLSocketFactory factory = socketFactory(context); in newClientSocket() local
[all …]
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptSocketTest.java91 OpenSSLContextImpl context, ServerSocket server, SSLSocketFactory factory) { in newClientSocket()
97 SSLSocketFactory factory) throws IOException { in newServerSocket()
104 SSLSocketFactory factory) throws IOException { in newClientSocket()
110 SSLSocketFactory factory) throws IOException { in newServerSocket()
117 SSLSocketFactory factory) throws IOException { in newClientSocket()
126 SSLSocketFactory factory) throws IOException { in newServerSocket()
135 SSLSocketFactory factory) throws IOException; in newClientSocket()
137 SSLSocketFactory factory) throws IOException; in newServerSocket()
167 SSLSocketFactory factory = socketFactory(context); in newClientSocket() local
177 SSLSocketFactory factory = socketFactory(context); in newClientSocket() local
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DOverrideAuthorityNameResolverTest.java43 NameResolver.Factory factory = in overridesAuthority() local
55 NameResolver.Factory factory = in wontWrapNull() local
67 NameResolver.Factory factory = in forwardsNonOverridenCalls() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java98 ThreadFactory factory = builder.setNameFormat(format).build(); in testNameFormatWithPercentS_custom() local
107 ThreadFactory factory = builder.setNameFormat(format).build(); in testNameFormatWithPercentD_custom() local
115 ThreadFactory factory = builder.setDaemon(false).build(); in testDaemon_false() local
121 ThreadFactory factory = builder.setDaemon(true).build(); in testDaemon_true() local
128 ThreadFactory factory = builder.setPriority(i).build(); in testPriority_custom() local
/external/antlr/runtime/C/src/
Dantlr3commontree.c67 pANTLR3_ARBORETUM factory; in antlr3ArboretumNew() local
124 newPool(pANTLR3_ARBORETUM factory) in newPool()
169 newPoolTree (pANTLR3_ARBORETUM factory) in newPoolTree()
232 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) in newFromTree()
252 newFromToken(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TOKEN token) in newFromToken()
271 factoryClose (pANTLR3_ARBORETUM factory) in factoryClose()
/external/apache-http/src/org/apache/http/auth/
DAuthSchemeRegistry.java82 final AuthSchemeFactory factory) { in register()
89 registeredSchemes.put(name.toLowerCase(Locale.ENGLISH), factory); in register() local
122 AuthSchemeFactory factory = registeredSchemes.get(name.toLowerCase(Locale.ENGLISH)); in getAuthScheme() local
/external/bcc/src/cc/frontends/p4/compiler/
DebpfInstance.py18 def __init__(self, hlirInstance, factory, isMetadata): argument
31 def __init__(self, hlirHeaderInstance, factory): argument
41 def __init__(self, hlirMetadataInstance, factory): argument
69 def __init__(self, hlirInstance, indexVar, factory): argument
/external/cldr/tools/java/org/unicode/cldr/util/props/
DRandomStringGenerator.java38 void init(UnicodeProperty.Factory factory) { in init()
47 public RandomStringGenerator(UnicodeProperty.Factory factory, String propertyName) { in RandomStringGenerator()
51 …public RandomStringGenerator(UnicodeProperty.Factory factory, String propertyName, boolean useShor… in RandomStringGenerator()
58 …RandomStringGenerator(UnicodeProperty.Factory factory, UnicodeMap longNameMap, UnicodeMap shortNam… in RandomStringGenerator()
/external/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs44 private Func<IMessage> factory; field in Google.Protobuf.MessageParser
46 internal MessageParser(Func<IMessage> factory) in MessageParser()
163 private readonly Func<T> factory; field in Google.Protobuf.MessageParser
173 public MessageParser(Func<T> factory) : base(() => factory()) in MessageParser()
/external/sfntly/cpp/src/test/
Dtest_font_utils.cc27 void BuilderForFontFile(const char* font_path, FontFactory* factory, in BuilderForFontFile()
36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont()
57 FontFactoryPtr factory; in LoadFontUsingByteVector() local

12345678910>>...32