/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/icing/icing/tokenization/reverse_jni/ |
D | reverse-jni-language-segmenter.cc | 47 if (IsDone()) { in Advance() 90 if (IsDone()) { in GetTerm() 130 if (IsDone()) { in ResetToTermStartingAfterUtf32() 201 if (IsDone()) { in ResetToTermEndingBeforeUtf32() 280 bool IsDone() const { in IsDone() function in icing::lib::ReverseJniLanguageSegmenterIterator
|
/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/llvm-project/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 137 bool IsDone : 1; member 156 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 500 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 651 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 680 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 884 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 885 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 966 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 967 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 1025 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
D | ReachingDefAnalysis.cpp | 190 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 136 bool IsDone : 1; member 155 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 502 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 656 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 685 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 889 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 890 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 971 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 972 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 1025 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
D | ReachingDefAnalysis.cpp | 74 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | blocking_counter.cc | 27 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function 58 this->lock_.Await(Condition(IsDone, &this->done_)); in Wait()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LoopTraversal.h | 95 bool IsDone = true; member 99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LoopTraversal.h | 95 bool IsDone = true; member 99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLParser.cpp | 484 bool &IsDone); 490 unsigned &LineBreaks, bool &IsDone); 496 bool &IsDone); 1475 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1491 IsDone = true; in scanBlockScalarHeader() 1504 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1513 IsDone = true; in findBlockScalarIndent() 1536 IsDone = true; in findBlockScalarIndent() 1541 IsDone = true; in findBlockScalarIndent() 1550 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument [all …]
|
/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-10.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 491 bool &IsDone); 497 unsigned &LineBreaks, bool &IsDone); 503 bool &IsDone); 1481 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1497 IsDone = true; in scanBlockScalarHeader() 1510 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1519 IsDone = true; in findBlockScalarIndent() 1542 IsDone = true; in findBlockScalarIndent() 1547 IsDone = true; in findBlockScalarIndent() 1556 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument [all …]
|
/external/image_io/includes/image_io/jpeg/ |
D | jpeg_scanner.h | 38 bool IsDone() const { return done_; } in IsDone() function
|
/external/webrtc/video/end_to_end_tests/ |
D | transport_feedback_tests.cc | 71 if (IsDone()) in TEST() 118 if (IsDone()) in TEST() 129 bool IsDone() { in TEST() function in webrtc::TEST::RtpExtensionHeaderObserver
|
/external/image_io/src/jpeg/ |
D | jpeg_scanner.cc | 42 while (!IsDone() && !HasError()) { in FindAndProcessSegments()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 9779 llvm::Value *IsDone = in emitUserDefinedMapper() local 9782 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()
|