Home
last modified time | relevance | path

Searched defs:Implementation (Results 1 – 25 of 40) 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/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/conscrypt/test-support/src/java/org/conscrypt/
DConscryptInstrumentationListener.java55 private enum Implementation { enum in ConscryptInstrumentationListener
62 private Implementation(boolean useEngine, String expectedClassName) { in Implementation() method in ConscryptInstrumentationListener.Implementation
/external/u-boot/doc/driver-model/
Dfdt-fixup.rst60 Implementation chapter
Dlivetree.rst48 Implementation chapter
/external/python/cryptography/docs/
Dfernet.rst219 Implementation chapter
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DImplementation.java16 public @interface Implementation { annotation
DConfig.java170 class Implementation implements Config { class
271 public Implementation( in Implementation() method in Config.Implementation
/external/python/cryptography/docs/development/
Dreviewing-patches.rst22 Implementation chapter
/external/llvm/docs/
DBigEndianNEON.rst154 Implementation chapter
/external/swiftshader/third_party/llvm-7.0/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DX509Util.java295 static class Implementation class in X509Util
300 Implementation( in Implementation() method in X509Util.Implementation
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go39 Implementation(context.Context, *ImplementationParams) ([]Location, error) methodSpec
595 func (s *serverDispatcher) Implementation(ctx context.Context, params *ImplementationParams) ([]Loc… func
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go39 Implementation(context.Context, *ImplementationParams) ([]Location, error) methodSpec
595 func (s *serverDispatcher) Implementation(ctx context.Context, params *ImplementationParams) ([]Loc… func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go39 Implementation(context.Context, *ImplementationParams) ([]Location, error) methodSpec
595 func (s *serverDispatcher) Implementation(ctx context.Context, params *ImplementationParams) ([]Loc… func
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp474 class Implementation : public Operation class
477 Implementation (OperationContext& context, Resource& resource, const BufferOp bufferOp) in Implementation() function in vkt::synchronization::__anon87b91c230111::FillUpdateBuffer::Implementation
614 class Implementation : public Operation class
617 Implementation (OperationContext& context, Resource& resource, const AccessMode mode) in Implementation() function in vkt::synchronization::__anon87b91c230111::CopyBuffer::Implementation
3278 class Implementation : public Operation class
3281 Implementation (OperationContext& context, Resource& resource, const ClearMode mode) in Implementation() function in vkt::synchronization::__anon87b91c230111::ClearImage::Implementation
3416 class Implementation : public Operation class
3419 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation() function in vkt::synchronization::__anon87b91c230111::Draw::Implementation
3693 class Implementation : public Operation class
3696 Implementation (OperationContext& context, Resource& resource) in Implementation() function in vkt::synchronization::__anon87b91c230111::ClearAttachments::Implementation
[all …]
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java499 static class Implementation implements Interface {} class in ProvisionListenerTest
DScopesTest.java570 static class Implementation implements ImplementedBySingleton { class in ScopesTest
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go170 func (s *server) Implementation(ctx context.Context, p *lsp.ImplementationParams) ([]lsp.Location, … func
/external/v8/src/regexp/
Dregexp-bytecode-generator.cc31 RegExpBytecodeGenerator::Implementation() { in Implementation() function in v8::internal::RegExpBytecodeGenerator
Dregexp-macro-assembler-tracer.cc409 RegExpMacroAssemblerTracer::Implementation() { in Implementation() function in v8::internal::RegExpMacroAssemblerTracer
/external/angle/third_party/spirv-tools/src/utils/vscode/src/
Dlangsvr.go170 func (s *server) Implementation(ctx context.Context, p *lsp.ImplementationParams) ([]lsp.Location, … func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go170 func (s *server) Implementation(ctx context.Context, p *lsp.ImplementationParams) ([]lsp.Location, … func

12