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

1 2 3 45 6 7 8 91011>>

  /system/core/metricsd/uploader/
metrics_log_base.cc 128 for (scoped_ptr<SampleCountIterator> it = snapshot.Iterator(); !it->Done();
  /art/compiler/optimizing/
prepare_for_register_allocation.cc 23 for (HReversePostOrderIterator it(*GetGraph()); !it.Done(); it.Advance()) {
26 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
graph_checker.cc 119 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
136 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
338 for (HInputIterator input_it(instruction); !input_it.Done();
472 for (HInstructionIterator phi_it(catch_block->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
634 for (HLoopInformationOutwardIterator it(*loop_header); !it.Done(); it.Advance()) {
    [all...]
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 94 bool IOwnMem; // If True, delete intervals when done with them
146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
  /external/skia/src/animator/
SkScript2.h 202 enum Done {
211 Done fDone : 1; // mark when branch is complete
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 51 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
88 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
hydrogen-representation-changes.cc 68 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
82 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
hydrogen-escape-analysis.cc 12 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
45 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
181 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
hydrogen-range-analysis.cc 57 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
93 // All blocks done.
107 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
  /system/core/libutils/
Looper.cpp 263 goto Done;
269 goto Done;
273 goto Done;
282 goto Done;
314 Done: ;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 61 std::set<Constant*> Done;
67 Done.insert(V);
77 if (C && !isa<GlobalValue>(C) && !Done.count(C))
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.cc 82 bool Done() {
321 // Deletion of AsyncResolverInterface can't be done in OnResolveResult which
385 if (!current_requester_ || current_requester_->Done()) {
417 if (Done()) {
stunprober.h 106 // |shared_socket_mode| is false, each request will be done with a new socket.
178 bool Done() {
211 // How many requests should be done against each resolved IP.
  /external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp 503 bool Done = convertToPredForm(MI);
504 if (Done) {
511 auto Done = [Processed] (MachineInstr *MI) -> bool {
514 PUsers.remove_if(Done);
HexagonExpandCondsets.cpp 393 // If LT does not end at a block boundary, the termination is done.
417 /// are being done.
    [all...]
  /external/v8/src/debug/
debug-scopes.h 50 bool Done() {
  /external/vixl/src/vixl/
invalset.h 236 bool Done() const;
238 // Mark this iterator as 'done'.
689 VIXL_ASSERT(!Done());
700 VIXL_ASSERT(!Done());
714 bool InvalSetIterator<S>::Done() const {
716 bool done = (iterator_ == inval_set_->vector_->end()); local
717 VIXL_ASSERT(done == (index_ == inval_set_->size()));
718 return done;
  /bionic/libc/malloc_debug/
Config.cpp 91 bool Done() { return done_; }
371 valid = valid && parser.Done();
  /external/compiler-rt/make/
lib_platforms.mk 71 $$(info MAKE: $(PlatformName): Done loading platform)
subdir.mk 74 $$(info MAKE: $$(Dir): Done processing subdirectory)
  /external/tpm2/
MathFunctions.c 315 goto Done;
323 Done:
  /external/valgrind/drd/tests/
annotate_barrier.stderr.exp 45 Done.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 150 // skip all additional processing and jump to done!
156 goto Done; \
277 Done:
  /ndk/sources/host-tools/make-3.81/
configure.bat 54 echo Done.

Completed in 1992 milliseconds

1 2 3 45 6 7 8 91011>>