Home
last modified time | relevance | path

Searched refs:RunResult (Results 1 – 11 of 11) 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/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.h87 enum RunResult { kNoProgress, kComplete }; enum
91 typedef std::function<RunResult(Attempt*)> RunCallback;
Dqueue_base.h94 enum RunResult { kNoProgress, kProgress, kComplete }; enum
157 typedef std::function<RunResult(Attempt*)> RunCallback;
Dfifo_queue.cc126 RunResult result = kNoProgress; in TryEnqueueMany()
309 RunResult result = kNoProgress; in TryDequeueMany()
Dpriority_queue.cc154 RunResult result = kNoProgress; in TryEnqueueMany()
339 RunResult result = kNoProgress; in TryDequeueMany()
Drandom_shuffle_queue_op.cc203 RunResult result = kNoProgress; in TryEnqueueMany()
386 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSignals.cpp167 int RunResult = in printSymbolizedStackTrace() local
169 if (RunResult != 0) in printSymbolizedStackTrace()
/external/syzkaller/syz-manager/
Dmanager.go289 type RunResult struct { struct
318 runDone := make(chan *RunResult, 1)
376 runDone <- &RunResult{idx, crash, err}