HomeSort by relevance Sort by last modified time
    Searched refs:Done (Results 126 - 150 of 290) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 132 bool Done = false;
133 while (!Done) {
143 Done = true;
525 bool Done = false;
526 while (!Done) {
530 Done = true;
788 // when they finish, so we're done.
856 // We're done.
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 909 m_Status = Done;
923 m_Status = Done;
935 m_Status = Done;
937 m_Status = Done;
1010 m_Status = Done;
1092 m_Status = Done;
  /external/v8/src/runtime/
runtime-debug.cc 456 for (JavaScriptFrameIterator it(isolate, id); !it.done(); it.Advance()) {
726 for (ScopeIterator it(isolate, &frame_inspector); !it.Done(); it.Next()) {
762 for (; !it.Done() && n < index; it.Next()) {
765 if (it.Done()) {
804 for (; !it.Done(); it.Next()) {
830 !it.Done(); it.Next()) {
850 for (; !it.Done() && n < index; it.Next()) {
853 if (it.Done()) {
864 for (int n = 0; !it->Done() && n < index; it->Next()) {
867 if (it->Done()) {
    [all...]
  /external/pcre/dist/
pcregexp.pas 89 destructor Done; virtual;
504 destructor TpcRegExp.Done;
697 Dispose(PpcRegExp(P),Done);
774 Dispose(PpcRE,Done);
786 Dispose(PpcRE,Done);
826 Dispose(P, Done);
844 Dispose(PRegExpCache,Done);
  /external/v8/src/debug/
debug.cc 101 DCHECK(!Done());
123 DCHECK(!Done());
127 while (!Done()) {
130 if (Done()) return;
191 DCHECK(!Done());
197 DCHECK(!Done());
199 while (!Done()) {
202 if (Done()) return;
281 for (base::SmartPointer<Iterator> it(GetIterator(debug_info)); !it->Done();
295 for (base::SmartPointer<Iterator> it(GetIterator(debug_info)); !it->Done();
    [all...]
debug.h 132 virtual bool Done() const = 0;
166 bool Done() const override { return reloc_iterator_.done(); }
190 bool Done() const override { return source_position_iterator_.done(); }
  /art/compiler/optimizing/
register_allocator.cc 116 for (HLinearOrderIterator it(*codegen_->GetGraph()); !it.Done(); it.Advance()) {
118 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
124 !inst_it.Done();
171 for (HLinearPostOrderIterator it(*codegen_->GetGraph()); !it.Done(); it.Advance()) {
173 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
177 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
424 bool Done() const { return current_interval_ == nullptr; }
491 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
504 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
    [all...]
reference_type_propagation.cc 132 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
134 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) {
167 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
178 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
183 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
graph_visualizer.cc 497 for (HInputIterator it(instruction); !it.Done(); it.Advance()) {
606 for (HInstructionIterator it(list); !it.Done(); it.Advance()) {
732 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
737 for (HInputIterator inputs(instruction); !inputs.Done(); inputs.Advance()) {
liveness_test.cc 59 for (HInsertionOrderIterator it(*graph); !it.Done(); it.Advance()) {
sharpening.cc 39 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
ssa_liveness_analysis.h 800 for (HInputIterator it(defined_by_); !it.Done(); it.Advance()) {
831 for (HInputIterator it(defined_by_); !it.Done(); it.Advance()) {
    [all...]
intrinsics.cc 570 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
572 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
  /external/llvm/include/llvm/Object/
MachO.h 99 bool Done;
135 bool Done;
183 bool Done;
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 438 bool Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII);
439 assert (Done && "Unable to resolve frame index!");
440 (void)Done;
468 bool done = false;
469 for (MachineBasicBlock::iterator II = I; !done && II != UseMI ; ++II) {
477 done = true;
485 done = true;
  /build/core/
cleanbuild.mk 75 $(info *** Done with the cleaning, now starting the real build.)
302 $(info *** Done with the cleaning, now starting the real build.)
310 $(info *** Done with the cleaning, now starting the real build.)
326 grep -q "\.dex$$" && rm -f $$i) || continue ) ; done
  /art/runtime/base/
bit_vector.h 65 bool Done() const {
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 131 Done, // FPDF_RENDER_DONE
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 289 done
324 done
327 echo $(basename "${0%.*}"): Done, all tests pass for ${tested_config}.
397 done
  /system/core/adb/
bugreport.cpp 68 int Done(int unused_) {
176 // Overall process of the operation, as returned by Done().
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 81 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
119 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
328 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
337 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
350 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
376 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
761 for (HUseIterator use = uses(); !use.Done(); use.Advance()) {
1028 for (HSuccessorIterator it(this); !it.Done(); it.Advance()) {
    [all...]
lithium-allocator.cc 548 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
580 while (!iterator.Done()) {
775 for (TempIterator it(first); !it.Done(); it.Advance()) {
820 for (UseIterator it(second); !it.Done(); it.Advance()) {
969 for (UseIterator it(instr); !it.Done(); it.Advance()) {
    [all...]
  /external/google-breakpad/android/google_breakpad/
Android.mk 100 # Done
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java 305 setReturnKeyType(UIReturnKeyType.Done);
393 textfield.setReturnKeyType(UIReturnKeyType.Done);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 360 setReturnKeyType(UIReturnKeyType.Done);
447 textfield.setReturnKeyType(UIReturnKeyType.Done);

Completed in 1353 milliseconds

1 2 3 4 56 7 8 91011>>