Searched defs:Advance (Results 1 - 25 of 67) sorted by relevance

123

/external/libchrome/base/test/
H A Dsimple_test_clock.cc18 void SimpleTestClock::Advance(TimeDelta delta) { function in class:base::SimpleTestClock
H A Dsimple_test_tick_clock.cc20 void SimpleTestTickClock::Advance(TimeDelta delta) { function in class:base::SimpleTestTickClock
/external/v8/src/
H A Dbit-vector.cc29 void BitVector::Iterator::Advance() { function in class:v8::internal::BitVector::Iterator
H A Dprototype.h42 if (where_to_start == kStartAtPrototype) Advance();
53 if (where_to_start == kStartAtPrototype) Advance();
112 void Advance() { function in class:v8::internal::PrototypeIterator
142 // TODO(neis): This should probably replace Advance().
H A Dsource-position-table.cc157 encoded.Advance(), raw++) {
172 Advance();
175 void SourcePositionTableIterator::Advance() { function in class:v8::internal::SourcePositionTableIterator
H A Dbit-vector.h25 Advance();
30 void Advance();
201 void Advance() { it_.Advance(); } function in class:v8::internal::BASE_EMBEDDED::BASE_EMBEDDED
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
/external/v8/src/interpreter/
H A Dbytecode-array-iterator.cc16 void BytecodeArrayIterator::Advance() { function in class:v8::internal::interpreter::BytecodeArrayIterator
/external/v8/src/crankshaft/
H A Dlithium-inl.h55 void TempIterator::Advance() { function in class:v8::internal::TempIterator
77 void InputIterator::Advance() { function in class:v8::internal::InputIterator
110 void UseIterator::Advance() { function in class:v8::internal::UseIterator
111 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance();
/external/v8/tools/testrunner/server/
H A Dcompression.py64 def Advance(self): member in class:Receiver
/external/autotest/client/cros/cellular/pseudomodem/
H A Dstate_machine.py38 |pm_constants.I_TESTING_ISM|.|Advance| when a state transition is possible
78 waits for an |Advance| call before each step.
104 def Advance(self): member in class:StateMachine
106 Advance a step on a state machine running in interactive mode.
132 dbus call on the |Advance| function.
144 @returns: True if machine is waiting for |Advance| call.
180 self.Waiting() # Wait for user to |Advance| the machine.
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmpplogintask.cc68 Advance();
81 XmppLoginTask::Advance() { function in class:buzz::XmppLoginTask
88 LOG(LS_VERBOSE) << "XmppLoginTask::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/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.cc46 int32_t SmallGlyphMetrics::Advance() { function in class:sfntly::SmallGlyphMetrics
96 int32_t SmallGlyphMetrics::Builder::Advance() { function in class:sfntly::SmallGlyphMetrics::Builder
/external/libchrome/base/
H A Did_map.h179 void Advance() { function in class:final::Iterator
H A Dvalues.h359 void Advance() { ++it_; } function in class:base::DictionaryValue::Iterator
H A Dpickle.cc42 inline void PickleIterator::Advance(size_t size) { function in class:base::PickleIterator
58 Advance(sizeof(Type));
69 Advance(num_bytes);
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp203 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); local
204 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap
206 return Latency - Advance;
/external/v8/src/compiler/
H A Dstate-values-utils.cc336 void StateValuesAccess::iterator::Advance() { function in class:v8::internal::compiler::StateValuesAccess::iterator
337 Top()->Advance();
358 Top()->Advance();
404 Advance();
420 for (; !iterator.IsEnd(); iterator.Advance()) {
H A Dcode-generator.h44 InstructionOperand* Advance() { return instr_->InputAt(pos_++); } function in class:v8::internal::compiler::InstructionOperandIterator
/external/clang/lib/Format/
H A DBreakableToken.cpp99 unsigned Advance; local
101 Advance = encoding::getEscapeSequenceLength(Text);
102 Chars += Advance;
104 Advance = encoding::getCodePointNumBytes(Text[0], Encoding);
106 Text.substr(0, Advance), UsedColumns + Chars, TabWidth, Encoding);
109 if (Chars > MaxSplit || Text.size() <= Advance)
116 if (Advance == 1 && !isAlphanumeric(Text[0]))
119 SplitPoint += Advance;
120 Text = Text.substr(Advance);
/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc308 Advance();
381 Advance();
385 Advance();
447 // Advance past the first code unit escape.
461 // Advance past the [final] code unit escape.
566 Advance();
580 Advance();
586 Advance();
602 Advance();
640 Advance();
752 void JsonStreamParser::Advance() { function in class:google::protobuf::util::converter::JsonStreamParser
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc171 for (Iterator it(region); !it.IsAtEnd(); it.Advance()) {
520 void DesktopRegion::Iterator::Advance() { function in class:webrtc::DesktopRegion::Iterator
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() { function in class:testing::internal::RangeGenerator::Iterator
295 virtual void Advance() { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
305 // value_ is updated here and not in Advance() because Advance()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() { function in class:testing::internal::RangeGenerator::Iterator
295 void Advance() override {
305 // value_ is updated here and not in Advance() because Advance()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dpa.h525 void Advance() function in struct:PA_STATE_CUT
539 Advance();

Completed in 2612 milliseconds

123