Searched refs:Advance (Results 1 - 25 of 92) sorted by relevance

1234

/external/chromium/base/i18n/
H A Dbreak_iterator_unittest.cc16 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());
48 EXPECT_TRUE(iter.Advance());
[all...]
H A Dchar_iterator_unittest.cc19 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...]
H A Dbreak_iterator.h47 // 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
86 // last time Advance() returns true.)
87 bool Advance();
96 // Advance() must have been called successfully at least once
H A Dchar_iterator.cc27 bool UTF8CharIterator::Advance() { function in class:base::i18n::UTF8CharIterator
64 bool UTF16CharIterator::Advance() { function in class:base::i18n::UTF16CharIterator
H A Dchar_iterator.h20 // 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();
H A Dbreak_iterator.cc56 bool BreakIterator::Advance() { function in class:base::BreakIterator
/external/v8/src/
H A Dscanner-base.cc66 Advance();
84 Advance();
136 Advance();
144 Advance();
146 Advance();
153 PushBack('-'); // undo Advance()
155 PushBack('-'); // undo Advance()
164 Advance();
172 Advance();
181 Advance();
[all...]
H A Dlithium-allocator-inl.h84 void TempIterator::Advance() { function in class:v8::internal::TempIterator
106 void InputIterator::Advance() { function in class:v8::internal::InputIterator
134 void UseIterator::Advance() { function in class:v8::internal::UseIterator
136 ? input_iterator_.Advance()
137 : env_iterator_.Advance();
H A Dscanner.cc377 Advance();
394 Advance();
398 Advance();
402 Advance();
406 Advance();
410 Advance();
414 Advance();
418 Advance();
448 Advance();
451 Advance();
[all...]
H A Dframes-inl.h190 if (!done()) Advance();
214 void JavaScriptFrameIteratorTemp<Iterator>::Advance() { function in class:v8::internal::JavaScriptFrameIteratorTemp
216 iterator_.Advance();
224 iterator_.Advance();
232 Advance();
241 if (!done()) Advance();
H A Dscanner-base.h67 inline uc32 Advance() { function in class:v8::internal::UC16CharacterStream
102 // call to Advance.
363 Advance();
394 Advance();
398 void Advance() { c0_ = source_->Advance(); } function in class:v8::internal::Scanner
405 Advance();
410 Advance();
412 Advance();
H A Dparser.cc4219 Advance();
4232 void RegExpParser::Advance() { function in class:v8::internal::RegExpParser
4252 Advance();
4256 void RegExpParser::Advance(int dist) { function in class:v8::internal::RegExpParser
4258 Advance();
4322 Advance();
4355 Advance();
4364 Advance();
4376 Advance();
4384 Advance();
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_inl.h54 Advance(size);
H A Dcoded_stream.cc161 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(
[all...]
H A Dcoded_stream.h486 // Advance the buffer by a given number of bytes.
487 void Advance(int amount);
500 // Advance(BufferSize()).
686 // Advance the buffer by a given number of bytes.
687 void Advance(int amount);
690 // Advance(buffer_size_).
717 Advance(1);
727 Advance(1);
778 Advance(sizeof(*value));
793 Advance(sizeo
998 inline void CodedInputStream::Advance(int amount) { function in class:google::protobuf::io::CodedInputStream
1002 inline void CodedOutputStream::Advance(int amount) { function in class:google::protobuf::io::CodedOutputStream
[all...]
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_event_listener.cc28 !i.IsAtEnd(); i.Advance()) {
52 !i.IsAtEnd(); i.Advance()) {
60 !i.IsAtEnd(); i.Advance()) {
/external/v8/test/cctest/
H A Dtest-dataflow.cc63 iter.Advance();
65 iter.Advance();
67 iter.Advance();
69 iter.Advance();
H A Dtest-parsing.cc438 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/
H A Dupdate_applicator.cc61 Advance();
70 Advance();
88 void UpdateApplicator::Advance() { function in class:browser_sync::UpdateApplicator
H A Dupdate_applicator.h63 void Advance();
/external/chromium/chrome/browser/ui/
H A Dbrowser_list.h231 Advance();
236 Advance();
244 void Advance();
/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h44 // Advance().
63 void Advance(size_t number_of_bytes);
164 void Advance(size_t number_of_bytes) { function in class:open_vcdiff::DeltaWindowSection
165 return parseable_chunk_->Advance(number_of_bytes);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp207 // Advance 1-past previous next/search.
209 bool Advance() { function in class:__anon2892::ParseHelper
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/
H A Dsync_setup_wizard.cc26 flow->Advance(advance_state);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h71 bool Advance();

Completed in 549 milliseconds

1234