/external/llvm-project/lldb/source/Utility/ |
D | CompletionRequest.cpp | 61 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/ |
D | bm_cq.cc | 71 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/ |
D | weak_ptr_unittest.cc | 94 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/ |
D | CompletionRequest.h | 53 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/ |
D | utilities.py | 45 def completion(terminal_metadata, code, message): function
|
D | base.py | 159 completion=None, argument 284 completion=None, argument
|
/external/deqp/external/openglcts/modules/common/ |
D | glcParallelShaderCompileTests.cpp | 287 int completion = 0; in iterate() local 329 int completion = 0; in iterate() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/resources/ |
D | DebugProbesKt.bin | ... .coroutines.Continuation)
kotlin.coroutines.Continuation completion
public static final void probeCoroutineResumed (kotlin.coroutines. ... |
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/ |
D | TakeBenchmark.kt | 122 val completion = caller!! in <lambda>() constant
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_tracking.hpp | 60 class completion class in asio::detail::handler_tracking
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 176 struct completion { struct 182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) argument
|
D | misc.h | 41 struct completion completion; member
|
/external/dagger2/javatests/dagger/grpc/functional/server/ |
D | BaristaTest.java | 51 private final SettableFuture<Void> completion = SettableFuture.create(); field in BaristaTest.CoffeeResponseObserver
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/ |
D | SafeCollector.kt | 33 private var completion: Continuation<Unit>? = null in <lambda>() variable in kotlinx.coroutines.flow.internal.SafeCollector
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | IOHandler.h | 200 : m_completion(completion) {} in m_completion() argument 304 : IOHandlerDelegate(completion), in IOHandlerDelegate() argument
|
/external/grpc-grpc/src/cpp/common/ |
D | alarm.cc | 67 [](void* arg, grpc_cq_completion* completion) {}, in Set()
|
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 136 grpc_cq_completion completion; in test_cq_end_op() local 169 grpc_cq_completion completion; in test_cq_tls_cache_full() local
|
D | completion_queue_threading_test.cc | 139 static void free_completion(void* arg, grpc_cq_completion* completion) { in free_completion()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
D | Select.kt | 148 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/ |
D | profiler.cc | 46 void completion(const char* buf, linenoiseCompletions* lc) { in completion() function
|
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
D | LockFreedomTestEnvironment.kt | 404 private val completion = Continuation<Unit>(interceptor) { in <lambda>() constant
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | server.h | 331 grpc_cq_completion completion; member
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 736 CompletionResult::Completion completion; member 932 CompletionResult::Completion completion(CompletionSuggestion, Description, in getCompletionForResult() local
|
/external/grpc-grpc/src/core/lib/surface/ |
D | server.cc | 72 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/ |
D | ShowLocaleCoverage.java | 437 double completion = currentRecord.found / total; in getCompletion() local
|