/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler_unittest.cc | 93 // "move-cursor" (logical-positions, -2, 0) 96 // "move-cursor" (logical-positions, 2, 0) 99 // "move-cursor" (visual-positions, -1, 1) 101 // "move-cursor" (visual-positions, 1, 1) 103 // "move-cursor" (words, -1, 0) 105 // "move-cursor" (words, 1, 0) 107 // "move-cursor" (display-lines, -1, 0) 109 // "move-cursor" (display-lines, 1, 0) 111 // "move-cursor" (display-line-ends, -1, 0) 113 // "move-cursor" (display-line-ends, 1, 0 [all...] |
/external/chromium_org/content/browser/renderer_host/ |
gtk_key_bindings_handler_unittest.cc | 97 // "move-cursor" (logical-positions, -2, 0) 100 // "move-cursor" (logical-positions, 2, 0) 103 // "move-cursor" (visual-positions, -1, 1) 105 // "move-cursor" (visual-positions, 1, 1) 107 // "move-cursor" (words, -1, 0) 109 // "move-cursor" (words, 1, 0) 111 // "move-cursor" (display-lines, -1, 0) 113 // "move-cursor" (display-lines, 1, 0) 115 // "move-cursor" (display-line-ends, -1, 0) 117 // "move-cursor" (display-line-ends, 1, 0 [all...] |
/external/chromium_org/sync/internal_api/public/base/ |
DEPS | 2 # Invalidations headers depend on this. We should move them to sync/notifier
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
DEPS | 4 # move the inspector code out of blink_core.so?
|
/external/mockito/src/org/mockito/internal/stubbing/ |
InvocationContainer.java | 11 //TODO move to different package
|
/external/valgrind/main/memcheck/tests/ |
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)
|
memcmptest.stderr.exp2 | 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)
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ItemMoveGestureListener.java | 23 * A gesture listener which specializes in move events 27 * Move begin 37 * Move 48 * Move end
|
/external/chromium_org/v8/src/x64/ |
lithium-gap-resolver-x64.h | 52 // Perform the move at the moves_ index in question (possibly requiring 56 // Emit a move and remove it from the move graph. 59 // Execute a move by emitting a swap of two operands. The move from 60 // source to destination is removed from the move graph. 63 // Verify the move list before performing moves.
|
lithium-gap-resolver-x64.cc | 48 LMoveOperands move = moves_[i]; local 52 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) { 71 // moves to perform, ignoring any move that is redundant (the source is 73 // unallocated, or the move was already eliminated). 76 LMoveOperands move = moves->at(i); local 77 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 84 // Each call to this function performs a move and deletes it from the move [all...] |
/external/v8/src/x64/ |
lithium-gap-resolver-x64.h | 52 // Perform the move at the moves_ index in question (possibly requiring 56 // Emit a move and remove it from the move graph. 59 // Execute a move by emitting a swap of two operands. The move from 60 // source to destination is removed from the move graph. 63 // Verify the move list before performing moves.
|
/frameworks/base/core/java/android/text/ |
Selection.java | 84 * Move the cursor to offset <code>index</code>. 98 * Move the selection edge to offset <code>index</code>. 118 * Move the cursor to the buffer offset physically above the current 140 int move; local 145 move = layout.getOffsetForHorizontal(line - 1, h); 147 move = layout.getLineStart(line - 1); 150 setSelection(text, move); 159 * Move the cursor to the buffer offset physically below the current 181 int move; local 186 move = layout.getOffsetForHorizontal(line + 1, h) 257 int move; local 286 int move; local [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_NATIVE.S | 5 move a3, a1 # a3<- returnCell 39 move a2, a0 # a2<- methodToCall 40 move a0, a1 # a0<- newFp 42 move a3, rSELF # a3<- self 52 move a0, a2 53 move a1, rSELF 66 move rOBJ, a2 # save a2 68 move t9, rTEMP 73 move a0, rOBJ 74 move a1, rSEL [all...] |
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
p2.cpp | 5 namespace move { namespace 7 Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be const}} 8 Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be const}} 12 Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be volatile}} 13 Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be volatile}} 17 AssignmentRet1&& operator=(AssignmentRet1&&) = default; // expected-error {{explicitly-defaulted move assignment operator must return 'move::AssignmentRet1 &'}} 21 const AssignmentRet2& operator=(AssignmentRet2&&) = default; // expected-error {{explicitly-defaulted move assignment operator must return 'move::AssignmentRet2 &'}} 25 ConstAssignment& operator=(ConstAssignment&&) const = default; // expected-error {{an explicitly-defaulted move assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers} [all...] |
/external/llvm/test/CodeGen/Mips/ |
eh-return32.ll | 28 ; CHECK: move $[[R0:[a-z0-9]+]], $5 29 ; CHECK: move $[[R1:[a-z0-9]+]], $4 30 ; CHECK: move $3, $[[R1]] 31 ; CHECK: move $2, $[[R0]] 42 ; CHECK: move $25, $2 43 ; CHECK: move $ra, $2 69 ; CHECK: move $3, $4 70 ; CHECK: move $2, $5 81 ; CHECK: move $25, $2 82 ; CHECK: move $ra, $ [all...] |
eh-return64.ll | 28 ; CHECK: move $[[R0:[a-z0-9]+]], $5 29 ; CHECK: move $[[R1:[a-z0-9]+]], $4 30 ; CHECK: move $3, $[[R1]] 31 ; CHECK: move $2, $[[R0]] 42 ; CHECK: move $25, $2 43 ; CHECK: move $ra, $2 72 ; CHECK: move $3, $4 73 ; CHECK: move $2, $5 84 ; CHECK: move $25, $2 85 ; CHECK: move $ra, $ [all...] |
/dalvik/vm/mterp/mips/ |
OP_INVOKE_STATIC.S | 30 move a0, v0 44 move rBIX, a0 # preserve method 45 move a0, rSELF 46 move a1, rPC 48 move a0, rBIX
|
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
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/AnnotationTests/ |
AnnotationTests.smali | 38 move-result-object v0 43 move-result-object v0 63 move-result-object v3 66 move-result-object v0 71 move-result-object v0 91 move-result-object v3 94 move-result-object v0 99 move-result-object v4 106 move-result-object v4 134 move-result-object v [all...] |
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 33 Ctrl-N Cursor down; move down one line. 35 Ctrl-P Cursor up; move up one line. 37 Move operations do nothing if the cursor is at an edge where the movement 82 self.win.move(backy, backx) 92 self.win.move(y, 0) 95 self.win.move(y, x-1) 99 self.win.move(y-1, self._end_of_line(y-1)) 101 self.win.move(y-1, self.maxx) 108 self.win.move(y, self._end_of_line(y)) 110 self.win.move(y, self.maxx [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 33 Ctrl-N Cursor down; move down one line. 35 Ctrl-P Cursor up; move up one line. 37 Move operations do nothing if the cursor is at an edge where the movement 82 self.win.move(backy, backx) 92 self.win.move(y, 0) 95 self.win.move(y, x-1) 99 self.win.move(y-1, self._end_of_line(y-1)) 101 self.win.move(y-1, self.maxx) 108 self.win.move(y, self._end_of_line(y)) 110 self.win.move(y, self.maxx [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
future | 241 ::new (_M_addr()) _Res(std::move(__res)); 403 return std::move(_M_promise->_M_storage); 416 _M_promise->_M_storage->_M_set(std::move(_M_arg)); 417 return std::move(_M_promise->_M_storage); 433 return std::move(_M_promise->_M_storage); 618 // Move construction from a shared_future 622 // Move construction from a future 656 /// Move constructor 657 future(future&& __uf) noexcept : _Base_type(std::move(__uf)) { } 665 future(std::move(__fut))._M_swap(*this) [all...] |