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

  /external/chromium/base/i18n/
word_iterator.cc 68 bool WordIterator::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/base/
id_map.h 128 void Advance() {
  /external/v8/src/
frames-inl.h 186 Advance();
193 void JavaScriptFrameIteratorTemp<Iterator>::Advance() {
195 iterator_.Advance();
203 iterator_.Advance();
211 if (!done()) Advance();
frames.cc 55 void Advance() {
109 while (!it.done()) it.Advance();
112 // Advance to the calling frame.
122 // A simpler version of Advance which doesn't care about handler.
179 if (!done() && !IsValidFrame()) Advance();
183 void StackTraceFrameIterator::Advance() {
185 JavaScriptFrameIterator::Advance();
217 void SafeStackFrameIterator::Advance() {
228 iterator_.Advance();
292 if (!done() && !frame()->is_java_script()) Advance();
    [all...]
frames.h 508 void Advance() { (this->*advance_)(); }
547 JavaScriptFrameIteratorTemp() { if (!done()) Advance(); }
551 if (!done()) Advance();
560 if (!done()) Advance();
566 void Advance();
568 // Advance to the frame holding the arguments for the current
591 void Advance();
610 void Advance();
645 void Advance();
scanner.cc 117 uc32 CharacterStreamUTF16Buffer::Advance() {
166 uc32 TwoByteStringUTF16Buffer::Advance() {
349 Advance();
407 Advance();
427 Advance();
446 Advance();
454 Advance();
456 Advance();
463 PushBack('-'); // undo Advance()
465 PushBack('-'); // undo Advance()
    [all...]
assembler.h 323 // Advance* moves the position before/after reading.
326 void Advance(int bytes = 1) { pos_ -= bytes; }
scanner.h 94 virtual uc32 Advance() = 0;
114 virtual uc32 Advance();
132 virtual uc32 Advance();
393 void Advance() { c0_ = source_->Advance(); }
jsregexp.cc     [all...]
parser.cc 626 void Advance();
627 void Advance(int dist);
    [all...]
  /frameworks/base/services/audioflinger/
AudioResampler.cpp 67 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) {
213 Advance(&inputIndex, &phaseFraction, phaseIncrement);
238 Advance(&inputIndex, &phaseFraction, phaseIncrement);
307 Advance(&inputIndex, &phaseFraction, phaseIncrement);
332 Advance(&inputIndex, &phaseFraction, phaseIncrement);
  /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/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
gtest-param-util-generated.h     [all...]
  /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
gtest-param-util-generated.h     [all...]
  /external/v8/tools/
test.py 808 def Advance(self, count = 1):
816 self.Advance()
826 self.Advance()
829 self.Advance()
832 self.Advance()
835 self.Advance()
840 self.Advance()
844 self.Advance(2)
847 self.Advance(2)
850 self.Advance(2
    [all...]

Completed in 739 milliseconds