/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.cc | 116 XlaOpRegistry& registry = Instance(); in RegisterCompilationDevice() local 127 XlaOpRegistry& registry = Instance(); in RegisterBackend() local 139 XlaOpRegistry& registry = Instance(); in IsCompilationDevice() local 146 XlaOpRegistry& registry = Instance(); in GetCompilationDevice() local 184 XlaOpRegistry& registry = Instance(); in RegisterCompilationKernels() local 345 XlaOpRegistry& registry = Instance(); in DeviceKernels() local 366 XlaOpRegistry& registry = Instance(); in GetAllRegisteredOps() local 377 XlaOpRegistry& registry = Instance(); in CompileTimeConstantInputArgNames() local 447 XlaOpRegistry& registry = Instance(); in IsMetadataOp() local 462 XlaOpRegistry& registry = Instance(); in BackendNames() local [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ExtensionRegistryFactoryTest.java | 79 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testCreate() local 94 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testIsFullRegistry() local 165 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testCreate() local 180 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testIsFullRegistry() local 186 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in testAdd() local 197 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance().getUnmodifiable(); in testAdd_immutable() local
|
/external/perfetto/ui/src/common/ |
D | registry_unittest.ts | 24 const registry = new Registry<Registrant>(); constant 36 const registry = new Registry<Registrant>(); constant 46 const registry = new Registry<Registrant>(); constant
|
/external/deqp/scripts/opengl/ |
D | gen_ext_init.py | 25 def getExtensionCommands (registry, iface, api, extension): argument 45 def genExtensions (registry, iface, api): argument 67 def genExtInit (registry, iface): argument
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | tftext_utils_test.cc | 32 void Register(const std::string& op_name, OpRegistry* registry) { in Register() 42 std::unique_ptr<OpRegistry> registry(new OpRegistry); in TEST() local 48 std::unique_ptr<OpRegistry> registry(new OpRegistry); in TEST() local
|
/external/deqp/scripts/egl/ |
D | library.py | 65 def getExtOnlyIface (registry, api, extensions): argument 82 def genStaticLibrary (registry): argument 89 def gen (registry): argument
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | MessageExtensions.cs | 194 …ergeFrom(this IMessage message, byte[] data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 205 …essage, byte[] data, int offset, int length, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 216 …From(this IMessage message, ByteString data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 227 …rgeFrom(this IMessage message, Stream input, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 238 …tedFrom(this IMessage message, Stream input, bool discardUnknownFields, ExtensionRegistry registry) in MergeDelimitedFrom()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_registration_test.cc | 27 void Register(const string& op_name, OpRegistry* registry) { in Register() 37 std::unique_ptr<OpRegistry> registry(new OpRegistry); in TEST() local 46 std::unique_ptr<OpRegistry> registry(new OpRegistry); in TEST() local
|
D | collective.cc | 45 static std::vector<RegistrationInfo>* registry = in MutableCollectiveRegistry() local 208 std::vector<RegistrationInfo>* registry = MutableCollectiveRegistry(); in GetAll() local 216 std::vector<RegistrationInfo>* registry = MutableCollectiveRegistry(); in Register() local 230 std::vector<RegistrationInfo>* registry = MutableCollectiveRegistry(); in LookupHelper() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/ |
D | cost_analysis.cc | 84 void RegisterCostFunction(CostFunctionRegistry& registry, in RegisterCostFunction() 93 void RegisterCostFunction(CostFunctionRegistry& registry, F f) { in RegisterCostFunction() 102 static auto* const registry = []() { in GetCostFunctionRegistry() local 103 auto* registry = new CostFunctionRegistry; in GetCostFunctionRegistry() local 161 const auto& registry = GetCostFunctionRegistry(); in EvaluateCost() local
|
/external/libchrome/components/policy/core/common/ |
D | schema_registry_unittest.cc | 70 SchemaRegistry registry; in TEST() local 113 SchemaRegistry registry; in TEST() local 251 std::unique_ptr<SchemaRegistry> registry(new SchemaRegistry); in TEST() local 305 std::unique_ptr<SchemaRegistry> registry(new SchemaRegistry); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils_test.cc | 30 mlir::DialectRegistry registry; in TEST() local 47 mlir::DialectRegistry registry; in TEST() local 64 mlir::DialectRegistry registry; in TEST() local
|
/external/tensorflow/tensorflow/python/framework/experimental/ |
D | tape.cc | 30 Status RegisterGradients(GradientRegistry* registry) { in RegisterGradients() 64 auto registry = new GradientRegistry(); in PYBIND11_MODULE() local 70 [](AbstractContext* ctx, Tape* tape, GradientRegistry* registry) { in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tools/tfrt_translate/ |
D | static_registration.cc | 25 [](mlir::DialectRegistry ®istry) { in __anonb4f11a6f0102() 33 mlir::DialectRegistry registry; in __anonb4f11a6f0202() local
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | TypeRegistryTest.cs | 84 … private static void AssertDescriptorPresent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorPresent() 89 … private static void AssertDescriptorAbsent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorAbsent()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | TypeRegistryTest.cs | 84 … private static void AssertDescriptorPresent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorPresent() 89 … private static void AssertDescriptorAbsent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorAbsent()
|
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
D | mlir_wrapper.cc | 33 mlir::DialectRegistry registry; in PYBIND11_MODULE() local 43 mlir::DialectRegistry registry; in PYBIND11_MODULE() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 223 ExtensionRegistry registry, String name); in findExtensionByName() 226 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber); in findExtensionByNumber() 298 ExtensionRegistryLite registry, in parseGroup() 309 ExtensionRegistryLite registry, in parseMessage() 321 ExtensionRegistryLite registry, in parseMessageFromBytes() 420 ExtensionRegistry registry, String name) { in findExtensionByName() 426 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 622 ExtensionRegistry registry, String name) { in findExtensionByName() 628 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 635 ExtensionRegistryLite registry, in parseGroup() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | sync_handle_registry_unittest.cc | 19 const scoped_refptr<SyncHandleRegistry>& registry() { return registry_; } in registry() function in mojo::SyncHandleRegistryTest 66 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F() 108 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F() 143 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F() 176 bool* called, int* call_count) { in TEST_F() 219 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F()
|
/external/armnn/src/armnn/test/ |
D | TensorHandleStrategyTest.cpp | 146 void RegisterTensorHandleFactories(TensorHandleFactoryRegistry& registry) override in RegisterTensorHandleFactories() 185 void RegisterTensorHandleFactories(TensorHandleFactoryRegistry& registry) override in RegisterTensorHandleFactories() 222 void RegisterTensorHandleFactories(TensorHandleFactoryRegistry& registry) override in RegisterTensorHandleFactories() 259 void RegisterTensorHandleFactories(TensorHandleFactoryRegistry& registry) override in RegisterTensorHandleFactories() 283 TensorHandleFactoryRegistry registry; in BOOST_AUTO_TEST_CASE() local 300 TensorHandleFactoryRegistry registry; in BOOST_AUTO_TEST_CASE() local
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultHttpClient.java | 179 SchemeRegistry registry = new SchemeRegistry(); in createClientConnectionManager() local 252 AuthSchemeRegistry registry = new AuthSchemeRegistry(); in createAuthSchemeRegistry() local 265 CookieSpecRegistry registry = new CookieSpecRegistry(); in createCookieSpecRegistry() local
|
/external/rust/crates/tokio/src/signal/ |
D | registry.rs | 119 registry: Registry<OsStorage>, field 182 let registry = Registry::new(vec![ in smoke() localVariable 227 let registry = Registry::new(vec![EventInfo::default()]); in register_panics_on_invalid_input() localVariable 234 let registry = Registry::new(vec![EventInfo::default()]); in record_invalid_event_does_nothing() localVariable 240 let registry = Registry::new(vec![EventInfo::default(), EventInfo::default()]); in broadcast_returns_if_at_least_one_event_fired() localVariable
|
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/ |
D | DynamicReflectionTestProto.java | 9 com.google.protobuf.ExtensionRegistryLite registry) { in registerAllExtensions() 13 com.google.protobuf.ExtensionRegistry registry) { in registerAllExtensions()
|
D | ReflectionTestDepthTwoAlternateProto.java | 9 com.google.protobuf.ExtensionRegistryLite registry) { in registerAllExtensions() 13 com.google.protobuf.ExtensionRegistry registry) { in registerAllExtensions()
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ClientContextConfigurer.java | 58 public void setCookieSpecRegistry(final CookieSpecRegistry registry) { in setCookieSpecRegistry() 62 public void setAuthSchemeRegistry(final AuthSchemeRegistry registry) { in setAuthSchemeRegistry()
|