/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 66 struct Completion { struct 67 Completion() {} in Completion() function 68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() argument 124 static std::string getCommonPrefix(const std::vector<Completion> &Comps); 125 virtual std::vector<Completion> getCompletions(StringRef Buffer, 141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
|
/third_party/grpc/test/cpp/common/ |
D | alarm_test.cc | 88 struct Completion { struct 97 auto c = std::make_shared<Completion>(); in TEST() 115 auto c = std::make_shared<Completion>(); in TEST() 132 auto c = std::make_shared<Completion>(); in TEST() 290 auto c = std::make_shared<Completion>(); in TEST() 310 auto c = std::make_shared<Completion>(); in TEST() 346 auto c = std::make_shared<Completion>(); in TEST()
|
/third_party/boost/libs/asio/doc/overview/ |
D | proactor.dot | 35 label="Completion\nEvent Queue" 50 label="Completion\nHandler"
|
D | async.qbk | 36 [mdash] Completion Event Queue 41 [mdash] Completion Handler 77 [mdash] Completion Event Queue 97 [mdash] Completion Event Queue
|
D | async_op1.dot | 34 your_completion_handler [ label="Your Completion Handler" ];
|
D | async_op2.dot | 34 your_completion_handler [ label="Your Completion Handler" ];
|
/third_party/grpc/doc/core/ |
D | grpc-cq.md | 1 # gRPC Completion Queue 9 ## Completion queue attributes 10 Completion queue has two attributes
|
D | grpc-client-server-polling-engine-usage.md | 10 ### Relation between Call, Channel (sub-channels), Completion queue, `grpc_pollset`
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-completion.md | 4 description: Tab Completion for npm 9 ## Tab Completion for npm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 36 const std::vector<Completion> &Comps) { in getCommonPrefix() 40 for (std::vector<Completion>::const_iterator I = Comps.begin() + 1, in getCommonPrefix() 57 std::vector<Completion> Comps = getCompletions(Buffer, Pos); in complete() 72 for (std::vector<Completion>::iterator I = Comps.begin(), E = Comps.end(); in complete()
|
/third_party/python/Doc/tutorial/ |
D | interactive.rst | 16 Tab Completion and History Editing 19 Completion of variable and module names is
|
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
D | utilities.py | 21 class _Completion(base.Completion,
|
D | base.py | 87 class Completion(six.with_metaclass(abc.ABCMeta)): class
|
/third_party/boost/libs/asio/doc/requirements/ |
D | asynchronous_operations.qbk | 42 [heading Completion tokens and handlers] 66 In this library, all initiating functions specify a ['Completion signature] 67 element that defines the call signature `Signature`. The ['Completion 91 \[['Example:] Given an asynchronous operation with ['Completion signature] 249 [heading Completion handlers and exceptions] 251 Completion handlers are permitted to throw exceptions. The effect of any
|
D | CompletionHandler.qbk | 8 [section:CompletionHandler Completion handler requirements]
|
D | CompletionCondition.qbk | 8 [section:CompletionCondition Completion condition requirements]
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | LinearWipeEffect.cpp | 30 ADAPTER_PROPERTY(Completion, float, 0)
|
D | VenetianBlindsEffect.cpp | 29 ADAPTER_PROPERTY(Completion, float, 0)
|
D | RadialWipeEffect.cpp | 29 SG_ATTRIBUTE(Completion, float , fCompletion)
|
/third_party/grpc/doc/cpp/ |
D | perf_notes.md | 26 ## Completion Queues and Threading in the Async API
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.mqueues | 20 // Function Complete? Priority Est. Completion
|
/third_party/skia/modules/skottie/src/effects/ |
D | RadialWipeEffect.cpp | 29 SG_ATTRIBUTE(Completion, float , fCompletion)
|
/third_party/python/Doc/library/ |
D | rlcompleter.rst | 1 :mod:`rlcompleter` --- Completion function for GNU readline
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_parallel_shader_compile.txt | 60 Compilation Completion Test
|
/third_party/boost/libs/fiber/doc/ |
D | nonblocking.qbk | 49 [heading Polling for Completion]
|