/dalvik/libdex/ |
DexOpcodes.cpp | 34 "move", 35 "move/from16", 36 "move/16", 37 "move-wide", 38 "move-wide/from16", 39 "move-wide/16", 40 "move-object", 41 "move-object/from16", 42 "move-object/16", 43 "move-result" [all...] |
/external/clang/test/SemaCXX/ |
explicit.cpp | 44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}} \ 46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \ 48 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \ 51 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \ 54 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}} \
|
/external/srec/srec/clib/ |
fpi_tgt.inl | 76 * HOW FAR CAN WE MOVE ? (for 'moveFramePtr()' function) 84 * We can only move forward "830" frames from our 87 * We can only move backwards safely 96 * We can only move forward "880" frames from our 97 * current 'pullp' position. We can only move backwards safely
|
/external/webkit/Source/WebCore/dom/ |
Clipboard.cpp | 67 if (op == "move") 94 return "move"; 133 // The attribute must ignore any attempts to set it to a value other than none, copy, link, and move. 134 if (effect != "none" && effect != "copy" && effect != "link" && effect != "move") 152 // none, copy, copyLink, copyMove, link, linkMove, move, all, and uninitialized.
|
NodeIterator.cpp | 182 // Move out from under the node being removed if the reference node is 193 // Move out from under the node being removed if the reference node is 201 // Need to move the pointer after the node preceding the 211 // Move out from under the node being removed if the reference node is 221 // Move out from under the node being removed if the reference node is
|
/external/webkit/Source/WebCore/platform/graphics/ |
IntPoint.h | 92 void move(const IntSize& s) { move(s.width(), s.height()); } function in class:WebCore::IntPoint 93 void move(int dx, int dy) { m_x += dx; m_y += dy; } function in class:WebCore::IntPoint 168 a.move(b.width(), b.height()); 174 a.move(-b.width(), -b.height());
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewPopup.java | 43 /** Test that we can move the selection and it responds as expected */ 69 waitAssertListSelection("move selection to (1)", textView, 1); 75 /** Test that we can look at the selection as we move around */ 92 waitAssertListSelection("move selection to (0)", textView, 0); 96 waitAssertListSelection("move selection to (1)", textView, 1);
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 86 * phi-removal process. Retained for subsequent move scheduling. 92 * phi-removal process. Retained for subsequent move scheduling. 274 * Deletes all phi insns. Do this after adding appropriate move insns. 567 * Adds a move instruction to the end of this basic block, just 569 * is the source in question, then the move is placed at the beginning of 572 * @param result move destination 573 * @param source move source 611 * We can safely add a move to the end of the block just 627 * Adds a move instruction after the phi insn block. 629 * @param result move destinatio [all...] |
/dalvik/dx/tests/087-ssa-local-vars/ |
expected.txt | 20 Blort.java:2@0000: move-param-object(0) v2:"this"NffffLBlort; <- . 46 Blort.java:5@0001: move-int v13:"j"I <- v12:I 61 Blort.java:10@000f: move-object v18:"anotherOne"[Ljava/lang/Object; <- v17:[L 333 Blort.java:5@0000: move-param-int(0) v12:"k"I <- . 346 Blort.java:7@0004: Rop{move-result-pseudo [Ljava/lang/String; <- . flows} v15 354 Blort.java:8@000a: Rop{move-result-pseudo [Ljava/lang/Object; <- . flows} v17 362 Blort.java:13@0016: Rop{move-result-pseudo Ljava/io/PrintStream; <- . flows} 370 Blort.java:13@0019: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v20 378 Blort.java:17@0024: Rop{move-result-pseudo I <- . flows} v31:I <- . 385 Blort.java:18@002b: Rop{move-result-pseudo N002bLjava/lang/String; <- . flow [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/move_result/ |
Test_move_result.java | 25 * @title tests move-result functionality 90 * @title move-result instruction must be immediately preceded 104 * @title move-result instruction must be immediately preceded
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_result_object/ |
Test_move_result_object.java | 26 * @title tests move-result-object functionality 101 * @title move-result-object instruction must be immediately preceded 115 * @title move-result-object instruction must be immediately preceded
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_result_wide/ |
Test_move_result_wide.java | 25 * @title tests move-result-wide functionality 90 * @title move-result-wide instruction must be immediately preceded 104 * @title move-result-wide instruction must be immediately preceded
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/ |
Test_move_result.java | 25 * @title tests move-result functionality 90 * @title move-result instruction must be immediately preceded 104 * @title move-result instruction must be immediately preceded
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/ |
Test_move_result_object.java | 26 * @title tests move-result-object functionality 101 * @title move-result-object instruction must be immediately preceded 115 * @title move-result-object instruction must be immediately preceded
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/ |
Test_move_result_wide.java | 25 * @title tests move-result-wide functionality 90 * @title move-result-wide instruction must be immediately preceded 104 * @title move-result-wide instruction must be immediately preceded
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitAllocator.java | 95 // Any move-param definition must be a NormalSsaInsn 142 * Returns the parameter number that this move-param insn refers to 143 * @param ndefInsn a move-param insn (otherwise, exceptions will be thrown)
|
/dalvik/vm/mterp/ |
NOTES.txt | 44 following instruction is not a "move-result" then the result is ignored, 45 and none of the move-result* instructions are GC points. 49 source lines and move-result is grouped with the method invoke.)
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.h | 93 // Handler of "move-cursor" signal. 97 // Handler of "move-viewport" signal. 119 // Handler of "move-focus" signal.
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 21 // TODO: move ParsingDeclRAIIObject here. 22 // TODO: move ParsingClassDefinition here. 23 // TODO: move TentativeParsingAction here.
|
/external/clang/test/CXX/special/class.copy/ |
implicit-move.cpp | 3 // Tests for implicit (non-)declaration of move constructor and 6 // This class, used as a member, allows to distinguish move from copy because 7 // move operations are no-throw, copy operations aren't.
|
/external/llvm/include/llvm/MC/ |
MachineLocation.h | 14 // The MachineMove class is used to represent abstract move operations in the 77 /// Label - Symbol for post-instruction address when result of move takes 81 // Move to & from location.
|
/external/replicaisland/src/com/replica/replicaisland/ |
EnemyAnimationComponent.java | 22 * state. Other code (such as enemy AI) may move these characters around and change the current 30 MOVE, 87 mSprite.playAnimation(EnemyAnimations.MOVE.ordinal());
|
/external/webkit/Source/WebCore/rendering/ |
TransformState.h | 57 void move(const IntSize& s, TransformAccumulation accumulate = FlattenTransform) function in class:WebCore::TransformState 59 move(s.width(), s.height(), accumulate); 62 void move(int x, int y, TransformAccumulation = FlattenTransform);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
FocusAfterRemovalTest.java | 87 // move down to bottom left button 103 // move to top right 118 // move to bottom right
|