Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/LineEditor/
DLineEditor.h67 struct Completion { struct
68 Completion() {} in Completion() argument
69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() argument
92 /// position in the StringRef) and returns a std::vector<Completion>. argument
/external/llvm-project/llvm/include/llvm/LineEditor/
DLineEditor.h66 struct Completion { struct
67 Completion() {} in Completion() function
68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function
91 /// position in the StringRef) and returns a std::vector<Completion>. argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h66 struct Completion { struct
67 Completion() {} in Completion() argument
68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() argument
91 /// position in the StringRef) and returns a std::vector<Completion>. argument
/external/python/cpython3/Doc/library/
Dreadline.rst216 Completion chapter
/external/python/cpython2/Doc/library/
Dreadline.rst193 Completion chapter
/external/grpc-grpc/test/cpp/common/
Dalarm_test.cc50 struct Completion { struct
51 bool completed = false;
52 std::mutex mu;
53 std::condition_variable cv;
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp440 const MatcherCompletion& Completion) { in addCompletion()
477 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local
481 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DParser.cpp542 const MatcherCompletion& Completion) { in addCompletion()
579 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local
583 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
/external/llvm-project/lldb/utils/TableGen/
DLLDBOptionDefEmitter.cpp126 for (llvm::StringRef Completion : O.Completions) in emitOption() local
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py87 class Completion(six.with_metaclass(abc.ABCMeta)): class
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java527 private static final class Completion { class in UninterruptiblesTest
531 Completion(long expectedCompletionWaitMillis) { in Completion() method in UninterruptiblesTest.Completion
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go49 Completion(context.Context, *CompletionParams) (*CompletionList, error) methodSpec
671 func (s *serverDispatcher) Completion(ctx context.Context, params *CompletionParams) (*CompletionLi… func
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java506 private static final class Completion { class in UninterruptiblesTest
510 Completion(long expectedCompletionWaitMillis) { in Completion() method in UninterruptiblesTest.Completion
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go49 Completion(context.Context, *CompletionParams) (*CompletionList, error) methodSpec
671 func (s *serverDispatcher) Completion(ctx context.Context, params *CompletionParams) (*CompletionLi… func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go49 Completion(context.Context, *CompletionParams) (*CompletionList, error) methodSpec
671 func (s *serverDispatcher) Completion(ctx context.Context, params *CompletionParams) (*CompletionLi… func
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp447 TEST_F(RegistryTest, Completion) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go223 func (s *server) Completion(ctx context.Context, p *lsp.CompletionParams) (*lsp.CompletionList, err… func
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h197 enum class Completion { None, LLDBCommand, Expression }; enum
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/
Dlangsvr.go228 func (s *server) Completion(ctx context.Context, p *lsp.CompletionParams) (*lsp.CompletionList, err… func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go223 func (s *server) Completion(ctx context.Context, p *lsp.CompletionParams) (*lsp.CompletionList, err… func
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp447 TEST_F(RegistryTest, Completion) { in TEST_F() argument
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h271 CodeCompletionString *Completion; member
/external/clang/include/clang/Frontend/
DASTUnit.h326 CodeCompletionString *Completion; member
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp507 CodeCompletion Completion; member

12