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

1 2 3 4 5 67 8 91011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union.h 52 !siter.Done();
58 !aiter.Done();
expanded-fst.h 88 for (StateIterator< Fst<Arc> > siter(fst); !siter.Done(); siter.Next())
prune.h 98 !it.Done();
178 !sit.Done();
197 !ait.Done();
const-fst.h 128 !siter.Done();
133 !aiter.Done();
147 !aiter.Done();
345 bool Done() const { return s_ >= nstates_; }
371 bool Done() const { return i_ >= narcs_; }
  /external/v8/src/
data-flow.h 56 bool Done() const { return current_index_ >= target_->data_length_; }
60 ASSERT(!Done());
  /external/valgrind/main/drd/tests/
annotate_hb_err.stderr.exp 23 Done.
hold_lock_1.stderr.exp 25 Done.
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 123 // to exercise View's menus, but that's easier done with BookmarkBarView rather
318 Done();
367 Done();
440 Done();
527 Done();
597 Done();
635 Done();
707 Done();
794 Done();
859 // which can interfere with Done. We need to run Done in th
    [all...]
  /external/chromium/net/base/
io_buffer.cc 117 void PickledIOBuffer::Done() {
  /external/chromium_org/chrome/browser/nacl_host/
nacl_broker_service_win.cc 95 while (!iter.Done()) {
  /external/chromium_org/chrome/browser/ui/views/
button_dropdown_test.cc 122 Done();
menu_item_view_test.cc 156 Done();
249 Done();
344 Done();
428 Done();
532 Done();
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 35 for (HUseIterator it(instr->uses()); !it.Done(); it.Advance()) {
56 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
148 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
215 for (HUseIterator it(mapcheck->uses()); !it.Done(); it.Advance()) {
lithium.h 667 bool Done() { return current_ >= limit_; }
670 ASSERT(!Done());
676 ASSERT(!Done());
709 bool Done() { return current_iterator_.Done(); }
712 ASSERT(!current_iterator_.Done());
724 while (current_iterator_.env() != NULL && current_iterator_.Done()) {
full-codegen.h 154 bool Done() { return cursor_ >= end_; }
157 ASSERT(!Done());
162 ASSERT(!Done());
168 ASSERT(!Done());
173 ASSERT(!Done());
178 ASSERT(!Done());
475 // set to a value popped from the stack, and "done" is set according to the
477 void EmitCreateIteratorResult(bool done);
577 Label* done);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 14 RSSFeedWatcherTask.Done=Done.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c 92 hPERF->Done = __common_Done;
  /bootable/diskinstaller/
config.mk 195 @echo "Done with bootable installer image -[ $@ ]-"
219 @echo "Done with bootable android system-disk image -[ $@ ]-"
233 @echo "Done with bootable android data-disk image -[ $@ ]-"
250 @echo "Done with VirtualBox bootable installer image -[ $@ ]-"
263 @echo "Done with VirtualBox bootable system-disk image -[ $@ ]-"
272 @echo "Done with VirtualBox bootable data-disk image -[ $@ ]-"
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 245 bool Done = false;
260 Done = true;
266 if (!Done) {
304 } // if (!Done)
  /external/openfst/src/include/fst/
visit.h 88 const unsigned kArcIterDone = 0x08; // Arc iterator done and destroyed
122 // Deletes arc iterator if done.
124 if ((aiter && aiter->Done()) || !visit) {
129 // Dequeues state and marks black if done
160 if (aiter->Done()) {
174 for (; !siter.Done(); siter.Next()) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 82 // to exercise View's menus, but that's easier done with BookmarkBarView rather
294 Done();
347 Done();
419 Done();
505 Done();
575 Done();
613 Done();
707 Done();
816 Done();
888 // which can interfere with Done. We need to run Done in th
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 128 bool Done = false;
129 while (!Done) {
139 Done = true;
498 bool Done = false;
499 while (!Done) {
503 Done = true;
750 // when they finish, so we're done.
819 // We're done.
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 240 bool Done = true;
249 Done = false;
254 if (Done) {
273 bool Done = true;
282 Done = false;
287 if (Done) {
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 145 for (PpapiPluginProcessHostIterator iter; !iter.Done(); ++iter) {
167 for (PpapiPluginProcessHostIterator iter; !iter.Done(); ++iter) {
184 for (PpapiPluginProcessHostIterator iter; !iter.Done(); ++iter) {
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 34 // Adding a rule is nothing more than pushing it into an stl container. Done()
36 // place has not done it.
38 if (!rule->Done()) {
56 // Here is where the heavy byte shuffling is done. We take all the rules and
63 bool LowLevelPolicy::Done() {
298 bool PolicyRule::Done() {

Completed in 496 milliseconds

1 2 3 4 5 67 8 91011>>