Searched refs:RunResult (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Format/ |
D | TokenAnalyzer.cpp | 109 tooling::Replacements RunResult = in process() local 114 for (tooling::Replacements::iterator I = RunResult.begin(), in process() 115 E = RunResult.end(); in process() 123 Result.insert(RunResult.begin(), RunResult.end()); in process()
|
/external/llvm-project/clang/lib/Format/ |
D | TokenAnalyzer.cpp | 90 std::pair<tooling::Replacements, unsigned> RunResult = in process() local 95 for (tooling::Replacements::const_iterator I = RunResult.first.begin(), in process() 96 E = RunResult.first.end(); in process() 105 Penalty += RunResult.second; in process() 106 for (const auto &R : RunResult.first) { in process()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conditional_accumulator_base.h | 87 enum RunResult { kNoProgress, kComplete }; enum 91 typedef std::function<RunResult(Attempt*)> RunCallback;
|
D | queue_base.h | 90 enum RunResult { kNoProgress, kProgress, kComplete }; enum 153 typedef std::function<RunResult(Attempt*)> RunCallback;
|
D | fifo_queue.cc | 126 RunResult result = kNoProgress; in TryEnqueueMany() 309 RunResult result = kNoProgress; in TryDequeueMany()
|
D | priority_queue.cc | 155 RunResult result = kNoProgress; in TryEnqueueMany() 340 RunResult result = kNoProgress; in TryDequeueMany()
|
D | random_shuffle_queue_op.cc | 204 RunResult result = kNoProgress; in TryEnqueueMany() 387 RunResult result = kNoProgress; in TryDequeueMany()
|
D | padding_fifo_queue.cc | 147 RunResult result = kNoProgress; in TryDequeueMany()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Signals.cpp | 134 int RunResult = in printSymbolizedStackTrace() local 136 if (RunResult != 0) in printSymbolizedStackTrace()
|
/external/llvm/lib/Support/ |
D | Signals.cpp | 134 int RunResult = in printSymbolizedStackTrace() local 136 if (RunResult != 0) in printSymbolizedStackTrace()
|
/external/llvm-project/libc/utils/UnitTest/ |
D | Test.cpp | 24 enum RunResult { Result_Pass = 1, Result_Fail = 2 }; enum in __llvm_libc::testing::RunContext 26 RunResult status() const { return Status; } in status() 31 RunResult Status = Result_Pass;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Signals.cpp | 168 int RunResult = in printSymbolizedStackTrace() local 170 if (RunResult != 0) in printSymbolizedStackTrace()
|
/external/llvm-project/llvm/lib/Support/ |
D | Signals.cpp | 173 int RunResult = in printSymbolizedStackTrace() local 175 if (RunResult != 0) in printSymbolizedStackTrace()
|
/external/rust/crates/tokio/src/runtime/thread_pool/ |
D | worker.rs | 117 type RunResult = Result<Box<Core>, ()>; typedef 308 fn run(&self, mut core: Box<Core>) -> RunResult { in run() argument 339 fn run_task(&self, task: Notified, mut core: Box<Core>) -> RunResult { in run_task() argument
|