HomeSort by relevance Sort by last modified time
    Searched defs:Advance (Results 1 - 25 of 41) sorted by null

1 2

  /external/v8/src/
data-flow.cc 52 void BitVector::Iterator::Advance() {
lithium-allocator-inl.h 83 void TempIterator::Advance() {
106 void InputIterator::Advance() {
136 void UseIterator::Advance() {
138 ? env_iterator_.Advance()
139 : input_iterator_.Advance();
frames-inl.h 262 if (!done()) Advance();
270 if (!done()) Advance();
295 void JavaScriptFrameIteratorTemp<Iterator>::Advance() {
297 iterator_.Advance();
305 iterator_.Advance();
313 Advance();
322 if (!done()) Advance();
json-parser.h 56 inline void Advance() {
73 Advance();
79 Advance();
84 Advance();
180 // Advance to the first character (possibly EOS)
356 Advance();
360 Advance();
371 Advance();
379 Advance();
382 Advance();
    [all...]
frames.cc 76 void Advance() {
142 while (!it.done()) it.Advance();
145 // Advance to the calling frame.
155 // A simpler version of Advance which doesn't care about handler.
214 if (!done() && !IsValidFrame()) Advance();
220 if (!done() && !IsValidFrame()) Advance();
224 void StackTraceFrameIterator::Advance() {
226 JavaScriptFrameIterator::Advance();
298 void SafeStackFrameIterator::Advance() {
309 iterator_.Advance();
    [all...]
  /external/chromium/base/i18n/
char_iterator.cc 27 bool UTF8CharIterator::Advance() {
64 bool UTF16CharIterator::Advance() {
break_iterator.cc 56 bool BreakIterator::Advance() {
  /external/chromium/chrome/browser/sync/engine/
update_applicator.cc 61 Advance();
70 Advance();
88 void UpdateApplicator::Advance() {
  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 26 void ParseableChunk::Advance(size_t number_of_bytes) {
82 parseable_chunk_.Advance(1);
headerparser.h 44 // Advance().
63 void Advance(size_t number_of_bytes);
164 void Advance(size_t number_of_bytes) {
165 return parseable_chunk_->Advance(number_of_bytes);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 84 Advance();
97 XmppLoginTask::Advance() {
104 LOG(LS_VERBOSE) << "XmppLoginTask::Advance - "
  /external/open-vcdiff/src/
headerparser.cc 26 void ParseableChunk::Advance(size_t number_of_bytes) {
82 parseable_chunk_.Advance(1);
headerparser.h 44 // Advance().
63 void Advance(size_t number_of_bytes);
164 void Advance(size_t number_of_bytes) {
165 return parseable_chunk_->Advance(number_of_bytes);
  /external/chromium/base/
id_map.h 148 void Advance() {
  /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;
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) {
341 Advance(&inputIndex, &phaseFraction, phaseIncrement);
366 Advance(&inputIndex, &phaseFraction, phaseIncrement);
436 Advance(&inputIndex, &phaseFraction, phaseIncrement);
461 Advance(&inputIndex, &phaseFraction, phaseIncrement);
  /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/protobuf/src/google/protobuf/io/
coded_stream.h 167 // advance the stream's current position. This will always either produce
486 // Advance the buffer by a given number of bytes.
487 void Advance(int amount);
500 // Advance(BufferSize()).
594 // buffer, but does not advance the stream's current position. This will
686 // Advance the buffer by a given number of bytes.
687 void Advance(int amount);
690 // Advance(buffer_size_).
    [all...]
  /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/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 243 } while (Advance());
247 // Advance 1-past previous next/search.
249 bool Advance() {
289 PH.Advance();
294 PH.Advance();
313 PH.Advance();
333 PH.Advance();
343 PH.Advance();
348 PH.Advance();
367 PH.Advance();
    [all...]
  /external/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/libvpx/libvpx/third_party/googletest/src/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/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/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util.h 99 // for not calling Advance() on an iterator equal to
101 virtual void Advance() = 0;
138 impl_->Advance();
144 impl_->Advance();
229 virtual void Advance() {
315 virtual void Advance() {
325 // value_ is updated here and not in Advance() because Advance()
326 // 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

Completed in 647 milliseconds

1 2