Searched defs:IsDone (Results 1 - 12 of 12) sorted by relevance

/external/v8/tools/testrunner/server/
H A Dcompression.py58 def IsDone(self): member in class:Receiver
/external/libmojo/build/
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/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/skqp/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/webrtc/webrtc/base/
H A Dtask.h105 bool IsDone() const { return done_; } function in class:rtc::Task
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmpplogintask.h36 bool IsDone() function in class:buzz::XmppLoginTask
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc88 bool IsDone() { function in class:google::protobuf::__anon19072::OnceInitTest::TestThread
/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:__anon13902::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/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/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:__anon22621::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/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 463 milliseconds