Home
last modified time | relevance | path

Searched defs:Implementation (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/Index/
DCodegenNameGenerator.cpp28 struct CodegenNameGenerator::Implementation { struct in CodegenNameGenerator
29 std::unique_ptr<MangleContext> MC;
30 llvm::DataLayout DL;
32 Implementation(ASTContext &Ctx) in Implementation() function
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/gemmlowp/doc/
Dless-than-8-bit.md94 ## Implementation section in Computation with less than 8 bits in gemmlowp
110 ### Packing stage
137 ### Computation kernel stage
176 ### Unpacking stage
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
DImplementation.java12 public @interface Implementation { annotation
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DImplementation.java16 public @interface Implementation { annotation
DConfig.java183 class Implementation implements Config { class
290 …public Implementation(int[] sdk, int minSdk, int maxSdk, String manifest, String qualifiers, Strin… in Implementation() method in Config.Implementation
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md124 ## Implementation section in TensorForest
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h319 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/
DBigEndianNEON.rst154 Implementation chapter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java294 static class Implementation class in X509Util
299 Implementation( in Implementation() method in X509Util.Implementation
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp467 class Implementation : public Operation class
470 Implementation (OperationContext& context, Resource& resource, const BufferOp bufferOp) in Implementation() function in vkt::synchronization::__anon1e5811150111::FillUpdateBuffer::Implementation
587 class Implementation : public Operation class
590 Implementation (OperationContext& context, Resource& resource, const AccessMode mode) in Implementation() function in vkt::synchronization::__anon1e5811150111::CopyBuffer::Implementation
2146 class Implementation : public Operation class
2149 Implementation (OperationContext& context, Resource& resource, const ClearMode mode) in Implementation() function in vkt::synchronization::__anon1e5811150111::ClearImage::Implementation
2263 class Implementation : public Operation class
2266 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation() function in vkt::synchronization::__anon1e5811150111::Draw::Implementation
2521 class Implementation : public Operation class
2524 Implementation (OperationContext& context, Resource& resource) in Implementation() function in vkt::synchronization::__anon1e5811150111::ClearAttachments::Implementation
[all …]
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java412 class Implementation implements Interface {} class in ProvisionListenerTest
DScopesTest.java506 static class Implementation implements ImplementedBySingleton { class in ScopesTest
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc36 RegExpMacroAssemblerIrregexp::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerIrregexp
Dregexp-macro-assembler-tracer.cc419 RegExpMacroAssemblerTracer::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerTracer
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md800 ### Implementation subsection
/external/syslinux/efi64/include/efi/
Defi_pxe.h765 PXE_UINT32 Implementation; // implementation flags member
860 PXE_UINT32 Implementation; // Implementation flags member
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiPxe.h712 PXE_UINT32 Implementation; ///< implementation flags member
808 PXE_UINT32 Implementation; ///< Implementation flags member
/external/syslinux/efi32/include/efi/
Defi_pxe.h765 PXE_UINT32 Implementation; // implementation flags member
860 PXE_UINT32 Implementation; // Implementation flags member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defi_pxe.h765 PXE_UINT32 Implementation; // implementation flags member
860 PXE_UINT32 Implementation; // Implementation flags member
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java560 private abstract static class Implementation<K, V> class in TypeTokenTest
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc948 RegExpMacroAssemblerMIPS::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerMIPS
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc931 RegExpMacroAssemblerARM::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerARM
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc985 RegExpMacroAssemblerMIPS::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerMIPS
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1121 RegExpMacroAssemblerARM64::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerARM64
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc974 RegExpMacroAssemblerIA32::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerIA32

12