Home
last modified time | relevance | path

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

/external/libmojo/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/skia/gn/
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/skqp/gn/
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/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/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/v8/tools/testrunner/server/
Dstatus_handler.py46 while not rec.IsDone():
80 while not rec.IsDone():
Dlocal_handler.py45 while not rec.IsDone():
57 while not rec.IsDone():
Dcompression.py58 def IsDone(self): member in Receiver
Dwork_handler.py46 while not rec.IsDone():
/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/v8/tools/testrunner/network/
Dnetwork_execution.py100 while not self.local_receiver.IsDone():
184 while not rec.IsDone() and not self.terminate:
/external/protobuf/src/google/protobuf/stubs/
Donce_unittest.cc88 bool IsDone() { in IsDone() function in google::protobuf::__anon7c1b70cc0111::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.cc5779 inline bool IsDone() { in IsDone() function in v8::Utf8WriterVisitor
5821 while (!writer->IsDone()) { in RecursivelySerializeToUtf8()