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

1 2 3 4 5 67 8 91011>>

  /external/llvm/tools/msbuild/
install.bat 46 IF %SUCCESS% == 1 goto DONE
114 :DONE
115 echo Done!
uninstall.bat 73 echo Done!
  /external/valgrind/drd/tests/
annotate_barrier_xml.stderr.exp 286 Done.
  /art/compiler/optimizing/
constant_folding.cc 82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
induction_var_analysis.cc 103 for (HReversePostOrderIterator it_graph(*graph_); !it_graph.Done(); it_graph.Advance()) {
120 for (HBlocksInLoopIterator it_loop(*loop); !it_loop.Done(); it_loop.Advance()) {
127 for (HInstructionIterator it(loop_block->GetPhis()); !it.Done(); it.Advance()) {
133 for (HInstructionIterator it(loop_block->GetInstructions()); !it.Done(); it.Advance()) {
171 map_.find(x)->second.done = true;
206 return it->second.done ? global_depth_ : it->second.depth;
426 // for shift factors outside [0,32) and [0,64) ranges is done by earlier simplification.
    [all...]
nodes.h     [all...]
code_generator.cc 233 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
386 // The transfer between the two will be done at codegen level.
653 for (HReversePostOrderIterator it(graph); !it.Done(); it.Advance()) {
    [all...]
inliner.cc     [all...]
bounds_check_elimination.cc 647 // Comparison needs to be in loop header to make sure it's done after each
    [all...]
gvn.cc 414 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
  /art/runtime/base/
bit_vector_test.cc 42 EXPECT_TRUE(bv.Indexes().begin().Done());
  /external/curl/lib/
mk-ca-bundle.pl 363 ## Conversion done with mk-ca-bundle.pl version $version.
499 report "Done ($certnum CA certs processed, $skipnum skipped).";
  /external/eigen/Eigen/src/Core/util/
Meta.h 171 bool Done = ((SupX-InfX)<=1 ? true : ((SupX*SupX <= Y) && ((SupX+1)*(SupX+1) > Y))) >
  /external/v8/src/debug/
debug-evaluate.cc 154 !it.Failed() && !it.Done(); it.Next()) {
  /external/v8/src/
types.cc 541 for (Iterator<i::Map> it = this->Classes(); !it.Done(); it.Advance()) {
558 for (Iterator<i::Map> it = that->Classes(); !it.Done(); it.Advance()) {
651 for (Iterator<i::Object> it = this->Constants(); !it.Done(); it.Advance()) {
    [all...]
  /external/v8/tools/testrunner/network/
network_execution.py 81 self.initialization_lock.acquire() # Released when init is done.
165 self.indicator.Done()
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 389 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true);
390 (void)Done;
391 assert(Done && "Emission of the special fixup failed!?");
  /external/opencv3/3rdparty/libwebp/demux/
demux.c 206 int done = (MemDataSize(mem) < min_size); local
211 if (done) return PARSE_NEED_MORE_DATA;
235 goto Done;
266 goto Done;
269 Done:
273 done = 1;
278 done = 1;
282 } while (!done && status == PARSE_OK);
  /external/webp/src/demux/
demux.c 213 int done = (MemDataSize(mem) < min_size); local
216 if (done) return PARSE_NEED_MORE_DATA;
241 goto Done;
267 goto Done;
270 Done:
274 done = 1;
279 done = 1;
283 } while (!done && status == PARSE_OK);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 130 private final Done mOnDone = new Done();
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 176 for (auto i = access_info.receiver_type()->Classes(); !i.Done();
567 for (auto i = access_info.receiver_type()->Classes(); !i.Done();
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/compiler-rt/
Makefile 273 $(info MAKE: Done processing Makefile)
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 493 // may not have been able to compute a trip count. Now that we've done some
    [all...]

Completed in 1593 milliseconds

1 2 3 4 5 67 8 91011>>