HomeSort by relevance Sort by last modified time
    Searched refs:Advance (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/v8/src/
frames.cc 57 void Advance() {
123 while (!it.done()) it.Advance();
126 // Advance to the calling frame.
136 // A simpler version of Advance which doesn't care about handler.
195 if (!done() && !IsValidFrame()) Advance();
201 if (!done() && !IsValidFrame()) Advance();
205 void StackTraceFrameIterator::Advance() {
207 JavaScriptFrameIterator::Advance();
279 void SafeStackFrameIterator::Advance() {
290 iterator_.Advance();
    [all...]
frames.h 658 void Advance() { (this->*advance_)(); }
698 JavaScriptFrameIteratorTemp() { if (!done()) Advance(); }
710 if (!done()) Advance();
717 if (!done()) Advance();
723 void Advance();
725 // Advance to the frame holding the arguments for the current
751 void Advance();
771 void Advance();
847 void Advance();
data-flow.h 54 Advance();
59 void Advance();
222 void Advance() {
lithium-allocator.h 167 inline void Advance();
183 inline void Advance();
198 inline void Advance();
lithium.h 533 inline void Advance() {
575 inline void Advance() {
577 current_iterator_.Advance();
accessors.cc 603 for (JavaScriptFrameIterator it(isolate); !it.done(); it.Advance()) {
692 for (JavaScriptFrameIterator it(isolate); !it.done(); it.Advance()) {
704 for (it.Advance(); !it.done(); it.Advance()) {
  /external/chromium/base/i18n/
break_iterator.cc 56 bool BreakIterator::Advance() {
  /external/chromium/chrome/browser/
memory_purger.cc 155 !i.IsAtEnd(); i.Advance())
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 146 void Advance();
  /external/v8/tools/
test.py 872 def Advance(self, count = 1):
880 self.Advance()
890 self.Advance()
893 self.Advance()
896 self.Advance()
899 self.Advance()
904 self.Advance()
908 self.Advance(2)
911 self.Advance(2)
914 self.Advance(2
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 31 if (!iter.Advance())
37 if (!iter.Advance())
306 iter.Advance();
383 old_iter.Advance();
394 new_iter.Advance();
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/gtest/include/gtest/internal/
gtest-param-util.h 97 // for not calling Advance() on an iterator equal to
99 virtual void Advance() = 0;
136 impl_->Advance();
142 impl_->Advance();
227 virtual void Advance() {
307 virtual void Advance() {
317 // value_ is updated here and not in Advance() because Advance()
318 // can advance iterator_ beyond the end of the range, and we cannot
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 97 // for not calling Advance() on an iterator equal to
99 virtual void Advance() = 0;
136 impl_->Advance();
142 impl_->Advance();
227 virtual void Advance() {
313 virtual void Advance() {
323 // value_ is updated here and not in Advance() because Advance()
324 // can advance iterator_ beyond the end of the range, and we cannot
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 171 void SyncSetupFlow::Advance(SyncSetupWizard::State advance_state) {
236 Advance(SyncSetupWizard::SETTING_UP);
254 Advance(SyncSetupWizard::SETTING_UP);
265 Advance(SyncSetupWizard::SETTING_UP);
296 // Returns true if the flow should advance to |state| based on |current_state_|.
407 NOTREACHED() << "Invalid advance state: " << state;
sync_setup_flow.h 72 void Advance(SyncSetupWizard::State advance_state);
  /external/chromium/base/
id_map_unittest.cc 74 iter.Advance();
99 !iter.IsAtEnd(); iter.Advance()) {
id_map.h 148 void Advance() {
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 137 !it.IsAtEnd(); it.Advance())
143 !it.IsAtEnd(); it.Advance()) {
  /external/chromium/net/ftp/
ftp_util.cc 227 iter.Advance();
231 iter.Advance();
  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 26 void ParseableChunk::Advance(size_t number_of_bytes) {
82 parseable_chunk_.Advance(1);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 84 Advance();
97 XmppLoginTask::Advance() {
104 LOG(LS_VERBOSE) << "XmppLoginTask::Advance - "
  /external/chromium/chrome/browser/ui/
browser_list.cc 65 !i.IsAtEnd(); i.Advance())
612 Advance();
615 void TabContentsIterator::Advance() {
619 << "Trying to advance past the end";
626 // advance browsers
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 120 bool &Advance,
124 bool &Advance,
682 bool &Advance,
736 Advance = true;
820 bool &Advance,
886 Advance = true;
    [all...]

Completed in 1167 milliseconds

12 3 4