Home
last modified time | relevance | path

Searched refs:Completion (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h66 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/
Dalarm_test.cc88 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/
Dproactor.dot35 label="Completion\nEvent Queue"
50 label="Completion\nHandler"
Dasync.qbk36 [mdash] Completion Event Queue
41 [mdash] Completion Handler
77 [mdash] Completion Event Queue
97 [mdash] Completion Event Queue
Dasync_op1.dot34 your_completion_handler [ label="Your Completion Handler" ];
Dasync_op2.dot34 your_completion_handler [ label="Your Completion Handler" ];
/third_party/grpc/doc/core/
Dgrpc-cq.md1 # gRPC Completion Queue
9 ## Completion queue attributes
10 Completion queue has two attributes
Dgrpc-client-server-polling-engine-usage.md10 ### Relation between Call, Channel (sub-channels), Completion queue, `grpc_pollset`
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-completion.md4 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/
DLineEditor.cpp36 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/
Dinteractive.rst16 Tab Completion and History Editing
19 Completion of variable and module names is
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dutilities.py21 class _Completion(base.Completion,
Dbase.py87 class Completion(six.with_metaclass(abc.ABCMeta)): class
/third_party/boost/libs/asio/doc/requirements/
Dasynchronous_operations.qbk42 [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
DCompletionHandler.qbk8 [section:CompletionHandler Completion handler requirements]
DCompletionCondition.qbk8 [section:CompletionCondition Completion condition requirements]
/third_party/flutter/skia/modules/skottie/src/effects/
DLinearWipeEffect.cpp30 ADAPTER_PROPERTY(Completion, float, 0)
DVenetianBlindsEffect.cpp29 ADAPTER_PROPERTY(Completion, float, 0)
DRadialWipeEffect.cpp29 SG_ATTRIBUTE(Completion, float , fCompletion)
/third_party/grpc/doc/cpp/
Dperf_notes.md26 ## Completion Queues and Threading in the Async API
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.mqueues20 // Function Complete? Priority Est. Completion
/third_party/skia/modules/skottie/src/effects/
DRadialWipeEffect.cpp29 SG_ATTRIBUTE(Completion, float , fCompletion)
/third_party/python/Doc/library/
Drlcompleter.rst1 :mod:`rlcompleter` --- Completion function for GNU readline
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_parallel_shader_compile.txt60 Compilation Completion Test
/third_party/boost/libs/fiber/doc/
Dnonblocking.qbk49 [heading Polling for Completion]

123