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

1 2 3 4

  /external/chromium/base/i18n/
break_iterator_unittest.cc 16 EXPECT_FALSE(iter.Advance());
18 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end.
27 EXPECT_TRUE(iter.Advance());
30 EXPECT_TRUE(iter.Advance());
33 EXPECT_TRUE(iter.Advance());
36 EXPECT_TRUE(iter.Advance());
39 EXPECT_TRUE(iter.Advance());
42 EXPECT_TRUE(iter.Advance());
45 EXPECT_TRUE(iter.Advance());
    [all...]
char_iterator_unittest.cc 19 ASSERT_FALSE(empty_iter.Advance());
27 ASSERT_TRUE(iter.Advance());
33 ASSERT_TRUE(iter.Advance());
39 ASSERT_TRUE(iter.Advance());
48 ASSERT_FALSE(iter.Advance());
57 ASSERT_FALSE(empty_iter.Advance());
70 ASSERT_TRUE(iter.Advance());
76 ASSERT_TRUE(iter.Advance());
82 ASSERT_TRUE(iter.Advance());
88 ASSERT_TRUE(iter.Advance());
    [all...]
char_iterator.h 20 // iter.Advance();
50 // Advance to the next actual character. Returns false if we're at the
52 bool Advance();
97 // Advance to the next actual character. Returns false if we're at the
99 bool Advance();
break_iterator.h 47 // while (iter.Advance()) {
80 // Return the value of pos() returned before Advance() was last called.
83 // Advance to the next break. Returns false if we've run past the end of
85 // character in the string, and when we advance to that position it's the
86 // last time Advance() returns true.)
87 bool Advance();
96 // Advance() must have been called successfully at least once
char_iterator.cc 27 bool UTF8CharIterator::Advance() {
64 bool UTF16CharIterator::Advance() {
  /external/v8/src/
scanner-base.cc 66 Advance();
84 Advance();
136 Advance();
144 Advance();
146 Advance();
153 PushBack('-'); // undo Advance()
155 PushBack('-'); // undo Advance()
164 Advance();
172 Advance();
181 Advance();
    [all...]
lithium-allocator-inl.h 84 void TempIterator::Advance() {
106 void InputIterator::Advance() {
134 void UseIterator::Advance() {
136 ? input_iterator_.Advance()
137 : env_iterator_.Advance();
scanner.cc 377 Advance();
394 Advance();
398 Advance();
402 Advance();
406 Advance();
410 Advance();
414 Advance();
418 Advance();
448 Advance();
451 Advance();
    [all...]
frames-inl.h 190 if (!done()) Advance();
214 void JavaScriptFrameIteratorTemp<Iterator>::Advance() {
216 iterator_.Advance();
224 iterator_.Advance();
232 Advance();
241 if (!done()) Advance();
scanner-base.h 67 inline uc32 Advance() {
102 // call to Advance.
363 Advance();
394 Advance();
398 void Advance() { c0_ = source_->Advance(); }
405 Advance();
410 Advance();
412 Advance();
parser.cc     [all...]
  /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/chrome/browser/visitedlink/
visitedlink_event_listener.cc 28 !i.IsAtEnd(); i.Advance()) {
52 !i.IsAtEnd(); i.Advance()) {
60 !i.IsAtEnd(); i.Advance()) {
  /external/v8/test/cctest/
test-dataflow.cc 63 iter.Advance();
65 iter.Advance();
67 iter.Advance();
69 iter.Advance();
test-parsing.cc 438 int32_t c1 = uc16_stream.Advance();
439 int32_t c2 = string_stream.Advance();
440 int32_t c3 = utf8_stream.Advance();
462 int32_t c1 = uc16_stream.Advance();
463 int32_t c2 = string_stream.Advance();
464 int32_t c3 = utf8_stream.Advance();
495 int32_t c1 = uc16_stream.Advance();
496 int32_t c2 = string_stream.Advance();
497 int32_t c3 = utf8_stream.Advance();
507 int32_t c1 = uc16_stream.Advance();
    [all...]
  /external/chromium/chrome/browser/sync/engine/
update_applicator.cc 61 Advance();
70 Advance();
88 void UpdateApplicator::Advance() {
update_applicator.h 63 void Advance();
  /external/chromium/chrome/browser/ui/
browser_list.h 231 Advance();
236 Advance();
244 void Advance();
  /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);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 207 // Advance 1-past previous next/search.
209 bool Advance() {
247 PH.Advance();
252 PH.Advance();
264 PH.Advance();
272 PH.Advance();
283 PH.Advance();
294 PH.Advance();
304 PH.Advance();
  /external/chromium/chrome/browser/sync/
sync_setup_wizard.cc 26 flow->Advance(advance_state);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 71 bool Advance();
  /frameworks/base/services/audioflinger/
AudioResampler.cpp 71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) {
223 Advance(&inputIndex, &phaseFraction, phaseIncrement);
248 Advance(&inputIndex, &phaseFraction, phaseIncrement);
317 Advance(&inputIndex, &phaseFraction, phaseIncrement);
342 Advance(&inputIndex, &phaseFraction, phaseIncrement);

Completed in 807 milliseconds

1 2 3 4