HomeSort by relevance Sort by last modified time
    Searched refs:Done (Results 176 - 200 of 252) sorted by null

1 2 3 4 5 6 78 91011

  /external/v8/src/
lithium-allocator.cc 567 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
599 while (!iterator.Done()) {
789 for (TempIterator it(first); !it.Done(); it.Advance()) {
831 for (UseIterator it(second); !it.Done(); it.Advance()) {
    [all...]
hydrogen-instructions.cc 289 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
313 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
719 for (HSuccessorIterator it(this); !it.Done(); it.Advance()) {
1194 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
1228 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 261 bool Done() {
285 for (ParseHelper PH(S); !PH.Done();) {
  /external/openfst/src/include/fst/
rmepsilon.h 178 !ait.Done();
245 !aiter.Done();
shortest-distance.h 179 !aiter.Done();
symbol-table.h 441 // is iterator done
442 bool Done(void) {
accumulator.h 258 for(StateIterator<F> siter(fst); !siter.Done(); siter.Next()) {
266 for(ArcIterator<F> aiter(fst, s); !aiter.Done(); aiter.Next()) {
528 for(aiter->Reset(); !aiter->Done(); aiter->Next(), ++n) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 312 !aiter.Done();
500 !aiter.Done();
queue.h 661 for (StateIterator< Fst<Arc> > sit(fst); !sit.Done(); sit.Next()) {
664 !ait.Done();
  /external/valgrind/main/drd/tests/
annotate_barrier_xml.stderr.exp 291 Done.
  /external/chromium/chrome/browser/
memory_details.cc 91 for (BrowserChildProcessHost::Iterator iter; !iter.Done(); ++iter) {
  /external/eigen/Eigen/src/Core/util/
Meta.h 171 bool Done = ((SupX-InfX)<=1 ? true : ((SupX*SupX <= Y) && ((SupX+1)*(SupX+1) > Y))) >
  /external/openfst/src/include/fst/extensions/far/
sttable.h 202 bool Done() const { return error_ || heap_.empty(); }
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 351 void Done() { }
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 686 // Note: this is done so the Resolver doesn't have to manage GOT memory
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 498 bool Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII);
499 assert (Done && "Unable to resolve frame index!");
500 (void)Done;
524 bool done = false;
525 for (MachineBasicBlock::iterator II = I; !done && II != UseMI ; ++II) {
533 done = true;
541 done = true;
  /external/webp/src/demux/
demux.c 202 int done = (MemDataSize(mem) < min_size); local
207 if (done) return PARSE_NEED_MORE_DATA;
231 goto Done;
260 goto Done;
263 Done:
267 done = 1;
272 done = 1;
276 } while (!done && status == PARSE_OK);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 130 private final Done mOnDone = new Done();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 292 done
476 done
1001 done
1013 done
1055 done
1070 done
1072 done
1128 done
1144 done
1154 done
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 292 done
476 done
1001 done
1013 done
1055 done
1070 done
1072 done
1128 done
1144 done
1154 done
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 640 continue; // We are done!
676 continue; // We are done!
755 // do not give it values that others need. 'Done' controls whether the
758 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
759 while (NumVals-ValNo > NumPositionalRequired && !Done) {
762 Done = true; // Optional arguments want _at most_ one value
825 // Note that if ReadResponseFiles == true, this must be done before the
    [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 456 // may not have been able to compute a trip count. Now that we've done some
    [all...]

Completed in 661 milliseconds

1 2 3 4 5 6 78 91011