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

1 2 3 4

  /external/libchrome/base/test/
simple_test_clock.cc 18 void SimpleTestClock::Advance(TimeDelta delta) {
simple_test_tick_clock.cc 20 void SimpleTestTickClock::Advance(TimeDelta delta) {
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 16 void BytecodeArrayIterator::Advance() {
  /external/v8/src/
bit-vector.cc 29 void BitVector::Iterator::Advance() {
prototype.h 42 if (where_to_start == kStartAtPrototype) Advance();
53 if (where_to_start == kStartAtPrototype) Advance();
112 void Advance() {
142 // TODO(neis): This should probably replace Advance().
source-position-table.cc 157 encoded.Advance(), raw++) {
172 Advance();
175 void SourcePositionTableIterator::Advance() {
bit-vector.h 25 Advance();
30 void Advance();
201 void Advance() { it_.Advance(); }
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
  /external/v8/tools/testrunner/server/
compression.py 64 def Advance(self):
  /external/v8/src/crankshaft/
lithium-inl.h 55 void TempIterator::Advance() {
77 void InputIterator::Advance() {
110 void UseIterator::Advance() {
111 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance();
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine.py 38 |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):
106 Advance a step on a state machine running in interactive mode.
114 'Can not advance a non-interactive state machine')
117 logging.warning('%s received an unexpected advance request',
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.
  /frameworks/base/tools/aapt2/optimize/
VersionCollapser.cpp 31 Advance();
39 Advance();
46 void Advance() {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc 46 int32_t SmallGlyphMetrics::Advance() {
96 int32_t SmallGlyphMetrics::Builder::Advance() {
100 void SmallGlyphMetrics::Builder::SetAdvance(byte_t advance) {
101 InternalWriteData()->WriteByte(Offset::kAdvance, advance);
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.cc 68 Advance();
81 XmppLoginTask::Advance() {
88 LOG(LS_VERBOSE) << "XmppLoginTask::Advance - "
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator_tests.cc 56 void Advance() { ++counter_; }
75 gen.Advance();
93 gen.Advance();
108 gen.Advance();
123 gen.Advance();
153 gen.Advance();
  /art/compiler/optimizing/
register_allocator.cc 61 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
92 void Advance() {
125 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
139 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
288 for (HLoopInformationOutwardIterator it(*block_to); !it.Done(); it.Advance()) {
  /art/libdexfile/dex/
bytecode_utils.h 115 void Advance() {
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 203 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID);
204 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap
206 return Latency - Advance;
  /frameworks/av/media/libaudioprocessing/
AudioResampler.cpp 74 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) {
380 Advance(&inputIndex, &phaseFraction, phaseIncrement);
406 Advance(&inputIndex, &phaseFraction, phaseIncrement);
476 Advance(&inputIndex, &phaseFraction, phaseIncrement);
502 Advance(&inputIndex, &phaseFraction, phaseIncrement);
  /external/clang/lib/Format/
BreakableToken.cpp 99 unsigned Advance;
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/libchrome/base/
id_map.h 179 void Advance() {
values.h 359 void Advance() { ++it_; }
pickle.cc 42 inline void PickleIterator::Advance(size_t size) {
58 Advance(sizeof(Type));
69 Advance(num_bytes);
  /external/v8/src/compiler/
state-values-utils.cc 336 void StateValuesAccess::iterator::Advance() {
337 Top()->Advance();
358 Top()->Advance();
404 Advance();
420 for (; !iterator.IsEnd(); iterator.Advance()) {
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 171 for (Iterator it(region); !it.IsAtEnd(); it.Advance()) {
520 void DesktopRegion::Iterator::Advance() {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 102 // state used to advance the PA when Next is called
525 void Advance()
528 // advance tail to the current unsubmitted vertex
536 // if we've assembled enough prims, we can advance to the next set of verts
539 Advance();
    [all...]

Completed in 601 milliseconds

1 2 3 4