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

1 2 3

  /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 Advance();
53 Advance();
94 void Advance() {
126 // TODO(neis): This should probably replace 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/src/crankshaft/
lithium-inl.h 53 void TempIterator::Advance() {
75 void InputIterator::Advance() {
108 void UseIterator::Advance() {
109 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance();
  /external/v8/tools/testrunner/server/
compression.py 64 def Advance(self):
  /system/connectivity/shill/net/
attribute_list.h 157 // knows the type of each attribute in advance (such as with a nested array).
164 void Advance() { ++iter_; }
  /system/connectivity/shill/
property_iterator.h 38 void Advance() {
61 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/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)
292 timer.Advance(2, 4)
297 timer.Advance(5, 10)
300 timer.Advance(2, 4)
331 timer.Advance(2, 4)
336 timer.Advance(5, 10)
339 timer.Advance(2, 4)
369 timer.Advance(2, 4)
451 timer.Advance(2, 4
    [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/v8/src/ast/
modules.h 76 // for (auto it = descriptor->iterator(); !it.done(); it.Advance()) {
90 void Advance() { entry_ = exports_->Next(entry_); }
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 18 void BytecodeArrayIterator::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/
bytecode_utils.h 40 void Advance() {
143 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.
292 Advance();
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) {
377 Advance(&inputIndex, &phaseFraction, phaseIncrement);
403 Advance(&inputIndex, &phaseFraction, phaseIncrement);
473 Advance(&inputIndex, &phaseFraction, phaseIncrement);
499 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() {
pickle.cc 41 inline void PickleIterator::Advance(size_t size) {
57 Advance(sizeof(Type));
68 Advance(num_bytes);
values.h 366 void Advance() { ++it_; }
  /external/libweave/third_party/chromium/base/
values.h 354 void Advance() { ++it_; }

Completed in 1685 milliseconds

1 2 3