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

12345678

/external/v8/src/regexp/
H A Dregexp-parser.cc36 Advance();
49 void RegExpParser::Advance() { function in class:v8::internal::RegExpParser
72 // Advance so that position() points to 1-after-the-last-character. This is
83 Advance();
87 void RegExpParser::Advance(int dist) { function in class:v8::internal::RegExpParser
89 Advance();
165 Advance();
199 Advance();
208 Advance();
220 Advance();
[all...]
/external/libchrome/base/test/
H A Dsimple_test_clock.cc18 void SimpleTestClock::Advance(TimeDelta delta) { function in class:base::SimpleTestClock
H A Dsimple_test_clock.h27 void Advance(TimeDelta delta);
H A Dsimple_test_tick_clock.cc20 void SimpleTestTickClock::Advance(TimeDelta delta) { function in class:base::SimpleTestTickClock
H A Dsimple_test_tick_clock.h27 void Advance(TimeDelta delta);
/external/v8/test/unittests/interpreter/
H A Dbytecode-array-iterator-unittest.cc59 iterator.Advance();
64 iterator.Advance();
68 iterator.Advance();
73 iterator.Advance();
78 iterator.Advance();
83 iterator.Advance();
90 iterator.Advance();
95 iterator.Advance();
103 iterator.Advance();
107 iterator.Advance();
[all...]
H A Dbytecode-array-builder-unittest.cc460 iterator.Advance();
463 iterator.Advance();
467 iterator.Advance();
470 iterator.Advance();
474 iterator.Advance();
477 iterator.Advance();
481 iterator.Advance();
484 iterator.Advance();
488 iterator.Advance();
494 iterator.Advance();
[all...]
/external/v8/src/crankshaft/
H A Dlithium-inl.h53 void TempIterator::Advance() { function in class:v8::internal::TempIterator
75 void InputIterator::Advance() { function in class:v8::internal::InputIterator
108 void UseIterator::Advance() { function in class:v8::internal::UseIterator
109 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance();
H A Dhydrogen-sce.cc21 for (HInstructionIterator it(dominator); !it.Done(); it.Advance()) {
H A Dhydrogen-canonicalize.cc18 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
48 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
H A Dhydrogen-infer-types.cc19 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
40 for (HUseIterator it(current->uses()); !it.Done(); it.Advance()) {
H A Dhydrogen-infer-representation.cc42 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
66 it.Advance()) {
79 it.Advance()) {
88 it.Advance()) {
108 it.Advance()) {
123 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
147 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
H A Dhydrogen-mark-unreachable.cc22 for (HPredecessorIterator it(block); !it.Done(); it.Advance()) {
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_estimator_tests.cc56 void Advance() { ++counter_; } function in class:webrtc::ValueGenerator
75 gen.Advance();
93 gen.Advance();
108 gen.Advance();
123 gen.Advance();
153 gen.Advance();
/external/v8/src/parsing/
H A Dscanner.cc74 Advance<capture_raw>();
91 Advance<capture_raw>();
254 Advance();
297 // Advance as long as character is a WhiteSpace or LineTerminator.
305 Advance();
313 Advance();
315 Advance();
322 PushBack('-'); // undo Advance()
324 PushBack('-'); // undo Advance()
333 Advance();
[all...]
H A Djson-parser.h55 inline void Advance() { function in class:v8::internal::BASE_EMBEDDED
72 Advance();
78 Advance();
83 Advance();
210 // Advance to the first character (possibly EOS)
314 Advance();
320 Advance();
362 Advance();
454 Advance();
545 Advance();
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_inl.h58 Advance(size);
H A Dcoded_stream.cc194 Advance(count);
199 // We hit a limit inside this buffer. Advance to the limit and fail.
200 Advance(original_buffer_size);
239 Advance(current_buffer_size);
244 Advance(size);
277 Advance(current_buffer_size);
282 Advance(size);
295 Advance(sizeof(*value));
312 Advance(sizeof(*value));
459 Advance(
[all...]
H A Dcoded_stream.h528 // Advance the buffer by a given number of bytes.
529 void Advance(int amount);
542 // Advance(BufferSize()).
761 // Advance the buffer by a given number of bytes.
762 void Advance(int amount);
765 // Advance(buffer_size_).
796 Advance(1);
806 Advance(1);
854 Advance(sizeof(*value));
868 Advance(sizeo
1125 inline void CodedInputStream::Advance(int amount) { function in class:google::protobuf::io::CodedInputStream
1129 inline void CodedOutputStream::Advance(int amount) { function in class:google::protobuf::io::CodedOutputStream
[all...]
/external/v8/src/interpreter/
H A Dbytecode-array-iterator.h20 void Advance();
/external/v8/test/cctest/
H A Dtest-bit-vector.cc62 iter.Advance();
64 iter.Advance();
66 iter.Advance();
68 iter.Advance();
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.h56 int32_t Advance();
73 int32_t Advance();
/external/v8/src/
H A Dbit-vector.cc28 void BitVector::Iterator::Advance() { function in class:v8::internal::BitVector::Iterator
/external/v8/src/snapshot/
H A Dsnapshot-source-sink.cc47 Advance(size);
H A Dsnapshot-source-sink.h39 void Advance(int by) { position_ += by; }
52 Advance(bytes);

Completed in 1004 milliseconds

12345678