Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 109) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp76 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/
DSkRefDict.cpp12 struct SkRefDict::Impl { struct in SkRefDict
13 Impl* fNext;
14 SkString fName;
15 SkRefCnt* fData;
/external/skia/src/core/
DSkRefDict.cpp12 struct SkRefDict::Impl { struct in SkRefDict
13 Impl* fNext;
14 SkString fName;
15 SkRefCnt* fData;
/external/skia/src/pdf/
DSkDeflate.cpp58 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
68 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/external/skqp/src/pdf/
DSkDeflate.cpp58 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/
DInterfaceOnlyDefaultMethodsTarget.java29 public class Impl implements InterfaceOnlyDefaultMethodsTarget { class
31 public Impl() { in Impl() method in InterfaceOnlyDefaultMethodsTarget.Impl
DInterfaceDefaultMethodsTarget.java31 public class Impl implements InterfaceDefaultMethodsTarget { class
33 public Impl() { in Impl() method in InterfaceDefaultMethodsTarget.Impl
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc39 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
Dscope.h220 class Impl; variable
/external/skia/tools/shape/
DSkShaper_primitive.cpp12 struct SkShaper::Impl { struct in SkShaper
13 sk_sp<SkTypeface> fTypeface;
/external/skqp/tools/shape/
DSkShaper_primitive.cpp12 struct SkShaper::Impl { struct in SkShaper
13 sk_sp<SkTypeface> fTypeface;
/external/clang/include/clang/Index/
DCodegenNameGenerator.h46 std::unique_ptr<Implementation> Impl; variable
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc88 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/
DMIRParser.h35 std::unique_ptr<MIRParserImpl> Impl; variable
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.cc89 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/
DFuturesCombineBenchmark.java37 enum Impl { enum in FuturesCombineBenchmark
/external/skqp/src/gpu/ccpr/
DGrCCClipProcessor.h37 class Impl; variable
/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.h37 class Impl; variable
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc308 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/
DParentMap.h22 void* Impl; variable
/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc30 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/
Dtsan_test_util_posix.cc280 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/
DContacts.java65 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/
Dgmock-actions.h492 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/
DFileClientSessionCache.java62 static class Impl implements SSLClientSessionCache { class in FileClientSessionCache
83 Impl(File directory) throws IOException { in Impl() method in FileClientSessionCache.Impl

12345