Home
last modified time | relevance | path

Searched defs:completions (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h196 void AddCompletions(const StringList &completions) { in AddCompletions()
209 void AddCompletions(const StringList &completions, in AddCompletions()
/external/gflags/src/
Dgflags_completions.cc267 vector<string> completions; in PrintFlagCompletionInfo() local
537 vector<string> *completions) { in FinalizeCompletionOutput()
671 vector<string> *completions) { in OutputSingleGroupWithLimit()
/external/rust/crates/clap/src/completions/
Dpowershell.rs86 let mut completions = String::new(); in generate_inner() localVariable
Delvish.rs79 let mut completions = String::new(); in generate_inner() localVariable
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInputMethodManager.java125 protected void displayCompletions(View view, CompletionInfo[] completions) {} in displayCompletions()
/external/rust/crates/clap/src/
Dlib.rs572 mod completions; module
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc285 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
Dcompletion_queue_threading_test.cc80 grpc_cq_completion completions[GPR_ARRAY_SIZE(tags)]; in test_too_many_plucks() local
/external/python/cpython3/Doc/library/
Didle.rst472 .. _completions: target
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py188 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/
Dmsg_zerocopy.c95 static long packets, bytes, completions, expected_completions; variable
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp995 StringList completions; in TabCommand() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp102 CodeCompleteResult completions(const TestTU &TU, Position Point, in completions() function
127 CodeCompleteResult completions(llvm::StringRef Text, in completions() function