Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/build/
Dgn_helpers.py167 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/
DIfConversion.cpp103 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/
DIfConversion.cpp134 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 …]
DReachingDefAnalysis.cpp73 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
/external/llvm/lib/CodeGen/
DIfConversion.cpp112 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/
DLoopTraversal.h96 bool IsDone = true; member
100 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/external/llvm/lib/Support/
DYAMLParser.cpp501 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/
DYAMLParser.cpp492 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/
Dtaskrunner.cc83 if (tasks_[i]->IsDone()) { in InternalRunTasks()
199 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
Dtask.h105 bool IsDone() const { return done_; } in IsDone() function
Dtaskparent.cc60 if (!(*it)->IsDone()) in AllChildrenDone()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.cc212 if (login_task_->IsDone()) in Connect()
271 if (login_task_->IsDone()) in IncomingStart()
290 if (login_task_->IsDone()) in IncomingStanza()
Dxmpplogintask.h36 bool IsDone() in IsDone() function
Dpingtask_unittest.cc86 EXPECT_FALSE(task->IsDone()); in TEST_F()
/external/image_io/includes/image_io/jpeg/
Djpeg_scanner.h38 bool IsDone() const { return done_; } in IsDone() function
/external/image_io/src/jpeg/
Djpeg_scanner.cc42 while (!IsDone() && !HasError()) { in FindAndProcessSegments()
/external/protobuf/src/google/protobuf/stubs/
Donce_unittest.cc88 bool IsDone() { in IsDone() function in google::protobuf::__anond5aa13950111::OnceInitTest::TestThread
/external/webrtc/webrtc/video/
Dend_to_end_tests.cc1384 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/
Dapi.cc5555 inline bool IsDone() { in IsDone() function in v8::Utf8WriterVisitor
5597 while (!writer->IsDone()) { in RecursivelySerializeToUtf8()