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

1 2 34 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_16/d/
T_move_16_1.d 32 move/16 v4000, v0
33 move/16 v4001, v1
35 move/16 v4000, v4001
39 move/16 v0, v4000
40 move/16 v1, v4001
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_1.d 32 move-wide/16 v4000, v0
33 move-wide/16 v4002, v2
35 move-wide/16 v4000, v4002
39 move-wide/16 v0, v4000
40 move-wide/16 v2, v4002
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 32 q = std::move(x1);
33 q = std::move(x2);
34 q = std::move(x3);
44 i = c.insert(i, std::move(x1));
45 i = c.insert(++i, std::move(x2));
46 c.insert(++i, std::move(x3));
69 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2);
77 test(std::move(c1), 1, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2);
85 test(std::move(c1), 2, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2);
93 test(std::move(c1), 3, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2)
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 34 inline void move(NodeBase *&X) function in namespace:mcld::proxy
70 inline void move() { function in class:mcld::TreeIteratorBase
71 proxy::move<DIRECT>(m_pNode);
93 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X) function in namespace:mcld::proxy
97 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X) function in namespace:mcld::proxy
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
convert_move.pass.cpp 44 t1 = std::move(t0);
52 t1 = std::move(t0);
61 t1 = std::move(t0);
73 t1 = std::move(t0);
83 t1 = std::move(t0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
convert_move.pass.cpp 42 T1 t1 = std::move(t0);
49 T1 t1 = std::move(t0);
57 T1 t1 = std::move(t0);
67 T1 t1 = std::move(t0);
77 T1 t1 = std::move(t0);
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE_RANGE.S 71 move a0, rBIX
73 beqz v0, .L${opcode}_resume # did it resolve? no, just move on
74 move rOBJ, v0 # remember method
75 move a0, v0
76 move a1, rSELF
82 move rINST, rOBJ # rINST<- method
85 move rOBJ, v0 # save result of inline
86 move a0, rINST # a0<- method
87 move a1, rSELF # a1<- self
OP_NEW_ARRAY.S 50 move rOBJ, a1 # rOBJ <- length (save)
51 move a1, a2 # a1 <- CCCC
55 move a1, rOBJ # a1 <- length (restore)
58 move a0, v0
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover_unittest.py 96 self.assertRaises(Exception, self._mover.move, 'non_existent', 'destination')
99 self.assertRaises(Exception, self._mover.move, '../outside', 'destination')
102 self.assertRaises(Exception, self._mover.move, 'origin/path', 'existing_file.txt')
105 self.assertRaises(Exception, self._mover.move, 'origin/path', '../outside')
108 self._mover.move('origin/path', 'destination')
113 self._mover.move('origin/path', 'existing_directory')
118 self.assertRaises(Exception, self._mover.move, 'origin/path', 'existing_directory_with_contents')
121 self._mover.move('origin/path', '')
126 self._mover.move('origin/path', 'destination')
130 self._mover.move('origin/path', 'destination'
    [all...]
  /dalvik/vm/compiler/template/mips/
fbinopWide.S 20 move rOBJ, a0 # save a0
22 move t0, a1 # save a1
23 move t1, a2 # save a2
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
move.pass.cpp 16 // move(InputIterator first, InputIterator last, OutputIterator result);
55 assert(std::move(c1.cbegin(), c1.cend(), c2.begin()) == c2.end());
57 assert(std::move(c2.cbegin(), c2.cend(), c1.begin()) == c1.end());
59 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
61 assert(std::move(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end()));
63 assert(std::move(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end());
65 assert(std::move(RACI(c2.cbegin()), RACI(c2.cend()), c1.begin()) == c1.end());
  /external/icu4c/samples/uciter8/
uciter8.c 61 pos1=iter1->move(iter1, middle, UITER_ZERO);
63 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
69 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2);
81 /* move forward 3 UChars */
91 /* move backward 5 UChars */
102 pos1=iter1->move(iter1, 0, UITER_START);
104 log_err("%s->move(start) failed\n", n1)
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 156 move $a0, rSELF # pass Thread::Current
159 move $a1, $sp # pass $sp
261 move $v0, $zero # clear result registers r0 and r1
263 move $v1, $zero
274 move $a1, rSELF # pass Thread::Current
277 move $a2, $sp # pass $sp
287 move $a0, rSELF # pass Thread::Current
290 move $a1, $sp # pass $sp
300 move $a0, rSELF # pass Thread::Current
303 move $a1, $sp # pass $s
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/d/
T_add_double_6.d 28 move v0, v5
29 move v1, v5
30 move v2, v6
31 move v3, v6
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/d/
T_add_double_2addr_6.d 28 move v0, v5
29 move v1, v5
30 move v2, v6
31 move v3, v6
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpg_double/d/
T_cmpg_double_6.d 28 move v0, v14
29 move v1, v14
30 move v2, v15
31 move v3, v15
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpl_double/d/
T_cmpl_double_6.d 28 move v0, v14
29 move v1, v14
30 move v2, v15
31 move v3, v15
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/d/
T_div_double_6.d 28 move v0, v12
29 move v1, v12
30 move v2, v13
31 move v3, v13
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/d/
T_div_double_2addr_6.d 28 move v0, v12
29 move v1, v12
30 move v2, v13
31 move v3, v13
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/
Test_move.java 17 package dot.junit.opcodes.move;
21 import dot.junit.opcodes.move.d.T_move_1;
25 * @title test move functionality
38 Class.forName("dot.junit.opcodes.move.d.T_move_2");
51 Class.forName("dot.junit.opcodes.move.d.T_move_3");
64 Class.forName("dot.junit.opcodes.move.d.T_move_4");
77 Class.forName("dot.junit.opcodes.move.d.T_move_5");
90 Class.forName("dot.junit.opcodes.move.d.T_move_6");
105 Class.forName("dot.junit.opcodes.move.d.T_move_7");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/d/
T_sub_double_6.d 29 move v0, v5
30 move v1, v5
31 move v2, v6
32 move v3, v6
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/
T_sub_double_2addr_6.d 29 move v0, v5
30 move v1, v5
31 move v2, v6
32 move v3, v6
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatQuad.h 113 void move(const FloatSize& offset) function in class:WebCore::FloatQuad
121 void move(float dx, float dy) function in class:WebCore::FloatQuad
123 m_p1.move(dx, dy);
124 m_p2.move(dx, dy);
125 m_p3.move(dx, dy);
126 m_p4.move(dx, dy);
150 a.move(b);
156 a.move(-b.width(), -b.height());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 33 Move = 1 << 3,
54 bool move() const { return m_requestType & Move; } function in class:WebCore::HitTestRequest
67 bool touchMove() const { return move() && touchEvent(); }
  /external/clang/test/CodeGenCXX/
assign-construct-memcpy.cpp 10 template<typename T> T &&move(T&);
72 globtest = move(x);

Completed in 887 milliseconds

1 2 34 5 6 7 8 91011>>