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

1 2

  /external/chromium/base/i18n/
word_iterator_unittest.cc 16 EXPECT_TRUE(iter.Advance());
19 EXPECT_TRUE(iter.Advance());
22 EXPECT_TRUE(iter.Advance());
25 EXPECT_TRUE(iter.Advance());
28 EXPECT_TRUE(iter.Advance());
31 EXPECT_TRUE(iter.Advance());
34 EXPECT_TRUE(iter.Advance());
37 EXPECT_TRUE(iter.Advance());
40 EXPECT_TRUE(iter.Advance());
43 EXPECT_TRUE(iter.Advance());
    [all...]
word_iterator.h 23 // while (iter.Advance()) {
49 // Return the value of pos() returned before Advance() was last called.
52 // Advance to the next break. Returns false if we've run past the end of
54 // character in the string, and when we advance to that position it's the
55 // last time Advance() returns true.)
56 bool Advance();
64 // Advance() must have been called successfully at least once
word_iterator.cc 68 bool WordIterator::Advance() {
  /external/v8/src/
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...]
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...]
scanner.h 94 virtual uc32 Advance() = 0;
114 virtual uc32 Advance();
132 virtual uc32 Advance();
393 void Advance() { c0_ = source_->Advance(); }
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();
parser.cc 626 void Advance();
627 void Advance(int dist);
    [all...]
accessors.cc 547 for (JavaScriptFrameIterator it; !it.done(); it.Advance()) {
606 for (JavaScriptFrameIterator it; !it.done(); it.Advance()) {
613 it.Advance();
top.cc 106 for (StackFrameIterator it(thread); !it.done(); it.Advance()) {
398 for (int i = 0; !it.done(); it.Advance()) {
653 // Advance to the next JavaScript frame and determine if the
655 it.Advance();
938 it.Advance();
    [all...]
assembler.cc 350 Advance();
378 Advance(kIntptrSize);
heap-profiler.cc 673 for (JavaScriptFrameIterator it; !it.done(); it.Advance()) {
680 for (JavaScriptFrameIterator it; !it.done(); it.Advance()) {
  /external/protobuf/src/google/protobuf/io/
coded_stream_inl.h 54 Advance(size);
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...]
coded_stream.cc 161 Advance(count);
166 // We hit a limit inside this buffer. Advance to the limit and fail.
167 Advance(original_buffer_size);
206 Advance(current_buffer_size);
211 Advance(size);
236 Advance(current_buffer_size);
241 Advance(size);
254 Advance(sizeof(*value));
271 Advance(sizeof(*value));
410 Advance(1)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
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);
headerparser.cc 26 void ParseableChunk::Advance(size_t number_of_bytes) {
82 parseable_chunk_.Advance(1);
vcdecoder.cc 115 // is undefined; otherwise, parseable_chunk->Advance() is called to point to
249 // Advance *parseable_chunk to point to the current position in the
735 data->Advance(sizeof(DeltaFileHeader) + bytes_parsed);
741 data->Advance(sizeof(DeltaFileHeader));
    [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/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...]
  /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/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/base/
id_map_unittest.cc 71 !iter.IsAtEnd(); iter.Advance()) {
88 !iter.IsAtEnd(); iter.Advance()) {
id_map.h 128 void Advance() {

Completed in 244 milliseconds

1 2