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

1 2

  /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/v8/src/
lithium-allocator-inl.h 84 void TempIterator::Advance() {
106 void InputIterator::Advance() {
134 void UseIterator::Advance() {
136 ? input_iterator_.Advance()
137 : env_iterator_.Advance();
frames-inl.h 190 if (!done()) Advance();
214 void JavaScriptFrameIteratorTemp<Iterator>::Advance() {
216 iterator_.Advance();
224 iterator_.Advance();
232 Advance();
241 if (!done()) Advance();
data-flow.cc 52 void BitVector::Iterator::Advance() {
data-flow.h 54 Advance();
59 void Advance();
222 void Advance() {
frames.cc 57 void Advance() {
123 while (!it.done()) it.Advance();
126 // Advance to the calling frame.
136 // A simpler version of Advance which doesn't care about handler.
195 if (!done() && !IsValidFrame()) Advance();
201 if (!done() && !IsValidFrame()) Advance();
205 void StackTraceFrameIterator::Advance() {
207 JavaScriptFrameIterator::Advance();
279 void SafeStackFrameIterator::Advance() {
290 iterator_.Advance();
    [all...]
frames.h 658 void Advance() { (this->*advance_)(); }
698 JavaScriptFrameIteratorTemp() { if (!done()) Advance(); }
710 if (!done()) Advance();
717 if (!done()) Advance();
723 void Advance();
725 // Advance to the frame holding the arguments for the current
751 void Advance();
771 void Advance();
847 void Advance();
lithium.h 533 inline void Advance() {
575 inline void Advance() {
577 current_iterator_.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();
  /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/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/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);
  /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/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/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/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/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 515 Advance();
518 // Advance to the next valid value defined by the SUnit.
519 void ScheduleDAGSDNodes::RegDefIter::Advance() {
538 for (RegDefIter I(SU, this); I.IsValid(); I.Advance()) {
  /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/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 652 milliseconds

1 2