HomeSort by relevance Sort by last modified time
    Searched refs:move (Results 1 - 25 of 1060) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/d/
T_move_1.java 17 package dot.junit.opcodes.move.d;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p19.cpp 8 template<typename T> T &&move(T&);
18 // Move assignment operator
19 lambda1 = move(lambda1);
25 // Move constructor
26 decltype(lambda1) lambda5 = move(lambda1);
27 decltype(lambda1) lambda6(move(lambda1));
  /external/valgrind/main/memcheck/tests/
badloop.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
inits.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
manuel1.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
metadata.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
clientperm.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
manuel3.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
memcmptest.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
strchr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/linux/
with-space.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/libffi/src/m68k/
sysv.S 55 move.l %d2,-(%sp)
62 move.l 8(%fp),-(%sp)
72 move.l %a0,%a1
75 move.l 24(%fp),%a0
82 move.l 20(%fp),%a1
85 move.l 16(%fp),%d2
93 move.l %d0,(%a1)
99 move.l %d0,(%a1)
100 move.l %d1,4(%a1)
124 move.l %a0,(%a1
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
xor-undef-x86.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
  /external/webkit/Source/WebKit/mac/Misc/
WebAssertions.h 27 * which have yet to move away from it: <rdar://problem/5141290>.
30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is possible.
  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
10 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestZOrder.java 47 p.move(0,0,-1);
55 p2.move(0,0,1.001f);
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.h 97 void move(const FloatSize& offset) function in class:WebCore::FloatQuad
105 void move(float dx, float dy) function in class:WebCore::FloatQuad
107 m_p1.move(dx, dy);
108 m_p2.move(dx, dy);
109 m_p3.move(dx, dy);
110 m_p4.move(dx, dy);
122 a.move(b);
128 a.move(-b.width(), -b.height());
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 65 move(100, 10);
72 move(100, 10);
84 move(200, 10);
96 move(200, 10);
105 move(100, 10);
109 move(100, 10);
111 move(100, 10);
120 move(100, 10);
125 move(100, 10);
138 move(30, 10)
144 private void move(long duration, long step) { method in class:VelocityTrackerTest
    [all...]
  /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
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 33 inline void move(NodeBase *&X) function in namespace:mcld::proxy
69 inline void move() { function in struct:mcld::TreeIteratorBase
70 proxy::move<DIRECT>(m_pNode);
89 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X) function in namespace:mcld::proxy
93 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X) function in namespace:mcld::proxy
  /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...]
  /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

Completed in 6695 milliseconds

1 2 3 4 5 6 7 8 91011>>