Searched
full:move (Results
1026 -
1050 of
10530) sorted by null
<<41424344454647484950>>
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaConverter.java | 129 * predecessor. This ensures move statements can always be 179 * In ROP form, move-exception must occur as the first insn in a block 181 * We may need room to insert move insns later, so make sure to split 182 * any block that starts with a move-exception such that there is a 183 * unique move-exception block for each predecessor. 198 * Any block that starts with a move-exception and has more than 214 * Make sure to place the move-exception as the 220 // Remove the move-exception from the original block.
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestKinematicAddToPhysicsSpaceIssue.java | 63 // an obstacle mesh, does not move (mass=0) 69 // the floor mesh, does not move (mass=0)
|
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
TestZOrder.java | 47 p.move(0,0,-1); 55 p2.move(0,0,1.001f);
|
/external/kernel-headers/original/asm-mips/ |
cmpxchg.h | 27 " move $1, %z4 \n" \ 44 " move $1, %z4 \n" \
|
div64.h | 29 "move %2, $0\n\t" \ 30 "move %3, $0\n\t" \
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.h | 40 /// renameRegister - Move any user variables in OldReg to NewReg:SubIdx. 47 /// splitRegister - Move any user variables in OldReg to the live ranges in
|
/external/smali/examples/Enums/ |
Enum.smali | 61 move-result-object v1 70 move-result-object v0
|
/external/v8/test/mjsunit/regress/ |
regress-108296.js | 35 // be generated as a part of a gap move. Gap move operate on immediates as
|
/external/valgrind/main/none/tests/mips32/ |
MemCpyTest.c | 40 "move $s0, %1\n\t" // s0 addr mem1 41 "move $a2, %2\n\t" // a2 addr mem2
|
/frameworks/base/docs/html/sdk/installing/ |
bundle.jd | 27 <p class="caution"><strong>Caution:</strong> Do not move any of the files or directories 28 from the {@code adt-bundle-<os_platform>} directory. If you move the {@code eclipse}
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewCallbacks.java | 34 * Called when a right-to-left touch move intercept is about to occur. 43 * Called when a left-to-right touch move intercept is about to occur.
|
/frameworks/support/v4/java/android/support/v4/media/ |
TransportController.java | 63 * Move to a new location in the media stream. 64 * @param pos Position to move to, in milliseconds.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
ctor_alloc.pass.cpp | 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
ctor_comp_alloc.pass.cpp | 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
ctor_comp_cont_alloc.pass.cpp | 46 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
ctor_comp_rcont_alloc.pass.cpp | 46 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ |
ctor_container_alloc.pass.cpp | 40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} 41 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
ctor_rcontainer_alloc.pass.cpp | 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ |
ctor_container_alloc.pass.cpp | 40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} 41 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
ctor_rcontainer_alloc.pass.cpp | 45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} 46 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
move_assign.pass.cpp | 34 f2 = move(f); 49 f2 = move(f);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 33 std::filebuf f2(move(f)); 47 std::wfilebuf f2(move(f));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
move_assign.pass.cpp | 29 fs = move(fso); 41 fs = move(fso);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/ |
move.pass.cpp | 28 std::fstream fs = move(fso); 39 std::wfstream fs = move(fso);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/ |
move.pass.cpp | 25 std::stringstream ss(std::move(ss0)); 39 std::wstringstream ss(std::move(ss0));
|
Completed in 1337 milliseconds
<<41424344454647484950>>