| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| D | PassRegistry.cpp | 76 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl); in ~PassRegistry() local 88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo() local 95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo() local 107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerPass() local 124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in unregisterPass() local 136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in enumerateWith() local 169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup() local 184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup() local 190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in addRegistrationListener() local 203 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in removeRegistrationListener() local
|
| /external/skqp/src/core/ |
| D | SkRefDict.cpp | 12 struct SkRefDict::Impl { struct in SkRefDict 13 Impl* fNext; 14 SkString fName; 15 SkRefCnt* fData;
|
| /external/skia/src/core/ |
| D | SkRefDict.cpp | 12 struct SkRefDict::Impl { struct in SkRefDict 13 Impl* fNext; 14 SkString fName; 15 SkRefCnt* fData;
|
| /external/skia/src/pdf/ |
| D | SkDeflate.cpp | 58 struct SkDeflateWStream::Impl { struct in SkDeflateWStream 68 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
|
| /external/skqp/src/pdf/ |
| D | SkDeflate.cpp | 58 struct SkDeflateWStream::Impl { struct in SkDeflateWStream 68 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
|
| /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/ |
| D | InterfaceOnlyDefaultMethodsTarget.java | 29 public class Impl implements InterfaceOnlyDefaultMethodsTarget { class 31 public Impl() { in Impl() method in InterfaceOnlyDefaultMethodsTarget.Impl
|
| D | InterfaceDefaultMethodsTarget.java | 31 public class Impl implements InterfaceDefaultMethodsTarget { class 33 public Impl() { in Impl() method in InterfaceDefaultMethodsTarget.Impl
|
| /external/tensorflow/tensorflow/cc/framework/ |
| D | scope.cc | 39 Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map, in Impl() function in tensorflow::Scope::Impl 49 Scope::Impl::Impl(const std::shared_ptr<Graph>& graph, in Impl() function in tensorflow::Scope::Impl 77 Scope::Impl::Impl(const Scope& other, Tags::ScopeName, const string& name, in Impl() function in tensorflow::Scope::Impl 94 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name, in Impl() function in tensorflow::Scope::Impl 110 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() function in tensorflow::Scope::Impl 132 Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device) in Impl() function in tensorflow::Scope::Impl 147 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() function in tensorflow::Scope::Impl 163 Scope::Impl::Impl(const Scope& other, Tags::ExitOnError) in Impl() function in tensorflow::Scope::Impl 178 Scope::Impl::Impl(const Scope& other, Tags::KernelLabel, in Impl() function in tensorflow::Scope::Impl 194 Scope::Impl::Impl(const Scope& other, Tags::Colocate, in Impl() function in tensorflow::Scope::Impl
|
| D | scope.h | 220 class Impl; variable
|
| /external/skia/tools/shape/ |
| D | SkShaper_primitive.cpp | 12 struct SkShaper::Impl { struct in SkShaper 13 sk_sp<SkTypeface> fTypeface;
|
| /external/skqp/tools/shape/ |
| D | SkShaper_primitive.cpp | 12 struct SkShaper::Impl { struct in SkShaper 13 sk_sp<SkTypeface> fTypeface;
|
| /external/clang/include/clang/Index/ |
| D | CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl; variable
|
| /external/tensorflow/tensorflow/core/lib/core/ |
| D | threadpool.cc | 88 struct ThreadPool::Impl : Eigen::ThreadPoolTempl<EigenEnvironment> { struct in tensorflow::thread::ThreadPool 89 Impl(Env* env, const ThreadOptions& thread_options, const string& name, in Impl() argument 95 void ParallelFor(int64 total, int64 cost_per_unit, in ParallelFor()
|
| /external/llvm/include/llvm/CodeGen/MIRParser/ |
| D | MIRParser.h | 35 std::unique_ptr<MIRParserImpl> Impl; variable
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | status_macros.cc | 89 MakeErrorStream::Impl::Impl(const char* file, int line, in Impl() function in xla::status_macros::MakeErrorStream::Impl 102 MakeErrorStream::Impl::Impl(const Status& status, in Impl() function in xla::status_macros::MakeErrorStream::Impl
|
| /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
| D | FuturesCombineBenchmark.java | 37 enum Impl { enum in FuturesCombineBenchmark
|
| /external/skqp/src/gpu/ccpr/ |
| D | GrCCClipProcessor.h | 37 class Impl; variable
|
| /external/skia/src/gpu/ccpr/ |
| D | GrCCClipProcessor.h | 37 class Impl; variable
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | device_tracer.cc | 308 struct Impl : public port::Tracing::Engine::Annotation { in PushAnnotation() struct 309 string annotation; in PushAnnotation() 310 explicit Impl(StringPiece n) : annotation(n.ToString()) { in PushAnnotation() function 314 ~Impl() override { tls_current_annotation.get() = nullptr; } in PushAnnotation()
|
| /external/clang/include/clang/AST/ |
| D | ParentMap.h | 22 void* Impl; variable
|
| /external/tensorflow/tensorflow/cc/client/ |
| D | client_session.cc | 30 class ClientSession::Impl { class in tensorflow::ClientSession 34 Impl(Session* session, std::shared_ptr<Graph> graph) in Impl() function in tensorflow::ClientSession::Impl
|
| /external/compiler-rt/lib/tsan/tests/rtl/ |
| D | tsan_test_util_posix.cc | 280 struct ScopedThread::Impl { struct in ScopedThread 291 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
|
| /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
| D | Contacts.java | 65 public static final class Impl implements BaseColumns { class in Contacts 66 private Impl() {} in Impl() method in Contacts.Impl
|
| /external/google-breakpad/src/testing/include/gmock/ |
| D | gmock-actions.h | 492 explicit Impl(R value) in Impl() function 562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT in Impl() function 611 explicit Impl(const T& value) : value_(value) {} // NOLINT in Impl() function 801 explicit Impl(const A& action) : action_(action) {} in Impl() function 875 Impl(const Action<VoidResult>& action1, const Action<F>& action2) in Impl() function
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | FileClientSessionCache.java | 62 static class Impl implements SSLClientSessionCache { class in FileClientSessionCache 83 Impl(File directory) throws IOException { in Impl() method in FileClientSessionCache.Impl
|