/external/skia/gn/ |
D | gn_helpers.py | 167 def IsDone(self): member in GNValueParser 171 while not self.IsDone() and self.input[self.cur] in ' \t\n': 193 if not self.IsDone(): 206 while not self.IsDone(): 222 if self.IsDone(): 259 if self.IsDone(): 265 if not self.IsDone() and _IsDigitOrMinus(self.input[self.cur]): 267 while not self.IsDone() and self.input[self.cur].isdigit(): 277 if self.IsDone(): 286 while not self.IsDone() and self.input[self.cur] != '"': [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 103 bool IsDone : 1; member 120 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 307 if (BBI.IsDone) in runOnMachineFunction() 456 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 483 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 523 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 524 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 621 if (BBI.IsDone) in ScanInstructions() 712 if (BBI.IsDone || BBI.IsUnpredicable) in FeasibilityAnalysis() 756 if (!BBI.IsBrAnalyzable || BBI.BrCond.empty() || BBI.IsDone) { in AnalyzeBlock() [all …]
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 112 bool IsDone : 1; member 129 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 341 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 481 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 508 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 548 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 549 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 650 if (BBI.IsDone) in ScanInstructions() 765 if (BBI.IsDone || BBI.IsUnpredicable) in FeasibilityAnalysis() 832 if (!BBI.IsBrAnalyzable || BBI.BrCond.empty() || BBI.IsDone) { in AnalyzeBlock() [all …]
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 501 bool &IsDone); 507 unsigned &LineBreaks, bool &IsDone); 513 bool &IsDone); 1480 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1496 IsDone = true; in scanBlockScalarHeader() 1509 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1518 IsDone = true; in findBlockScalarIndent() 1541 IsDone = true; in findBlockScalarIndent() 1546 IsDone = true; in findBlockScalarIndent() 1555 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument [all …]
|
/external/v8/tools/testrunner/server/ |
D | status_handler.py | 46 while not rec.IsDone(): 80 while not rec.IsDone():
|
D | local_handler.py | 45 while not rec.IsDone(): 57 while not rec.IsDone():
|
D | compression.py | 58 def IsDone(self): member in Receiver
|
D | work_handler.py | 46 while not rec.IsDone():
|
/external/webrtc/webrtc/base/ |
D | taskrunner.cc | 83 if (tasks_[i]->IsDone()) { in InternalRunTasks() 199 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
|
D | task.h | 105 bool IsDone() const { return done_; } in IsDone() function
|
D | taskparent.cc | 60 if (!(*it)->IsDone()) in AllChildrenDone()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.cc | 212 if (login_task_->IsDone()) in Connect() 271 if (login_task_->IsDone()) in IncomingStart() 290 if (login_task_->IsDone()) in IncomingStanza()
|
D | xmpplogintask.h | 36 bool IsDone() in IsDone() function
|
D | pingtask_unittest.cc | 86 EXPECT_FALSE(task->IsDone()); in TEST_F()
|
/external/v8/tools/testrunner/network/ |
D | network_execution.py | 100 while not self.local_receiver.IsDone(): 184 while not rec.IsDone() and not self.terminate:
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 88 bool IsDone() { in IsDone() function in google::protobuf::__anon7c1b70cc0111::OnceInitTest::TestThread
|
/external/webrtc/webrtc/video/ |
D | end_to_end_tests.cc | 1384 if (IsDone()) in TEST_F() 1433 if (IsDone()) in TEST_F() 1444 bool IsDone() { in TEST_F() function in webrtc::TEST_F::RtpExtensionHeaderObserver
|
/external/v8/src/ |
D | api.cc | 5617 inline bool IsDone() { in IsDone() function in v8::Utf8WriterVisitor 5659 while (!writer->IsDone()) { in RecursivelySerializeToUtf8()
|