HomeSort by relevance Sort by last modified time
    Searched defs:Advance (Results 1 - 25 of 82) 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/
bit-vector.cc 28 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.
  /external/libtextclassifier/common/memory_image/
low-level-memory-reader.h 52 Advance(length);
77 Advance(size);
101 // Advance the current read position by indicated number of bytes. Returns
103 // bytes to advance num_bytes).
104 bool Advance(uint64 num_bytes) {
117 // Advance current position to nearest multiple of alignment. Returns false
124 return Advance(alignment - num_extra_bytes);
  /frameworks/base/tools/aapt2/optimize/
VersionCollapser.cpp 31 Advance();
39 Advance();
46 void Advance() {
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py 27 def Advance(self, low=0.1, high=1):
33 self.Advance(low, high)
367 timer.Advance(2, 4)
372 timer.Advance(5, 10)
375 timer.Advance(2, 4)
412 timer.Advance(2, 4)
418 timer.Advance(5, 10)
422 timer.Advance(2, 4)
454 timer.Advance(2, 4)
459 timer.Advance(5, 10
    [all...]
  /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 74 void Advance() {
107 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
120 for (AllRangesIterator it(start_interval); !it.Done(); it.Advance()) {
269 for (HLoopInformationOutwardIterator it(*block_to); !it.Done(); it.Advance()) {
  /art/runtime/
bytecode_utils.h 41 void Advance() {
144 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;
  /external/v8/src/compiler/
state-values-utils.cc 130 void Advance() {
153 it->Advance();
205 // to process and then advance to it.
208 Advance();
236 void StateValuesAccess::iterator::Advance() {
237 // Advance the current index.
291 Advance();
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 24 void BytecodeArrayIterator::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 208 void Advance() {
values.h 367 void Advance() { ++it_; }
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 171 for (Iterator it(region); !it.IsAtEnd(); it.Advance()) {
520 void DesktopRegion::Iterator::Advance() {

Completed in 2263 milliseconds

1 2 3 4