Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 25 of 40) 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/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() function
91 /// position in the StringRef) and returns a std::vector<Completion>. argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LineEditor/
DLineEditor.h66 struct Completion { struct
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/googleapis/google/cloud/talent/v4/
Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/
Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/
Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/external/googleapis/google/cloud/talent/v4beta1/
Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/external/python/cpython3/Doc/library/
Dreadline.rst229 Completion chapter
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Dlib.rs516 pub struct Completion { struct
521 impl Completion { argument
587 pub fn get_completions_for_prefix(mut prefix: &str) -> (usize, Vec<Completion>) { in get_completions_for_prefix()
Dunits.rs283 pub(crate) fn get_completions_for_prefix(prefix: &str) -> Vec<crate::Completion> { in get_completions_for_prefix()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Dlib.rs516 pub struct Completion { struct
521 impl Completion { implementation
587 pub fn get_completions_for_prefix(mut prefix: &str) -> (usize, Vec<Completion>) { in get_completions_for_prefix()
Dunits.rs283 pub(crate) fn get_completions_for_prefix(prefix: &str) -> Vec<crate::Completion> { in get_completions_for_prefix()
/external/pigweed/pw_console/py/pw_console/
Dweb_kernel.py53 suggestions: list[Completion],
90 all_completions: list[Completion],
/external/flatbuffers/swift/Sources/FlatBuffers/
DVerifiable.swift149 public typealias Completion = (inout Verifier, S, Int) throws -> Void typealias
/external/grpc-grpc/test/cpp/common/
Dalarm_test.cc89 struct Completion { struct
90 bool completed = false;
91 std::mutex mu;
92 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/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DMmMp.h42 MM_COMPLETION Completion; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DMmMp.h42 MM_COMPLETION Completion; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DMmMp.h42 MM_COMPLETION Completion; member
/external/pytorch/torch/csrc/lazy/core/
Dthread_pool.cpp150 Completion::Completion(std::shared_ptr<Data> data) : data_(std::move(data)) {} in Completion() function in torch::lazy::Completion
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py82 class Completion(abc.ABC): class
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LineEditor/
DLineEditor.cpp171 for (const std::string &Completion : Action.Completions) in ElCompletionFn() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java505 private static final class Completion { class in UninterruptiblesTest
509 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/angle/third_party/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

12