Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/zucchini/
Dpatch_reader.h98 bool Done() const { in Done() function
127 bool Done() const { return extra_data_.empty(); } in Done() function
146 bool Done() const { in Done() function
171 bool Done() const { return source_.empty(); } in Done() function
190 bool Done() const { return extra_targets_.empty(); } in Done() function
/external/zucchini/aosp/include/components/zucchini/
Dpatch_reader.h98 bool Done() const { in Done() function
127 bool Done() const { return extra_data_.empty(); } in Done() function
146 bool Done() const { in Done() function
171 bool Done() const { return source_.empty(); } in Done() function
190 bool Done() const { return extra_targets_.empty(); } in Done() function
/external/capstone/suite/cstest/
Dcstest_report.py76 Done = False variable
87 Done = True variable
90 Done = True variable
/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
DHeapAnalysisJob.kt40 data class Done( in execute() dataClass
/external/libchrome/base/test/
Dperf_time_logger.cc19 void PerfTimeLogger::Done() { in Done() function in base::PerfTimeLogger
/external/cronet/stable/base/test/
Dperf_time_logger.cc19 void PerfTimeLogger::Done() { in Done() function in base::PerfTimeLogger
/external/cronet/tot/base/test/
Dperf_time_logger.cc19 void PerfTimeLogger::Done() { in Done() function in base::PerfTimeLogger
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp50 bool Done = false; in decode() local
179 bool Done = false; in lookup() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp53 bool Done = false; in decode() local
181 bool Done = false; in lookup() local
/external/skia/include/private/base/
DSkOnce.h51 enum State : uint8_t { NotStarted, Claimed, Done}; enumerator
/external/cronet/stable/base/functional/
Dconcurrent_closures.cc26 void ConcurrentClosures::Done(OnceClosure done_closure, in Done() function in base::ConcurrentClosures
/external/cronet/tot/base/functional/
Dconcurrent_closures.cc26 void ConcurrentClosures::Done(OnceClosure done_closure, in Done() function in base::ConcurrentClosures
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEscapeEnumerator.h33 bool Done; variable
/external/scudo/standalone/tests/
Dscudo_unit_test_main.cpp23 static bool Done = []() { in EnableMemoryTaggingIfSupported() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_manager.h48 void Done() { done_.Notify(); } in Done() function
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go58 Done(ctx context.Context, err error) methodSpec
111 func (EmptyHandler) Done(ctx context.Context, err error) { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go58 Done(ctx context.Context, err error) methodSpec
111 func (EmptyHandler) Done(ctx context.Context, err error) { func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go58 Done(ctx context.Context, err error) methodSpec
111 func (EmptyHandler) Done(ctx context.Context, err error) { func
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DEscapeEnumerator.h35 bool Done = false; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dcancel_callback.h49 void Done() { done_ = true; } in Done() function
/external/grpc-grpc/src/core/lib/promise/
Dcancel_callback.h47 void Done() { done_ = true; } in Done() function
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
DCharStream.java126 void Done(); in Done() method
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLoopTraversal.cpp44 bool Done = isBlockDone(ActiveMBB); in traverse() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DLoopTraversal.cpp43 bool Done = isBlockDone(ActiveMBB); in traverse() local
/external/libvpx/vp9/common/
Dvp9_mvref_common.h248 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument
263 mv_ref_list, Done) \ argument

12345678910