/external/chromium_org/ui/base/test/ |
ui_controls.h | 61 // Simulate a mouse move. (x,y) are absolute screen coordinates. 80 // the cursor currently is, so be sure to move the cursor before calling this
|
/external/chromium_org/ui/gl/android/ |
surface_texture.cc | 9 // TODO(boliu): Remove this include when we move off ICS. 18 // TODO(boliu): Remove this method when when we move off ICS. See
|
/external/chromium_org/webkit/browser/fileapi/ |
async_file_test_helper.h | 42 // Performs Move from |src| to |dest| and returns the status code. 43 static base::PlatformFileError Move(FileSystemContext* context,
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p11-1y.cpp | 83 template<typename T> decltype(auto) move(T &&t) { return static_cast<typename remove_reference<T>::type&&>(t); } function 84 auto s = [s(move(S()))] {};
|
/external/clang/test/CXX/special/class.copy/ |
p13-0x.cpp | 16 // no move constructor 24 // all special constructors are constexpr, move ctor calls ce2's copy ctor
|
/external/clang/test/CodeGenCXX/ |
assign-construct-memcpy.cpp | 10 template<typename T> T &&move(T&); 72 globtest = move(x);
|
/external/clang/test/SemaCXX/ |
explicit.cpp | 44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \ 46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
|
/external/e2fsprogs/lib/ext2fs/ |
bmove.c | 2 * bmove.c --- Move blocks around to make way for a particular 123 * block move.
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
r1updt.h | 32 /* move the nontrivial part of the last column of s into w. */ 88 /* move w back into the last column of the output s. */
|
/external/icu4c/common/ |
propsvec.c | 229 /* count the number of row cells to move after the last row, and move them */ 239 /* split the first row, and move the firstRow pointer to the second part */ 241 /* copy all affected rows up one and move the lastRow pointer */ 246 /* split the range and move the firstRow pointer */ 256 /* split the range and move the firstRow pointer */ 369 * to find the indexes where the special-value rows will move. 402 * Move vector contents up to a contiguous array with only unique
|
ucol_data.h | 18 * We do not want to move the collation swapper to the i18n library because 19 * a) the resource bundle swapper depends on it and would have to move too, and
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestCollisionGroups.java | 79 // an obstacle mesh, does not move (mass=0) 87 // the floor, does not move (mass=0)
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestParticleExportingCloning.java | 67 emit2.move(3, 0, 0); 80 emit3.move(-3, 0, 0);
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloInput.java | 99 player.move((new Vector3f(value, 0,0)) );
102 player.move(new Vector3f(-value, 0,0));
|
/external/kernel-headers/original/asm-mips/ |
string.h | 90 "move\t%2,$1\n" 123 "move\t%3,$1\n"
|
/external/libffi/src/mips/ |
n32.S | 60 move $fp, $sp 62 move t9, callback # callback function pointer 69 move v0, bytes 79 SUBU $sp, $sp, v0 # move the stack pointer to reflect the 82 move a0, $sp # 4 * FFI_SIZEOF_ARG 89 move t9, $sp 308 move $sp, $fp 409 move a0, $12 # Pointer to the ffi_closure
|
o32.S | 58 move $fp, $sp 61 move t9, callback # callback function pointer 72 SUBU $sp, v0 # move the stack pointer to reflect the 176 move $sp, $fp 247 move $fp, $sp 270 move a0, $12 # Pointer to the ffi_closure 277 move $8, $2 297 move $sp, $fp
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
mbloopfilter_neon.asm | 33 sub r0, r0, r1, lsl #1 ; move src pointer down by 4 lines 35 add r12, r0, r1, lsr #1 ; move src pointer up by 1 line 76 sub r0, r0, r1, lsl #2 ; move u pointer down by 4 lines 79 sub r12, r12, r1, lsl #2 ; move v pointer down by 4 lines 134 sub r0, r0, #4 ; move src pointer down by 4 columns 136 add r12, r0, r1, lsl #3 ; move src pointer down by 8 lines 228 sub r0, r0, #4 ; move u pointer down by 4 columns 231 sub r12, r12, #4 ; move v pointer down by 4 columns
|
/external/llvm/include/llvm/Support/ |
ErrorOr.h | 67 return std::move(Val); 234 moveConstruct(std::move(Other)); 239 moveConstruct(std::move(Other)); 243 moveAssign(std::move(Other)); 249 moveAssign(std::move(Other)); 344 new (get()) storage_type(std::move(*Other.get())); 362 new (this) ErrorOr(std::move(Other)); 467 new (this) ErrorOr(std::move(Other));
|
/external/llvm/test/CodeGen/Mips/ |
helloworld.ll | 35 ; C2: move $25, ${{[0-9]+}} 36 ; C1: move $gp, ${{[0-9]+}}
|
largefr1.ll | 37 ; 1: move ${{[0-9]+}}, $sp 47 ; 1: move ${{[0-9]+}}, $sp
|
/external/llvm/test/CodeGen/X86/ |
2010-02-19-TailCallRetAddrBug.ll | 11 ; Move return address (76(%esp)) to a temporary register (%ebp) 15 ; Move return address from temporary register (%ebp) to new stack location (60(%esp))
|
cas.ll | 40 ; Make sure we're emitting a move from eax. 70 ; Make sure we're emitting a move from %al here.
|
/external/protobuf/gtest/make/ |
Makefile | 3 # may want to move it to your project's root directory. 16 # Remember to tweak this if you move this file.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/ |
install.sh | 22 # move SDL to its proper home, so the target stationary works 45 # move stationary to its proper home
|