Home
last modified time | relevance | path

Searched defs:completion (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp61 void CompletionResult::AddResult(llvm::StringRef completion, in AddResult()
73 for (const Completion &completion : m_results) in GetMatches() local
79 for (const Completion &completion : m_results) in GetDescriptions() local
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_cq.cc71 grpc_cq_completion* completion) {} in DoneWithCompletionOnStack()
83 grpc_cq_completion completion; in BM_Pass1Cpp() local
104 grpc_cq_completion completion; in BM_Pass1Core() local
123 grpc_cq_completion completion; in BM_Pluck1Core() local
/external/libchrome/base/memory/
Dweak_ptr_unittest.cc94 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in CreateArrowFromTarget() local
103 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in CreateArrowFromArrow() local
112 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in DeleteTarget() local
121 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in CopyAndAssignArrow() local
130 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in CopyAndAssignArrowBase() local
139 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in DeleteArrow() local
148 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL, in DeRef() local
161 WaitableEvent* completion) { in DoCreateArrowFromArrow()
169 WaitableEvent* completion) { in DoCreateArrowFromTarget()
177 WaitableEvent* completion) { in DoDeRef()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion()
197 for (const std::string &completion : completions) in AddCompletions() local
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dutilities.py45 def completion(terminal_metadata, code, message): function
Dbase.py159 completion=None, argument
284 completion=None, argument
/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp287 int completion = 0; in iterate() local
329 int completion = 0; in iterate() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/resources/
DDebugProbesKt.bin ... .coroutines.Continuation) kotlin.coroutines.Continuation completion public static final void probeCoroutineResumed (kotlin.coroutines. ...
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
DTakeBenchmark.kt122 val completion = caller!! in <lambda>() constant
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_tracking.hpp60 class completion class in asio::detail::handler_tracking
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h176 struct completion { struct
182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) argument
Dmisc.h41 struct completion completion; member
/external/dagger2/javatests/dagger/grpc/functional/server/
DBaristaTest.java51 private final SettableFuture<Void> completion = SettableFuture.create(); field in BaristaTest.CoffeeResponseObserver
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DSafeCollector.kt33 private var completion: Continuation<Unit>? = null in <lambda>() variable in kotlinx.coroutines.flow.internal.SafeCollector
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h200 : m_completion(completion) {} in m_completion() argument
304 : IOHandlerDelegate(completion), in IOHandlerDelegate() argument
/external/grpc-grpc/src/cpp/common/
Dalarm.cc67 [](void* arg, grpc_cq_completion* completion) {}, in Set()
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc136 grpc_cq_completion completion; in test_cq_end_op() local
169 grpc_cq_completion completion; in test_cq_tls_cache_full() local
Dcompletion_queue_threading_test.cc139 static void free_completion(void* arg, grpc_cq_completion* completion) { in free_completion()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt148 public val completion: Continuation<R> in trySelect() constant
275 override val completion: Continuation<R> get() = this in next() constant in kotlinx.coroutines.selects.SelectBuilderImpl
/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc46 void completion(const char* buf, linenoiseCompletions* lc) { in completion() function
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt404 private val completion = Continuation<Unit>(interceptor) { in <lambda>() constant
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.h331 grpc_cq_completion completion; member
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp736 CompletionResult::Completion completion; member
932 CompletionResult::Completion completion(CompletionSuggestion, Description, in getCompletionForResult() local
/external/grpc-grpc/src/core/lib/surface/
Dserver.cc72 grpc_cq_completion completion; member
112 grpc_cq_completion completion; member
638 static void done_shutdown_event(void* server, grpc_cq_completion* completion) { in done_shutdown_event()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java437 double completion = currentRecord.found / total; in getCompletion() local

12