Home
last modified time | relevance | path

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

123

/external/v8/src/crankshaft/
Dlithium-inl.h39 bool TempIterator::Done() { return current_ >= limit_; } in Done() function
65 bool InputIterator::Done() { return current_ >= limit_; } in Done() function
94 bool UseIterator::Done() { in Done() function
/external/v8/tools/testrunner/local/
Dprogress.py53 def Done(self): member in ProgressIndicator
118 def Done(self): member in SimpleProgressIndicator
199 def Done(self): member in CompactProgressIndicator
290 def Done(self): member in JUnitTestProgressIndicator
325 def Done(self): member in JsonTestProgressIndicator
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
Dthreaded_work_queue_unittest.py28 def Done(): function
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h161 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument
176 mv_ref_list, Done) \ argument
/external/llvm/include/llvm/Object/
DMachO.h99 bool Done; variable
135 bool Done; variable
183 bool Done; variable
/external/llvm/lib/IR/
DUse.cpp58 ptrdiff_t Done = 0; in initTags() local
/external/compiler-rt/test/tsan/
Dvptr_harmful_race2.cc11 void Done() { in Done() function
Dvptr_harmful_race.cc11 void Done() { in Done() function
Dvptr_harmful_race3.cc11 void Done() { in Done() function
Dvptr_benign_race.cc13 void Done() { in Done() function
/external/v8/src/
Dbit-vector.h29 bool Done() const { return current_index_ >= target_->data_length_; } in Done() function
200 bool Done() const { return it_.Done(); } in Done() function
/external/libchrome/base/metrics/
Dsample_map.cc68 bool SampleMapIterator::Done() const { in Done() function in base::SampleMapIterator
Dhistogram_samples.cc39 bool SampleCountPickleIterator::Done() const { in Done() function in base::__anon6bde10670111::SampleCountPickleIterator
Dsample_vector.cc156 bool SampleVectorIterator::Done() const { in Done() function in base::SampleVectorIterator
/external/v8/src/debug/
Ddebug-scopes.h48 bool Done() { in Done() function
/external/v8/src/heap/
Dgc-idle-time-handler.h23 static GCIdleTimeAction Done() { in Done() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp185 bool Done = true; in EmitMSInlineAsmStr() local
283 bool Done = true; in EmitGCCInlineAsmStr() local
/external/llvm/include/llvm/Analysis/
DIntervalIterator.h146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); variable
/external/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp503 bool Done = convertToPredForm(MI); in runOnMachineFunction() local
511 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local
DHexagonGenExtract.cpp232 bool Done = convert(In); in visitBlock() local
DHexagonPeephole.cpp245 bool Done = false; in runOnMachineFunction() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp240 bool Done = true; in ComputeDepth() local
273 bool Done = true; in ComputeHeight() local
/external/chromium-trace/catapult/third_party/typ/typ/
Dpool.py35 Done = 'Done' variable in _MessageType
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go189 func (uq *UploadQueue) Done() { func
/external/webrtc/webrtc/p2p/stunprober/
Dstunprober.h178 bool Done() { in Done() function

123