Home
last modified time | relevance | path

Searched refs:RunResult (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Format/
DTokenAnalyzer.cpp109 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/
DTokenAnalyzer.cpp90 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/
Dconditional_accumulator_base.h87 enum RunResult { kNoProgress, kComplete }; enum
91 typedef std::function<RunResult(Attempt*)> RunCallback;
Dqueue_base.h90 enum RunResult { kNoProgress, kProgress, kComplete }; enum
153 typedef std::function<RunResult(Attempt*)> RunCallback;
Dfifo_queue.cc126 RunResult result = kNoProgress; in TryEnqueueMany()
309 RunResult result = kNoProgress; in TryDequeueMany()
Dpriority_queue.cc155 RunResult result = kNoProgress; in TryEnqueueMany()
340 RunResult result = kNoProgress; in TryDequeueMany()
Drandom_shuffle_queue_op.cc204 RunResult result = kNoProgress; in TryEnqueueMany()
387 RunResult result = kNoProgress; in TryDequeueMany()
Dpadding_fifo_queue.cc147 RunResult result = kNoProgress; in TryDequeueMany()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp134 int RunResult = in printSymbolizedStackTrace() local
136 if (RunResult != 0) in printSymbolizedStackTrace()
/external/llvm/lib/Support/
DSignals.cpp134 int RunResult = in printSymbolizedStackTrace() local
136 if (RunResult != 0) in printSymbolizedStackTrace()
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp24 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/
DSignals.cpp168 int RunResult = in printSymbolizedStackTrace() local
170 if (RunResult != 0) in printSymbolizedStackTrace()
/external/llvm-project/llvm/lib/Support/
DSignals.cpp173 int RunResult = in printSymbolizedStackTrace() local
175 if (RunResult != 0) in printSymbolizedStackTrace()
/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs117 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