| /external/clang/lib/Index/ |
| D | CodegenNameGenerator.cpp | 28 struct CodegenNameGenerator::Implementation { struct in CodegenNameGenerator 29 std::unique_ptr<MangleContext> MC; 30 llvm::DataLayout DL; 32 Implementation(ASTContext &Ctx) in Implementation() argument 36 bool writeName(const Decl *D, raw_ostream &OS) { in writeName() 62 std::string getName(const Decl *D) { in getName() 71 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() 119 bool writeFuncOrVarName(const NamedDecl *D, raw_ostream &OS) { in writeFuncOrVarName() 137 void writeObjCClassName(const ObjCInterfaceDecl *D, raw_ostream &OS) { in writeObjCClassName() 142 static StringRef getClassSymbolPrefix() { in getClassSymbolPrefix() [all …]
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/ |
| D | Implementation.java | 12 public @interface Implementation { annotation
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersInternal.h | 319 DynTypedMatcher(MatcherInterface<T> *Implementation) in DynTypedMatcher() 430 IntrusiveRefCntPtr<DynMatcherInterface> Implementation) in DynTypedMatcher() 443 IntrusiveRefCntPtr<DynMatcherInterface> Implementation; variable 471 explicit Matcher(MatcherInterface<T> *Implementation) in Matcher() 494 : Implementation(new TypeToQualType<TypeT>(Other)) {} in Implementation() function 555 explicit Matcher(const DynTypedMatcher &Implementation) in Matcher() 561 DynTypedMatcher Implementation; variable 567 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) { in makeMatcher()
|
| /external/llvm/docs/ |
| D | BigEndianNEON.rst | 154 Implementation chapter
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
| D | X509Util.java | 296 static class Implementation class in X509Util 301 Implementation( in Implementation() method in X509Util.Implementation
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationOperation.cpp | 461 class Implementation : public Operation class 464 Implementation (OperationContext& context, Resource& resource, const BufferOp bufferOp) in Implementation() function in vkt::synchronization::__anona15837970111::FillUpdateBuffer::Implementation 565 class Implementation : public Operation class 568 Implementation (OperationContext& context, Resource& resource, const AccessMode mode) in Implementation() function in vkt::synchronization::__anona15837970111::CopyBuffer::Implementation 2124 class Implementation : public Operation class 2127 Implementation (OperationContext& context, Resource& resource, const ClearMode mode) in Implementation() function in vkt::synchronization::__anona15837970111::ClearImage::Implementation 2241 class Implementation : public Operation class 2244 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation() function in vkt::synchronization::__anona15837970111::Draw::Implementation 2499 class Implementation : public Operation class 2502 Implementation (OperationContext& context, Resource& resource) in Implementation() function in vkt::synchronization::__anona15837970111::ClearAttachments::Implementation [all …]
|
| /external/guice/core/test/com/google/inject/ |
| D | ProvisionListenerTest.java | 412 class Implementation implements Interface {} class in ProvisionListenerTest
|
| D | ScopesTest.java | 506 static class Implementation implements ImplementedBySingleton { class in ScopesTest
|
| /external/v8/src/regexp/ |
| D | regexp-macro-assembler-irregexp.cc | 35 RegExpMacroAssemblerIrregexp::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerIrregexp
|
| D | regexp-macro-assembler-tracer.cc | 418 RegExpMacroAssemblerTracer::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerTracer
|
| /external/parameter-framework/upstream/doc/requirements/ |
| D | requirements.md | 800 ### Implementation subsection
|
| /external/syslinux/efi64/include/efi/ |
| D | efi_pxe.h | 765 PXE_UINT32 Implementation; // implementation flags member 860 PXE_UINT32 Implementation; // Implementation flags member
|
| /external/syslinux/efi32/include/efi/ |
| D | efi_pxe.h | 765 PXE_UINT32 Implementation; // implementation flags member 860 PXE_UINT32 Implementation; // Implementation flags member
|
| /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
| D | UefiPxe.h | 712 PXE_UINT32 Implementation; ///< implementation flags member 808 PXE_UINT32 Implementation; ///< Implementation flags member
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
| D | efi_pxe.h | 765 PXE_UINT32 Implementation; // implementation flags member 860 PXE_UINT32 Implementation; // Implementation flags member
|
| /external/guava/guava-tests/test/com/google/common/reflect/ |
| D | TypeTokenTest.java | 560 private abstract static class Implementation<K, V> class in TypeTokenTest
|
| /external/v8/src/regexp/mips/ |
| D | regexp-macro-assembler-mips.cc | 948 RegExpMacroAssemblerMIPS::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerMIPS
|
| /external/v8/src/regexp/mips64/ |
| D | regexp-macro-assembler-mips64.cc | 985 RegExpMacroAssemblerMIPS::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerMIPS
|
| /external/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 931 RegExpMacroAssemblerARM::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerARM
|
| /external/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 966 RegExpMacroAssemblerS390::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerS390
|
| /external/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 975 RegExpMacroAssemblerPPC::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerPPC
|
| /external/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 1121 RegExpMacroAssemblerARM64::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerARM64
|
| /external/v8/src/regexp/x64/ |
| D | regexp-macro-assembler-x64.cc | 1044 RegExpMacroAssemblerX64::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerX64
|
| /external/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 974 RegExpMacroAssemblerIA32::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerIA32
|
| /external/v8/src/regexp/x87/ |
| D | regexp-macro-assembler-x87.cc | 973 RegExpMacroAssemblerX87::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerX87
|