/external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/ |
D | MonitorsTest.java | 59 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/ |
D | client_channel_factory.cc | 24 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()
|
D | resolver_registry.cc | 43 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
|
D | lb_policy_registry.cc | 37 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/ |
D | SetFactoryTest.java | 41 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/ |
D | ChannelType.java | 41 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/ |
D | ChannelType.java | 43 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/ |
D | referencecountedsingletonfactory_unittest.cc | 42 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/ |
D | socket_factory_posix.cc | 32 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/ |
D | DefaultManifestFactoryTest.java | 24 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/ |
D | DfpDec.java | 32 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/ |
D | ScopedProvider.java | 30 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/ |
D | single_sample_metrics_unittest.cc | 38 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/ |
D | auto-factory-1.0-20150915.183854-35.jar | ... google/auto/
com/google/auto/factory/
com/google/auto/factory/processor ... |
/external/tensorflow/tensorflow/core/framework/ |
D | allocator_registry.h | 97 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/ |
D | ConscryptSocketTest.java | 96 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/ |
D | ConscryptSocketTest.java | 91 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/ |
D | OverrideAuthorityNameResolverTest.java | 43 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/ |
D | ThreadFactoryBuilderTest.java | 98 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/ |
D | antlr3commontree.c | 67 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/ |
D | AuthSchemeRegistry.java | 82 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/ |
D | ebpfInstance.py | 18 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/ |
D | RandomStringGenerator.java | 38 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/ |
D | MessageParser.cs | 44 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/ |
D | test_font_utils.cc | 27 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
|