Searched refs:IsDone (Results 1 - 18 of 18) sorted by relevance

/external/skia/gn/
H A Dgn_helpers.py167 def IsDone(self): member in class: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() an
[all...]
/external/v8/tools/testrunner/server/
H A Dlocal_handler.py45 while not rec.IsDone():
57 while not rec.IsDone():
H A Dstatus_handler.py46 while not rec.IsDone():
80 while not rec.IsDone():
H A Dcompression.py58 def IsDone(self): member in class:Receiver
H A Dwork_handler.py46 while not rec.IsDone():
/external/webrtc/webrtc/base/
H A Dtaskrunner.cc83 if (tasks_[i]->IsDone()) {
199 if (!task->IsDone() && (task->timeout_time() > 0))
H A Dtask.h105 bool IsDone() const { return done_; } function in class:rtc::Task
H A Dtaskparent.cc60 if (!(*it)->IsDone())
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmpplogintask.h36 bool IsDone() function in class:buzz::XmppLoginTask
H A Dpingtask_unittest.cc86 EXPECT_FALSE(task->IsDone());
H A Dxmppengineimpl.cc212 if (login_task_->IsDone())
271 if (login_task_->IsDone())
290 if (login_task_->IsDone())
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp95 /// IsDone - True if BB is not to be considered for ifcvt.
112 bool IsDone : 1; member in struct:__anon12671::IfConverter::BBInfo
129 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
341 if (BBI.IsDone)
481 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
508 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
548 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
549 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
650 if (BBI.IsDone)
765 if (BBI.IsDone || BB
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp86 /// IsDone - True if BB is not to be considered for ifcvt.
103 bool IsDone : 1; member in struct:__anon19814::IfConverter::BBInfo
120 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
307 if (BBI.IsDone)
456 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
483 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
523 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
524 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
621 if (BBI.IsDone)
712 if (BBI.IsDone || BB
[all...]
/external/llvm/lib/Support/
H A DYAMLParser.cpp501 bool &IsDone);
507 unsigned &LineBreaks, bool &IsDone);
513 bool &IsDone);
1480 unsigned &IndentIndicator, bool &IsDone) {
1496 IsDone = true;
1509 unsigned &LineBreaks, bool &IsDone) {
1518 IsDone = true;
1541 IsDone = true;
1546 IsDone = true;
1555 unsigned BlockExitIndent, bool &IsDone) {
1479 scanBlockScalarHeader(char &ChompingIndicator, unsigned &IndentIndicator, bool &IsDone) argument
1507 findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, unsigned &LineBreaks, bool &IsDone) argument
1554 scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, bool &IsDone) argument
1591 bool IsDone = false; local
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc88 bool IsDone() { function in class:google::protobuf::__anon17221::OnceInitTest::TestThread
/external/v8/tools/testrunner/network/
H A Dnetwork_execution.py100 while not self.local_receiver.IsDone():
184 while not rec.IsDone() and not self.terminate:
/external/webrtc/webrtc/video/
H A Dend_to_end_tests.cc1384 if (IsDone())
1433 if (IsDone())
1444 bool IsDone() { function in class:webrtc::RtpExtensionHeaderObserver
/external/v8/src/
H A Dapi.cc5779 inline bool IsDone() { function in class:v8::Utf8WriterVisitor
5821 while (!writer->IsDone()) {

Completed in 424 milliseconds