/external/jmonkeyengine/engine/src/test/jme3test/input/ |
TestChaseCamera.java | 121 teaGeom.move(0, 0, -5 * tpf); 124 teaGeom.move(0, 0, 5 * tpf); 127 teaGeom.move(5 * tpf, 0, 0); 130 teaGeom.move(-5 * tpf, 0, 0); 138 teaGeom.move(10, 10, 10); 147 // teaGeom.move(new Vector3f(0.001f, 0, 0));
|
/external/kernel-headers/original/asm-mips/ |
uaccess.h | 279 " move %1, $0 \n" \ 280 " move %D1, $0 \n" \ 650 "move\t$4, %1\n\t" 651 "move\t$5, $0\n\t" 652 "move\t$6, %2\n\t" 654 "move\t%0, $6" 699 "move\t$4, %1\n\t" 700 "move\t$5, %2\n\t" 701 "move\t$6, %3\n\t" 703 "move\t%0, $2 [all...] |
/external/openssh/ |
nchan.ms | 38 move right 2*l from last ellipse.e 40 move down l from last ellipse.s 42 move down l from 1st ellipse.s 60 move right 2*l from last ellipse.e 62 move down l from last ellipse.s 64 move down l from 1st ellipse.s
|
nchan2.ms | 37 move right 2*l from last ellipse.e 39 move down l from last ellipse.s 41 move down l from 1st ellipse.s 55 move right 2*l from last ellipse.e 57 move down l from last ellipse.s 59 move down l from 1st ellipse.s
|
/external/valgrind/main/memcheck/tests/s390x/ |
cu42.stderr.exp | 29 Conditional jump or move depends on uninitialised value(s) 33 Conditional jump or move depends on uninitialised value(s) 37 Conditional jump or move depends on uninitialised value(s) 41 Conditional jump or move depends on uninitialised value(s) 45 Conditional jump or move depends on uninitialised value(s) 49 Conditional jump or move depends on uninitialised value(s)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
get.pass.cpp | 67 std::thread(func1, std::move(p)).detach(); 75 std::thread(func2, std::move(p)).detach(); 94 std::thread(func3, std::move(p)).detach(); 102 std::thread(func4, std::move(p)).detach(); 121 std::thread(func5, std::move(p)).detach(); 129 std::thread(func6, std::move(p)).detach();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
get.pass.cpp | 67 std::thread(func1, std::move(p)).detach(); 75 std::thread(func2, std::move(p)).detach(); 94 std::thread(func3, std::move(p)).detach(); 102 std::thread(func4, std::move(p)).detach(); 121 std::thread(func5, std::move(p)).detach(); 129 std::thread(func6, std::move(p)).detach();
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HandleView.java | 43 * Move listener 47 * The move begins 54 * Move is in progress 63 * The move ended 115 * End the move 181 * End the move (if it was in progress)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
condition_variable | 139 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); } 224 // _M_mutex must be unlocked before re-locking __lock so move 226 unique_lock<mutex> __my_lock2(std::move(__my_lock)); 246 // _M_mutex must be unlocked before re-locking __lock so move 248 unique_lock<mutex> __my_lock2(std::move(__my_lock)); 275 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipantTest.java | 49 "[x] Move resource 'testRefactor1/src/com/example/refactoringtest/CustomView1.java' to 'subpackage'\n" + 51 "[x] Move resource 'testRefactor1/src/com/example/refactoringtest/CustomView1.java' to 'subpackage'\n" + 74 "[x] Move resource 'testRefactorFragment/src/com/example/refactoringtest/MyFragment.java' to 'subpackage'\n" + 76 "[x] Move resource 'testRefactorFragment/src/com/example/refactoringtest/MyFragment.java' to 'subpackage'\n" + 93 "[x] Move resource 'testRefactor1_norefs/src/com/example/refactoringtest/CustomView1.java' to 'subpackage'\n" + 95 "[x] Move resource 'testRefactor1_norefs/src/com/example/refactoringtest/CustomView1.java' to 'subpackage'");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 34 expectations to reflect the move. 39 directory, the move fails. 105 # If destination is an existing directory, we move the children of origin into destination. 157 """Updates all test expectations that are affected by the move. 204 # Both the root path and the target of the reference my be subject to the move, so there are 205 # four cases to consider. In the case where both or neither are subject to the move, the 221 """Determines the updated references due to the move. Returns a dictionary that maps from an 279 # Note that FileSystem.move() may silently overwrite existing files, but we 284 self._scm.move(self._scm_path(origin, directory), self._scm_path(destination, directory)) 288 """Moves the all files that correspond to the move, including platform-specific expecte 304 def move(self, origin, destination): member in class:LayoutTestsMover [all...] |
/external/smali/smali/src/test/resources/LexerTest/ |
RealSmaliFileTest.tokens | 327 INSTRUCTION_FORMAT11x("move-result-object") 421 INSTRUCTION_FORMAT11x("move-result-object") 437 INSTRUCTION_FORMAT11x("move-result-object") 450 INSTRUCTION_FORMAT11x("move-result-object") 589 INSTRUCTION_FORMAT11x("move-result") 610 INSTRUCTION_FORMAT11x("move-result") 654 INSTRUCTION_FORMAT11x("move-result") 661 INSTRUCTION_FORMAT12x_OR_ID("move") 687 INSTRUCTION_FORMAT11x("move-result-object") 709 INSTRUCTION_FORMAT12x_OR_ID("move") [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs_ext.h | 100 Mnemonic_CMOVcc, // Conditional Move 239 Mnemonic_MOV, // Move 240 Mnemonic_MOVD, // Move Double word 241 Mnemonic_MOVQ, // Move Quadword 242 /*Mnemonic_MOVS, // Move Data from String to String*/ 246 Mnemonic_MOVAPD, // Move Scalar Double-Precision Floating-Point Value 247 Mnemonic_MOVSD, // Move Scalar Double-Precision Floating-Point Value 248 Mnemonic_MOVSS, // Move Scalar Single-Precision Floating-Point Values 249 Mnemonic_MOVSX, // Move with Sign-Extension 250 Mnemonic_MOVZX, // Move with Zero-Exten [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/ |
assign_move.pass.cpp | 34 c1 = std::move(c0); 51 c1 = std::move(c0); 68 c1 = std::move(c0); 85 c1 = std::move(c0); 103 c1 = std::move(c0); 120 c1 = std::move(c0); 137 c1 = std::move(c0); 154 c1 = std::move(c0); 172 c1 = std::move(c0); 189 c1 = std::move(c0) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 93 : first(std::move(__p.first)), 94 second(std::move(__p.second)) { } 106 : first(std::move(__p.first)), 107 second(std::move(__p.second)) { } 119 first = std::move(__p.first); 120 second = std::move(__p.second); 128 first = std::move(__p.first); 129 second = std::move(__p.second) [all...] |
unique_ptr.h | 115 : _M_t(std::move(__p), std::move(__d)) 119 // Move constructors. 136 get_deleter() = std::move(__u.get_deleter()); 145 get_deleter() = std::move(__u.get_deleter()); 263 : _M_t(std::move(__p), std::move(__d)) 267 // Move constructors. 284 get_deleter() = std::move(__u.get_deleter()); 293 get_deleter() = std::move(__u.get_deleter()); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 93 : first(std::move(__p.first)), 94 second(std::move(__p.second)) { } 106 : first(std::move(__p.first)), 107 second(std::move(__p.second)) { } 119 first = std::move(__p.first); 120 second = std::move(__p.second); 128 first = std::move(__p.first); 129 second = std::move(__p.second) [all...] |
unique_ptr.h | 115 : _M_t(std::move(__p), std::move(__d)) 119 // Move constructors. 136 get_deleter() = std::move(__u.get_deleter()); 145 get_deleter() = std::move(__u.get_deleter()); 263 : _M_t(std::move(__p), std::move(__d)) 267 // Move constructors. 284 get_deleter() = std::move(__u.get_deleter()); 293 get_deleter() = std::move(__u.get_deleter()); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 93 : first(std::move(__p.first)), 94 second(std::move(__p.second)) { } 106 : first(std::move(__p.first)), 107 second(std::move(__p.second)) { } 119 first = std::move(__p.first); 120 second = std::move(__p.second); 128 first = std::move(__p.first); 129 second = std::move(__p.second) [all...] |
unique_ptr.h | 115 : _M_t(std::move(__p), std::move(__d)) 119 // Move constructors. 136 get_deleter() = std::move(__u.get_deleter()); 145 get_deleter() = std::move(__u.get_deleter()); 263 : _M_t(std::move(__p), std::move(__d)) 267 // Move constructors. 284 get_deleter() = std::move(__u.get_deleter()); 293 get_deleter() = std::move(__u.get_deleter()); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 93 : first(std::move(__p.first)), 94 second(std::move(__p.second)) { } 106 : first(std::move(__p.first)), 107 second(std::move(__p.second)) { } 119 first = std::move(__p.first); 120 second = std::move(__p.second); 128 first = std::move(__p.first); 129 second = std::move(__p.second) [all...] |
unique_ptr.h | 115 : _M_t(std::move(__p), std::move(__d)) 119 // Move constructors. 136 get_deleter() = std::move(__u.get_deleter()); 145 get_deleter() = std::move(__u.get_deleter()); 263 : _M_t(std::move(__p), std::move(__d)) 267 // Move constructors. 284 get_deleter() = std::move(__u.get_deleter()); 293 get_deleter() = std::move(__u.get_deleter()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 104 : first(std::move(__p.first)), 105 second(std::move(__p.second)) { } 117 : first(std::move(__p.first)), 118 second(std::move(__p.second)) { } 138 first = std::move(__p.first); 139 second = std::move(__p.second); 147 first = std::move(__p.first); 148 second = std::move(__p.second) [all...] |
unique_ptr.h | 115 : _M_t(std::move(__p), std::move(__d)) 119 // Move constructors. 136 get_deleter() = std::move(__u.get_deleter()); 145 get_deleter() = std::move(__u.get_deleter()); 263 : _M_t(std::move(__p), std::move(__d)) 267 // Move constructors. 284 get_deleter() = std::move(__u.get_deleter()); 293 get_deleter() = std::move(__u.get_deleter()); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_base.cc | 226 const WebPluginGeometry& move = moves[i]; local 227 HWND window = move.window; 240 // The renderer should only be trying to move plugin windows. However, 258 // We move the intermediate parent window which doesn't result in cross- 266 if (move.visible) 274 // move. However when software compositing is used the clipping region is 285 if (move.rects_valid) { 286 gfx::Rect clip_rect_in_pixel = gfx::win::DIPToScreenRect(move.clip_rect); 291 gfx::SubtractRectanglesFromRegion(hrgn, move.cutout_rects); 295 ::SetWindowRgn(window, hrgn, !move.clip_rect.IsEmpty()) 335 const WebPluginGeometry& move = moves[i]; local [all...] |