| /external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| D | NSIndexPath.cpp | 142 struct Impl { struct in NSIndexPathSyntheticFrontEnd 143 size_t GetNumIndexes() { in GetNumIndexes() 154 lldb::ValueObjectSP GetIndexAtIndex(size_t idx, in GetIndexAtIndex() 168 struct InlinedIndexes { 260 struct OutsourcedIndexes { 280 union { 285 void Clear() { in Clear() 291 Impl() : m_mode(Mode::Invalid) {} in Impl() argument 293 Mode m_mode;
|
| /external/skqp/src/pdf/ |
| D | SkDeflate.cpp | 59 struct SkDeflateWStream::Impl { struct in SkDeflateWStream 69 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
|
| /external/skia/src/pdf/ |
| D | SkDeflate.cpp | 60 struct SkDeflateWStream::Impl { struct in SkDeflateWStream 70 : fImpl(std::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
|
| /external/tensorflow/tensorflow/cc/framework/ |
| D | scope.cc | 44 Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map, in Impl() function in tensorflow::Scope::Impl 54 Scope::Impl::Impl(const std::shared_ptr<Graph>& graph, in Impl() function in tensorflow::Scope::Impl 82 Scope::Impl::Impl(const Scope& other, Tags::ScopeName, const string& name, in Impl() function in tensorflow::Scope::Impl 101 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name, in Impl() function in tensorflow::Scope::Impl 119 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() function in tensorflow::Scope::Impl 143 Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device) in Impl() function in tensorflow::Scope::Impl 160 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() function in tensorflow::Scope::Impl 178 Scope::Impl::Impl(const Scope& other, Tags::ExitOnError) in Impl() function in tensorflow::Scope::Impl 195 Scope::Impl::Impl(const Scope& other, Tags::KernelLabel, in Impl() function in tensorflow::Scope::Impl 213 Scope::Impl::Impl(const Scope& other, Tags::Colocate, in Impl() function in tensorflow::Scope::Impl [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | libspirv.cpp | 52 struct SpirvTools::Impl { struct in spvtools::SpirvTools 53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function 58 ~Impl() { spvContextDestroy(context); } in ~Impl() 60 spv_context context; // C interface context object.
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
| D | libspirv.cpp | 52 struct SpirvTools::Impl { struct in spvtools::SpirvTools 53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() argument 58 ~Impl() { spvContextDestroy(context); } in ~Impl() 60 spv_context context; // C interface context object.
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | libspirv.cpp | 52 struct SpirvTools::Impl { struct in spvtools::SpirvTools 53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() argument 58 ~Impl() { spvContextDestroy(context); } in ~Impl() 60 spv_context context; // C interface context object.
|
| /external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/targets/ |
| D | InterfaceOnlyDefaultMethodsTarget.java | 29 public class Impl implements InterfaceOnlyDefaultMethodsTarget { class 31 public Impl() { in Impl() method in InterfaceOnlyDefaultMethodsTarget.Impl
|
| D | InterfaceDefaultMethodsTarget.java | 32 public class Impl implements InterfaceDefaultMethodsTarget { class 34 public Impl() { in Impl() method in InterfaceDefaultMethodsTarget.Impl
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | optimizer.cpp | 35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken 36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function 38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass. 58 struct Optimizer::Impl { struct in spvtools::Optimizer 59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function 61 spv_target_env target_env; // Target environment. 62 opt::PassManager pass_manager; // Internal implementation pass manager.
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | optimizer.cpp | 35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken 36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() argument 38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass. 58 struct Optimizer::Impl { struct in spvtools::Optimizer 59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument 61 spv_target_env target_env; // Target environment. 62 opt::PassManager pass_manager; // Internal implementation pass manager.
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | optimizer.cpp | 35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken 36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function 38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass. 58 struct Optimizer::Impl { struct in spvtools::Optimizer 59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function 61 spv_target_env target_env; // Target environment. 62 opt::PassManager pass_manager; // Internal implementation pass manager.
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
| D | DefaultDeserializationContext.java | 377 public final static class Impl extends DefaultDeserializationContext class in DefaultDeserializationContext 385 public Impl(DeserializerFactory df) { in Impl() method in DefaultDeserializationContext.Impl 389 private Impl(Impl src, in Impl() method in DefaultDeserializationContext.Impl 394 private Impl(Impl src) { super(src); } in Impl() method in DefaultDeserializationContext.Impl 396 private Impl(Impl src, DeserializerFactory factory) { in Impl() method in DefaultDeserializationContext.Impl 400 private Impl(Impl src, DeserializationConfig config) { in Impl() method in DefaultDeserializationContext.Impl
|
| /external/angle/third_party/abseil-cpp/absl/container/internal/ |
| D | hash_policy_traits.h | 43 static key_type& Impl(Key&& k, int) { in Impl() function 50 static Key Impl(Key&& k, char) { in Impl() function
|
| /external/libtextclassifier/abseil-cpp/absl/container/internal/ |
| D | hash_policy_traits.h | 43 static key_type& Impl(Key&& k, int) { in Impl() function 50 static Key Impl(Key&& k, char) { in Impl() function
|
| /external/openscreen/third_party/abseil/src/absl/container/internal/ |
| D | hash_policy_traits.h | 43 static key_type& Impl(Key&& k, int) { in Impl() function 50 static Key Impl(Key&& k, char) { in Impl() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
| D | hash_policy_traits.h | 43 static key_type& Impl(Key&& k, int) { in Impl() function 50 static Key Impl(Key&& k, char) { in Impl() function
|
| /external/skia/src/gpu/tessellate/ |
| D | GrFillPathShader.cpp | 15 class GrFillPathShader::Impl : public GrGLSLGeometryProcessor { class in GrFillPathShader 64 void GrFillTriangleShader::emitVertexCode(Impl*, GrGLSLVertexBuilder* v, const char* viewMatrix, in emitVertexCode() argument 71 void GrFillCubicHullShader::emitVertexCode(Impl*, GrGLSLVertexBuilder* v, const char* viewMatrix, in emitVertexCode() argument
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/ |
| D | TestJSONP.java | 15 static class Impl extends Base { class in TestJSONP 18 public Impl(String a, String b) { in Impl() method in TestJSONP.Impl
|
| /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
| D | sound_system_aaudio.cpp | 422 struct SoundSystemAAudio::Impl { struct in SoundSystemAAudio 423 Impl() : lastError(AAUDIO_OK) {} in Impl() argument 427 void errorCallback(aaudio_result_t error) { in errorCallback() 433 Player player; 434 Recorder recorder; 435 std::atomic<aaudio_result_t> lastError;
|
| /external/skqp/modules/skshaper/src/ |
| D | SkShaper_primitive.cpp | 14 struct SkShaper::Impl { struct in SkShaper 15 sk_sp<SkTypeface> fTypeface;
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
| D | ContextAttributes.java | 62 public static class Impl extends ContextAttributes class in ContextAttributes 92 protected Impl(Map<?,?> shared) { in Impl() method in ContextAttributes.Impl 97 protected Impl(Map<?,?> shared, Map<Object,Object> nonShared) { in Impl() method in ContextAttributes.Impl
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
| D | TestObjectIdWithPolymorphic.java | 28 static class Impl extends Base class in TestObjectIdWithPolymorphic 32 public Impl() { this(0, 0); } in Impl() method in TestObjectIdWithPolymorphic.Impl 33 public Impl(int v, int e) { in Impl() method in TestObjectIdWithPolymorphic.Impl
|
| /external/llvm-project/compiler-rt/lib/xray/ |
| D | xray_log_interface.cpp | 41 XRayLogImpl Impl; member 65 XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_log_register_mode() 106 void __xray_set_log_impl(XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_set_log_impl()
|
| /external/skia/gm/ |
| D | fp_sample_chaining.cpp | 38 class Impl : public GrGLSLFragmentProcessor { in onMakeProgramImpl() class 65 class Impl : public GrGLSLFragmentProcessor { in onMakeProgramImpl() class 100 class Impl : public GrGLSLFragmentProcessor { in onMakeProgramImpl() class 127 class Impl : public GrGLSLFragmentProcessor { in onMakeProgramImpl() class
|