HomeSort by relevance Sort by last modified time
    Searched refs:Done (Results 251 - 275 of 395) sorted by null

<<111213141516

  /external/srec/tools/grxmlcompile/
fst-io.h 66 !siter.Done();
110 !aiter.Done();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 397 virtual bool Done() const {
442 bool Done() const { return i_ >= state_->arcs.size(); }
shortest-path.h 113 !aiter.Done();
308 !aiter.Done();
partition.h 64 // operations are then done by simply disconnecting the element from
260 bool Done() {
shortest-distance.h 142 !aiter.Done();
  /external/valgrind/unittest/
demo_tests.cc 516 void Done() {
542 a->Done();
  /external/v8/src/
liveobjectlist.cc 365 // as we're not at the last list (indicated by done()).
366 while ((elements_ == NULL) && !Done()) {
371 inline bool Done() const {
380 while (!Done()) {
430 // as we're not at the last list (indicated by Done()).
431 while ((elements_ == NULL) && !Done()) {
436 inline bool Done() const {
444 // Done with current list. Move on to the next.
445 while (!Done()) { // If not at the last list already, ...
649 for (it.Init(); !it.Done(); it.Next())
2328 bool done = false; local
    [all...]
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...]
  /build/core/
cleanbuild.mk 74 $(info *** Done with the cleaning, now starting the real build.)
231 $(info *** Done with the cleaning, now starting the real build.)
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 323 for (BrowserChildProcessHostIterator iter; !iter.Done(); ++iter) {
  /external/chromium_org/chrome/browser/ui/views/
menu_model_adapter_test.cc 290 // All done.
297 Done();
  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 135 // states: DONE, WORKING and ABORTING.
136 // When in [DONE] or [ABORTING] state, there is additional information
138 // Start(), SetRedirected(), Cancel() and Done() methods trigger the state
142 enum State {DONE, ABORTING, WORKING};
149 Status() : state_(Status::DONE) {
156 // Switch from [DONE] to [WORKING].
158 DCHECK_EQ(state_, DONE);
181 if (state_ == DONE)
195 void Done() {
196 state_ = DONE;
    [all...]
  /external/chromium_org/content/browser/
plugin_service_impl.cc 95 for (PluginProcessHostIterator iter; !iter.Done(); ++iter)
263 for (PluginProcessHostIterator iter; !iter.Done(); ++iter) {
274 for (PpapiPluginProcessHostIterator iter; !iter.Done(); ++iter) {
285 for (PpapiBrokerProcessHostIterator iter; !iter.Done(); ++iter) {
674 // construct it and add it to the list. This same deal needs to be done
  /external/chromium_org/content/browser/worker_host/test/
worker_browsertest.cc 58 for (WorkerProcessHostIterator iter; !iter.Done(); ++iter)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 259 void Done() { }
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 603 print "Done. Do not forget to add chromeactions.txt to your changelist"
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 80 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
100 // All blocks done.
lithium-allocator.cc 577 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
609 while (!iterator.Done()) {
802 for (TempIterator it(first); !it.Done(); it.Advance()) {
847 for (UseIterator it(second); !it.Done(); it.Advance()) {
    [all...]
hydrogen-instructions.cc 100 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
143 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
392 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
402 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
428 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
795 for (HUseIterator use = uses(); !use.Done(); use.Advance()) {
994 for (HSuccessorIterator it(this); !it.Done(); it.Advance()) {
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 92 self.indicator.Done()
  /external/openfst/src/include/fst/extensions/far/
stlist.h 211 bool Done() const {
  /external/openfst/src/include/fst/
partition.h 69 // operations are then done by simply disconnecting the element from
265 bool Done() {
sparse-power-weight.h 185 for (SparseTupleWeightIterator<W, K> it(product); !it.Done(); it.Next()) {
  /external/srec/tools/make_cfst/
make_cfst.cpp 250 for(fst::SymbolTableIterator syms_iter( *syms); !syms_iter.Done(); syms_iter.Next() ) {
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]

Completed in 887 milliseconds

<<111213141516