/external/libchrome/build/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 134 bool IsDone : 1; member 153 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 395 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 547 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 573 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 777 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 778 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 857 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 858 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 909 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
D | ReachingDefAnalysis.cpp | 73 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LoopTraversal.h | 96 bool IsDone = true; member 100 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 492 bool &IsDone); 498 unsigned &LineBreaks, bool &IsDone); 504 bool &IsDone); 1474 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1490 IsDone = true; in scanBlockScalarHeader() 1503 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1512 IsDone = true; in findBlockScalarIndent() 1535 IsDone = true; in findBlockScalarIndent() 1540 IsDone = true; in findBlockScalarIndent() 1549 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument [all …]
|
/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/image_io/includes/image_io/jpeg/ |
D | jpeg_scanner.h | 38 bool IsDone() const { return done_; } in IsDone() function
|
/external/image_io/src/jpeg/ |
D | jpeg_scanner.cc | 42 while (!IsDone() && !HasError()) { in FindAndProcessSegments()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 88 bool IsDone() { in IsDone() function in google::protobuf::__anond5aa13950111::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 | 5555 inline bool IsDone() { in IsDone() function in v8::Utf8WriterVisitor 5597 while (!writer->IsDone()) { in RecursivelySerializeToUtf8()
|