HomeSort by relevance Sort by last modified time
    Searched refs:Advance (Results 76 - 100 of 292) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-common-1.d 11 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2
13 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3
16 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 4
19 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 5
21 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 6
23 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 7
25 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 0 to 7
26 \[0x.*\] Advance PC by .* to .*
  /art/compiler/optimizing/
block_builder.cc 78 for (CodeItemIterator it(code_item_); !it.Done(); it.Advance()) {
87 for (DexSwitchTableIterator s_it(table); !s_it.Done(); s_it.Advance()) {
125 for (CodeItemIterator it(code_item_); !it.Done(); it.Advance()) {
161 for (DexSwitchTableIterator s_it(table); !s_it.Done(); s_it.Advance()) {
instruction_simplifier_arm64.h 62 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
ssa_test.cc 70 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
73 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
90 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
nodes.cc 117 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
185 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
193 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
281 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
293 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
303 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
381 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
452 for (HPostOrderIterator it(*this); !it.Done(); it.Advance()) {
    [all...]
optimizing_unit_test.h 67 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
  /external/v8/src/crankshaft/
hydrogen-dehoist.cc 60 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
hydrogen-redundant-phi.cc 52 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
hydrogen-flow-engine.h 84 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
115 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
166 for (HInstructionIterator it(member); !it.Done(); it.Advance()) {
lithium.h 566 void Advance() {
608 void Advance() {
609 current_iterator_.Advance();
797 inline void Advance();
813 inline void Advance();
828 inline void Advance();
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_helper.cc 95 for (DesktopRegion::Iterator it(region); !it.IsAtEnd(); it.Advance()) {
  /system/connectivity/shill/net/
netlink_message_matchers.h 113 ssid_iter.Advance();
  /system/connectivity/shill/
property_store.cc 127 for ( ; !it.AtEnd(); it.Advance()) {
133 for ( ; !it.AtEnd(); it.Advance()) {
139 for ( ; !it.AtEnd(); it.Advance()) {
146 for ( ; !it.AtEnd(); it.Advance()) {
155 for ( ; !it.AtEnd(); it.Advance()) {
166 for ( ; !it.AtEnd(); it.Advance()) {
172 for ( ; !it.AtEnd(); it.Advance()) {
179 for ( ; !it.AtEnd(); it.Advance()) {
185 for ( ; !it.AtEnd(); it.Advance()) {
191 for ( ; !it.AtEnd(); it.Advance()) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-2.d 9 \[0x.*\] Advance Line by 36 to 37
11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5005e and Line by 1 to 38
12 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50062 and Line by 1 to 39
13 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50066 and Line by 1 to 40
14 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5006a and Line by 2 to 42
15 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5006e and Line by 1 to 43
16 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50072 and Line by 1 to 44
17 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50076 and Line by 1 to 45
18 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5007a and Line by 2 to 47
19 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5007e and Line by 1 to 4
    [all...]
  /external/vixl/test/
test-invalset.cc 224 for (InvalSetIterator<TestSet> it(&set); !it.Done(); it.Advance()) {
237 for (InvalSetIterator<TestSet> it(&set); !it.Done(); it.Advance()) {
245 for (InvalSetIterator<TestSet> it(&set); !it.Done(); it.Advance()) {
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 void Advance() override {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 77 // for not calling Advance() on an iterator equal to
79 virtual void Advance() = 0;
116 impl_->Advance();
122 impl_->Advance();
207 virtual void Advance() {
294 virtual void Advance() {
304 // value_ is updated here and not in Advance() because Advance()
305 // can advance iterator_ beyond the end of the range, and we cannot
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /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);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /external/v8/src/
global-handles.cc 511 void Advance() {
649 for (NodeIterator it(this); !it.done(); it.Advance()) {
666 for (NodeIterator it(this); !it.done(); it.Advance()) {
876 for (NodeIterator it(this); !it.done(); it.Advance()) {
1013 for (NodeIterator it(this); !it.done(); it.Advance()) {
1022 for (NodeIterator it(this); !it.done(); it.Advance()) {
1031 for (NodeIterator it(this); !it.done(); it.Advance()) {
1063 for (NodeIterator it(this); !it.done(); it.Advance()) {
1074 for (NodeIterator it(this); !it.done(); it.Advance()) {
    [all...]
  /system/update_engine/update_manager/
update_manager_unittest.cc 280 test_clock_.Advance(TimeDelta::FromSeconds(2));
308 test_clock_.Advance(TimeDelta::FromSeconds(2));
316 test_clock_.Advance(TimeDelta::FromSeconds(2));

Completed in 1130 milliseconds

1 2 34 5 6 7 8 91011>>