/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/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/skia/tools/ |
D | SkShaper_harfbuzz.cpp | 42 struct SkShaper::Impl { struct in SkShaper 43 struct HBFontDel { 46 std::unique_ptr<hb_font_t, HBFontDel> fHarfBuzzFont; 47 struct HBBufDel { 50 std::unique_ptr<hb_buffer_t, HBBufDel> fBuffer; 51 sk_sp<SkTypeface> fTypeface;
|
D | SkShaper_primitive.cpp | 12 struct SkShaper::Impl { struct in SkShaper 13 sk_sp<SkTypeface> fTypeface;
|
/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/clang/include/clang/Index/ |
D | CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl; variable
|
/external/llvm/include/llvm/CodeGen/MIRParser/ |
D | MIRParser.h | 35 std::unique_ptr<MIRParserImpl> Impl; variable
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | FuturesCombineBenchmark.java | 37 enum Impl { enum in FuturesCombineBenchmark
|
D | MoreExecutorsDirectExecutorBenchmark.java | 40 enum Impl { enum in MoreExecutorsDirectExecutorBenchmark
|
D | ExecutionListBenchmark.java | 59 enum Impl { enum in ExecutionListBenchmark
|
D | StripedBenchmark.java | 52 enum Impl { enum in StripedBenchmark
|
/external/clang/include/clang/AST/ |
D | ParentMap.h | 22 void* Impl; variable
|
/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/conscrypt/common/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 58 static class Impl implements SSLClientSessionCache { class in FileClientSessionCache 80 Impl(File directory) throws IOException { in Impl() method in FileClientSessionCache.Impl
|
D | SslSessionWrapper.java | 209 private static final class Impl extends SslSessionWrapper { class in SslSessionWrapper 222 private Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, in Impl() method in SslSessionWrapper.Impl
|
/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/clang/test/SemaTemplate/ |
D | qualified-id.cpp | 23 class Impl { class
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 196 const TargetLibraryInfoImpl *Impl; variable 199 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {} in TargetLibraryInfo()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CrashRecoveryContext.h | 46 void *Impl; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LibCallSemantics.h | 129 mutable void *Impl; variable
|
/external/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 42 void *Impl; variable
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 59 GlobalDCEPass Impl; member in __anonc1ba16430111::GlobalDCELegacyPass
|