Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h67 struct Completion { struct
68 Completion() {} in Completion() function
69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function
92 /// position in the StringRef) and returns a std::vector<Completion>. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LineEditor/
H A DLineEditor.h66 struct Completion { struct
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LineEditor/
DLineEditor.h66 struct Completion { struct
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LineEditor/
DLineEditor.h66 struct Completion { struct
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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dlib.rs468 pub struct Completion { struct
473 impl Completion { argument
539 pub fn get_completions_for_prefix(mut prefix: &str) -> (usize, Vec<Completion>) { in get_completions_for_prefix()
/aosp_15_r20/external/grpc-grpc/test/cpp/common/
H A Dalarm_test.cc89 struct Completion { struct
90 bool completed = false;
91 std::mutex mu;
92 std::condition_variable cv;
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/
H A Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/aosp_15_r20/external/googleapis/google/cloud/talent/v4beta1/
H A Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/aosp_15_r20/external/googleapis/google/cloud/talent/v4/
H A Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/
H A Dcompletion_service.proto32 service Completion { service
40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/
H A 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
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dweb_kernel.py53 suggestions: list[Completion],
90 all_completions: list[Completion],
/aosp_15_r20/external/python/cpython2/Doc/library/
Dreadline.rst193 Completion chapter
/aosp_15_r20/external/python/cpython3/Doc/library/
Dreadline.rst216 Completion chapter
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DUninterruptiblesTest.java526 private static final class Completion { class in UninterruptiblesTest
530 Completion(long expectedCompletionWaitMillis) { in Completion() method in UninterruptiblesTest.Completion
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DUninterruptiblesTest.java505 private static final class Completion { class in UninterruptiblesTest
509 Completion(long expectedCompletionWaitMillis) { in Completion() method in UninterruptiblesTest.Completion
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go49 Completion(context.Context, *CompletionParams) (*CompletionList, error) methodSpec
671 func (s *serverDispatcher) Completion(ctx context.Context, params *CompletionParams) (*CompletionLi… func
/aosp_15_r20/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
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsserver.go49 Completion(context.Context, *CompletionParams) (*CompletionList, error) methodSpec
671 func (s *serverDispatcher) Completion(ctx context.Context, params *CompletionParams) (*CompletionLi… func
/aosp_15_r20/external/flatbuffers/swift/Sources/FlatBuffers/
H A DVerifiable.swift151 public typealias Completion = (inout Verifier, S, Int) throws -> Void typealias
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DMmMp.h42 MM_COMPLETION Completion; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DMmMp.h42 MM_COMPLETION Completion; member

1234