/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars-private.m | 13 @interface Delegate : NSObject<Protocol> { interface 18 @interface Delegate(NSObject) interface in NSObject 22 @implementation Delegate(NSObject) implementation in NSObject 26 @implementation Delegate { implementation
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | delegate_test.cc | 28 TEST(Delegate, CreateWithoutParams) { in TEST() argument 34 TEST(Delegate, CreateWithDefaultParams) { in TEST() argument 42 TEST(Delegate, CreateWithNumThreadsParam) { in TEST() argument 51 TEST(Delegate, GetThreadPool) { in TEST() argument
|
/external/perfetto/src/base/ |
D | metatrace.cc | 48 struct Delegate { struct 49 static Delegate* GetInstance() { in GetInstance() 54 base::TaskRunner* task_runner = nullptr; 55 std::function<void()> read_task;
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | delegates.md | 46 ### Delegates by Platform 80 ### Delegates by model type 97 ### Validating performance
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 662 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 688 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 800 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 950 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 997 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 1210 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 1312 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 1343 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 1489 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 1634 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler [all …]
|
D | assembler-aarch32.h | 634 virtual void Delegate(InstructionType type, in Delegate() function 653 virtual void Delegate(InstructionType type, in Delegate() function 664 virtual void Delegate(InstructionType type, in Delegate() function 672 virtual void Delegate(InstructionType type, in Delegate() function 686 virtual void Delegate(InstructionType type, in Delegate() function 696 virtual void Delegate(InstructionType type, in Delegate() function 706 virtual void Delegate(InstructionType type, in Delegate() function 715 virtual void Delegate(InstructionType type, in Delegate() function 725 virtual void Delegate(InstructionType type, in Delegate() function 736 virtual void Delegate(InstructionType type, in Delegate() function [all …]
|
/external/clang/test/Analysis/inlining/ |
D | RetainCountExamples.m | 73 @interface Delegate : NSObject interface 89 @property (assign) Delegate* myDel; argument 116 + (void) test: (Delegate *)d {
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | ParametersDelegateTest.java | 124 class Delegate { in commandTest() class 144 class Delegate { in mainParametersTest() class 183 class Delegate { in duplicateDelegateThrowDuplicateOptionException() class
|
/external/python/pyopenssl/tests/ |
D | util.py | 131 class Delegate(object): class 146 class Delegate(object): class
|
/external/tensorflow/tensorflow/lite/swift/Sources/ |
D | Delegate.swift | 18 public protocol Delegate: class { protocol
|
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Delegate.java | 27 public interface Delegate { interface
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDeserializer.h | 55 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate, in SymbolDeserializer() 92 SymbolVisitorDelegate *Delegate; variable
|
/external/libchrome/base/message_loop/ |
D | message_loop_perftest.cc | 69 class Delegate final : public PlatformThread::Delegate { class in base::__anon309c03960111::PostingThread 71 Delegate(PostingThread* outer, std::unique_ptr<Action> action) in Delegate() function in base::__anon309c03960111::PostingThread::Delegate
|
/external/deqp-deps/amber/docs/ |
D | amber.md | 37 ### Delegate subsection
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | DelegatingExternalProperty1003Test.java | 29 static class Delegate { class in DelegatingExternalProperty1003Test
|
/external/libchrome/components/policy/core/common/ |
D | proxy_policy_provider_unittest.cc | 54 TEST_F(ProxyPolicyProviderTest, Delegate) { in TEST_F() argument
|
/external/armnn/delegate/include/ |
D | armnn_delegate.hpp | 40 class Delegate class
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | GISelChangeObserver.h | 109 MachineFunction::Delegate *Delegate; variable
|
/external/pandora/avatar/examples/ |
D | example_classic_connect.py | 56 class Delegate(PairingDelegate): class
|
/external/libchrome/base/threading/ |
D | simple_thread.h | 196 typedef DelegateSimpleThread::Delegate Delegate; typedef
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | gpu_api_delegate.cc | 73 class Delegate { class 75 explicit Delegate(const TfLiteGpuDelegateOptions_New* options) { in Delegate() function in tflite::gpu::cl::__anona13a08670111::Delegate
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 227 class Delegate : public amber::Delegate class 254 Delegate::Delegate (tcu::TestContext& testCtx) in Delegate() function in vkt::cts_amber::Delegate
|
/external/perfetto/src/tracing/ |
D | console_interceptor.cc | 118 class ConsoleInterceptor::Delegate : public TrackEventStateTracker::Delegate { class in perfetto::ConsoleInterceptor 148 ConsoleInterceptor::Delegate::Delegate(InterceptorContext& context) in Delegate() function in perfetto::ConsoleInterceptor::Delegate
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolVisitor.h | 24 CVSymbolVisitor(SymbolVisitorDelegate *Delegate) : Delegate(Delegate) {} in CVSymbolVisitor()
|
/external/libchrome/base/ |
D | run_loop.cc | 36 RunLoop::Delegate::Delegate() { in Delegate() function in base::RunLoop::Delegate
|