Searched defs:completions (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/include/lldb/Utility/ |
D | CompletionRequest.h | 196 void AddCompletions(const StringList &completions) { in AddCompletions() 209 void AddCompletions(const StringList &completions, in AddCompletions()
|
/external/gflags/src/ |
D | gflags_completions.cc | 267 vector<string> completions; in PrintFlagCompletionInfo() local 537 vector<string> *completions) { in FinalizeCompletionOutput() 671 vector<string> *completions) { in OutputSingleGroupWithLimit()
|
/external/rust/crates/clap/src/completions/ |
D | powershell.rs | 86 let mut completions = String::new(); in generate_inner() localVariable
|
D | elvish.rs | 79 let mut completions = String::new(); in generate_inner() localVariable
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowInputMethodManager.java | 125 protected void displayCompletions(View view, CompletionInfo[] completions) {} in displayCompletions()
|
/external/rust/crates/clap/src/ |
D | lib.rs | 572 mod completions; module
|
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 285 grpc_cq_completion completions[GPR_ARRAY_SIZE(tags)]; in test_pluck() local 363 grpc_cq_completion completions[GPR_ARRAY_SIZE(tags)]; in test_callback() local
|
D | completion_queue_threading_test.cc | 80 grpc_cq_completion completions[GPR_ARRAY_SIZE(tags)]; in test_too_many_plucks() local
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 472 .. _completions: target
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 188 def COMPLETION_MSG(str_before, str_after, completions): argument 2311 def completions_match(self, command, completions): argument 2321 def completions_contain(self, command, completions): argument
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 95 static long packets, bytes, completions, expected_completions; variable
|
/external/llvm-project/lldb/source/Host/common/ |
D | Editline.cpp | 995 StringList completions; in TabCommand() local
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 102 CodeCompleteResult completions(const TestTU &TU, Position Point, in completions() function 127 CodeCompleteResult completions(llvm::StringRef Text, in completions() function
|