/aosp_15_r20/external/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 67 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 D | LineEditor.h | 66 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/ |
D | LineEditor.h | 66 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 D | LineEditor.h | 66 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/ |
D | LineEditor.h | 66 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/ |
D | LineEditor.h | 66 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/ |
D | LineEditor.h | 66 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 D | lib.rs | 468 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 D | alarm_test.cc | 89 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 D | completion_service.proto | 32 service Completion { service 40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
|
/aosp_15_r20/external/googleapis/google/cloud/talent/v4beta1/ |
H A D | completion_service.proto | 32 service Completion { service 40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
|
/aosp_15_r20/external/googleapis/google/cloud/talent/v4/ |
H A D | completion_service.proto | 32 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 D | completion_service.proto | 32 service Completion { service 40 rpc CompleteQuery(CompleteQueryRequest) returns (CompleteQueryResponse) {
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 440 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 D | web_kernel.py | 53 suggestions: list[Completion], 90 all_completions: list[Completion],
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | readline.rst | 193 Completion chapter
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | readline.rst | 216 Completion chapter
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | UninterruptiblesTest.java | 526 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 D | UninterruptiblesTest.java | 505 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 D | tsserver.go | 49 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/ |
D | tsserver.go | 49 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 D | tsserver.go | 49 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 D | Verifiable.swift | 151 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 D | MmMp.h | 42 MM_COMPLETION Completion; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | MmMp.h | 42 MM_COMPLETION Completion; member
|