HomeSort by relevance Sort by last modified time
    Searched refs:Advance (Results 126 - 150 of 300) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-2.d 41 \[0x.*\] Special opcode 11: advance Address by 0 to 0x0 and Line by 6 to 7
42 \[0x.*\] Special opcode 7: advance Address by 0 to 0x0 and Line by 2 to 9
43 \[0x.*\] Special opcode 6: advance Address by 0 to 0x0 and Line by 1 to 10
44 \[0x.*\] Special opcode 120: advance Address by 8 to 0x8 and Line by 3 to 13
45 \[0x.*\] Special opcode 62: advance Address by 4 to 0xc and Line by 1 to 14
46 \[0x.*\] Special opcode 6: advance Address by 0 to 0xc and Line by 1 to 15
47 \[0x.*\] Special opcode 119: advance Address by 8 to 0x14 and Line by 2 to 17
48 \[0x.*\] Advance PC by 4 to 0x18
micromips@loc-swap-2.d 41 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
42 \[0x.*\] Special opcode 7: advance Address by 0 to 0x1 and Line by 2 to 9
43 \[0x.*\] Special opcode 6: advance Address by 0 to 0x1 and Line by 1 to 10
44 \[0x.*\] Special opcode 64: advance Address by 4 to 0x5 and Line by 3 to 13
45 \[0x.*\] Special opcode 34: advance Address by 2 to 0x7 and Line by 1 to 14
46 \[0x.*\] Special opcode 6: advance Address by 0 to 0x7 and Line by 1 to 15
47 \[0x.*\] Special opcode 63: advance Address by 4 to 0xb and Line by 2 to 17
48 \[0x.*\] Advance PC by 1 to 0xc
mips16@loc-swap-2.d 41 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
42 \[0x.*\] Special opcode 7: advance Address by 0 to 0x1 and Line by 2 to 9
43 \[0x.*\] Special opcode 6: advance Address by 0 to 0x1 and Line by 1 to 10
44 \[0x.*\] Special opcode 64: advance Address by 4 to 0x5 and Line by 3 to 13
45 \[0x.*\] Special opcode 34: advance Address by 2 to 0x7 and Line by 1 to 14
46 \[0x.*\] Special opcode 6: advance Address by 0 to 0x7 and Line by 1 to 15
47 \[0x.*\] Special opcode 35: advance Address by 2 to 0x9 and Line by 2 to 17
48 \[0x.*\] Advance PC by 1 to 0xa
  /external/libbrillo/brillo/streams/
fake_stream_unittest.cc 196 clock_.Advance(base::TimeDelta::FromSeconds(1));
224 clock_.Advance(base::TimeDelta::FromSeconds(1));
360 clock_.Advance(delay);
382 clock_.Advance(delay);
486 clock_.Advance(one_sec_delay);
  /external/libchrome/base/
pickle.cc 41 inline void PickleIterator::Advance(size_t size) {
57 Advance(sizeof(Type));
68 Advance(num_bytes);
pickle.h 83 // Advance read_index_ but do not allow it to exceed end_index_.
85 void Advance(size_t size);
87 // Get read pointer for Type and advance read pointer.
91 // Get read pointer for |num_bytes| and advance read pointer. This method
95 // Get read pointer for (num_elements * size_element) bytes and advance read
210 // their sizes are computed in advance. It can be significantly faster to call
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.h 428 void Advance(float32 t);
840 inline void b2Body::Advance(float32 alpha)
842 // Advance to the new safe time. This doesn't sync the broad-phase.
843 m_sweep.Advance(alpha);
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 12 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
45 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
181 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
hydrogen-range-analysis.cc 57 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
107 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
  /external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc 66 !iter.IsAtEnd(); iter.Advance()) {
160 for (DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
187 (it.Advance(), it.IsAtEnd());
screen_capturer_unittest.cc 99 it.Advance();
screen_capturer_x11.cc 351 !it.IsAtEnd(); it.Advance()) {
405 !it.IsAtEnd(); it.Advance()) {
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 192 Determine if a machine is waiting for an advance call.
217 'waiting machine can be advanced using the |advance| command.\n'
224 Advance the given state machine.
226 @param machine: Case sensitive name of the state machine to advance.
235 success = ism.Advance(dbus_interface=pm_constants.I_TESTING_ISM)
236 print ('\nAdvanced!\n' if success else '\nCould not advance.\n')
243 """Handles the 'help advance' command"""
244 print ('\nUsage: advance <state-machine-name>\n'
245 'Advance a waiting state machine to the next step.\n'
247 'to advance.\n'
    [all...]
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/libbrillo/brillo/
value_conversion.h 92 for (base::DictionaryValue::Iterator it(*dict); !it.IsAtEnd(); it.Advance()) {
  /external/libchrome/base/json/
json_writer.cc 164 itr.Advance()) {
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 97 it.Advance()) {
  /external/libweave/third_party/chromium/base/json/
json_writer.cc 164 itr.Advance()) {
  /external/v8/src/
compilation-dependencies.cc 129 for (PrototypeIterator i(map); !i.IsAtEnd(); i.Advance()) {
  /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_; }
  /external/v8/test/unittests/interpreter/
bytecode-array-writer-unittest.cc 151 source_iterator.Advance();
247 source_iterator.Advance();
  /external/v8/tools/testrunner/network/
network_execution.py 110 self.local_receiver.Advance()
215 rec.Advance()
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.cc 68 Advance();
81 XmppLoginTask::Advance() {
88 LOG(LS_VERBOSE) << "XmppLoginTask::Advance - "
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-13.d 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 5 to 6
10 \[0x.*\] Special opcode .*: advance Address by 6 to 0x6 and Line by 1 to 7
11 \[0x.*\] Special opcode .*: advance Address by 8 to 0xe and Line by 1 to 8
12 \[0x.*\] Special opcode .*: advance Address by 6 to 0x14 and Line by 1 to 9
13 \[0x.*\] Special opcode .*: advance Address by 6 to 0x1a and Line by 1 to 10
14 \[0x.*\] Special opcode .*: advance Address by 6 to 0x20 and Line by 1 to 11
15 \[0x.*\] Special opcode .*: advance Address by 8 to 0x28 and Line by 1 to 12
16 \[0x.*\] Special opcode .*: advance Address by 6 to 0x2e and Line by 1 to 13
17 \[0x.*\] Special opcode .*: advance Address by 4 to 0x32 and Line by 3 to 16
18 \[0x.*\] Special opcode .*: advance Address by 8 to 0x3a and Line by 1 to 1
    [all...]
rd-dw2-14.d 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 8 to 9
10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 10
11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 11
12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 12
13 \[0x.*\] Special opcode .*: advance Address by 8 to 0x12 and Line by 1 to 13
14 \[0x.*\] Special opcode .*: advance Address by 8 to 0x1a and Line by 1 to 14
15 \[0x.*\] Special opcode .*: advance Address by 2 to 0x1c and Line by 1 to 15
16 \[0x.*\] Special opcode .*: advance Address by 4 to 0x20 and Line by 1 to 16
17 \[0x.*\] Special opcode .*: advance Address by 4 to 0x24 and Line by 1 to 17
18 \[0x.*\] Special opcode .*: advance Address by 8 to 0x2c and Line by 1 to 1
    [all...]

Completed in 1592 milliseconds

1 2 3 4 56 7 8 91011>>