HomeSort by relevance Sort by last modified time
    Searched defs:Done (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 466 BOOLEAN Done;
502 Done = FALSE;
583 // All done, print a newline at the end of the string
588 Done = TRUE;
769 Done = TRUE;
774 if (Done) {
914 } while (!Done);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp     [all...]
HexagonSplitDouble.cpp     [all...]
  /external/python/cpython3/Lib/test/
test_coroutines.py     [all...]
test_grammar.py 858 # not testable inside a function, but already done at top of the module
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 645 continue; // We are done!
681 continue; // We are done!
760 // do not give it values that others need. 'Done' controls whether the
763 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
764 while (NumVals-ValNo > NumPositionalRequired && !Done) {
767 Done = true; // Optional arguments want _at most_ one value
830 // Note that if ReadResponseFiles == true, this must be done before the
    [all...]
  /external/v8/src/ast/
ast-types.h 858 bool Done() const { return index_ < 0; }
    [all...]
  /external/v8/src/heap/
mark-compact.h 324 inline bool Done() { return cell_index_ == last_cell_index_; }
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 459 // may not have been able to compute a trip count. Now that we've done some
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 473 // may not have been able to compute a trip count. Now that we've done some
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp     [all...]
  /external/v8/src/crankshaft/
lithium.h 559 bool Done() { return current_ >= limit_; }
562 DCHECK(!Done());
568 DCHECK(!Done());
601 bool Done() { return current_iterator_.Done(); }
604 DCHECK(!current_iterator_.Done());
616 while (current_iterator_.env() != NULL && current_iterator_.Done()) {
721 enum Status { UNUSED, BUILDING, DONE, ABORTED };
732 bool is_done() const { return status_ == DONE; }
802 inline bool Done();
    [all...]
hydrogen.h 247 bool Done() { return current_ >= predecessor_list_->length(); }
261 next_ = Done() ? NULL : instr_->next();
264 inline bool Done() const { return instr_ == NULL; }
268 next_ = Done() ? NULL : instr_->next();
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 130 private final Done mOnDone = new Done();
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 340 auto DoneBB = createBasicBlock("omp.arraycpy.done");
374 auto Done =
375 Builder.CreateICmpEQ(DestElementNext, DestEnd, "omp.arraycpy.done");
376 Builder.CreateCondBr(Done, DoneBB, BodyBB);
380 // Done.
475 auto DoneBB = CGF.createBasicBlock("omp.arrayinit.done");
525 auto Done =
526 CGF.Builder.CreateICmpEQ(DestElementNext, DestEnd, "omp.arraycpy.done");
527 CGF.Builder.CreateCondBr(Done, DoneBB, BodyBB);
530 // Done
    [all...]
CGExpr.cpp 547 llvm::BasicBlock *Done = nullptr;
559 Done = createBasicBlock("null");
561 Builder.CreateCondBr(IsNonNull, Rest, Done);
682 if (Done) {
683 Builder.CreateBr(Done);
684 EmitBlock(Done);
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 902 // FIXME: This should be done using Requires<Not64BitMode> and
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 72 /// of two disjoint locations can not be done without severe slowdown.
796 // This may invalidate some of the following checks and needs to be done
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h 439 if (!sub_iterator_[i].Done()) {
448 VIXL_ASSERT(!Done());
450 if (!sub_iterator_[i].Done()) {
458 bool Done() const {
460 if (!sub_iterator_[i].Done()) return false;
466 VIXL_ASSERT(!Done());
468 if (!sub_iterator_[i].Done()) {
478 if (!sub_iterator_[i].Done()) {
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 1122 milliseconds

1 2 3 4 5 67 8 910