HomeSort by relevance Sort by last modified time
    Searched full:moves (Results 1 - 25 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/wml/
a-element.wml 5 <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p>
  /external/icu4c/test/intltest/
citrtest.h 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
tstnorm.h 56 const char *moves,
  /external/webkit/WebCore/manual-tests/
focus-select-when-clicked.html 12 3. Press tab, and verify that focus moves to TEXT AREA 2 <br></p>
15 Blue focus ring is drawn around the pop-up menu when clicked, then focus moves to TEXT AREA 2 after pressing tab.</p>
panScroll.html 13 For each iframe (except the 6th one which explicitly refuses scroll), you should see the scroll bars follow your moves and even reach the end of the page included in the iframe. You should also see an 4 arrow designed icon on the initial click location.
17 The scroll doesn't follow the mouse moves or doesn't get activated (except the 6th one which explicitly refuses scroll).
left-overflow-repaint.html 20 &ldquo;Lorem&rdquo; will stay behind as &ldquo;ipsum&rdquo; moves down.
  /external/webkit/WebCore/editing/
ModifySelectionListLevel.h 48 // IncreaseSelectionListLevelCommand moves the selected list items one level deeper.
67 // DecreaseSelectionListLevelCommand moves the selected list items one level shallower.
  /dalvik/vm/mterp/x86-atom/
OP_CONST_16.S 19 * Code: Moves a literal to a register. Uses no substitutions.
OP_CONST_4.S 19 * Code: Moves a literal to a register. Uses no substitutions.
OP_MOVE_EXCEPTION.S 19 * Code: Moves an exception to a register
  /external/e2fsprogs/ext2ed/
init.c 82 add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset);
93 add_user_command (&general_commands,"next","Moves to the next byte in hex mode",next);
94 add_user_command (&general_commands,"prev","Moves to the previous byte in hex mode",prev);
100 add_user_command (&ext2_commands,"super","Moves to the superblock of the filesystem",type_ext2___super);
101 add_user_command (&ext2_commands,"group","Moves to the first group descriptor",type_ext2___group);
102 add_user_command (&ext2_commands,"cd","Moves to the directory specified",type_ext2___cd);
306 add_user_command (&ptr->type_commands,"entry","Moves to a specified entry in the current directory",type_dir___entry);
331 add_user_command (&ptr->type_commands,"entry","Moves to a specific bit",type_ext2_block_bitmap___entry);
332 add_user_command (&ptr->type_commands,"next","Moves to the next bit",type_ext2_block_bitmap___next);
333 add_user_command (&ptr->type_commands,"prev","Moves to the previous bit",type_ext2_block_bitmap___prev)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursor.java 35 * Moves to a given suggestion.
43 * Moves to the next suggestion, if there is one.
  /external/opencore/baselibs/gen_data_structures/src/
buf_frag_group.h 24 // Function seekBufFragGroup() moves the current position forward (if positive) or backward (if negative) by
  /external/bluetooth/bluez/audio/
ipc.h 40 <Moves to streaming state>
52 <Moves to open state>
56 <Moves to idle>
  /external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.h 166 * Moves the element to end of the list
173 * Moves the element to front of the list
328 * Moves the element to end of the list
338 * Moves the element to front of the list
540 * Moves the element to end of the list
555 * Moves the element to front of the list
  /external/v8/test/mjsunit/regress/
regress-612.js 34 // Define getter which currently moves object into slow mode.
  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.h 45 // passes expiration or the mouse moves less than the hysteresis before the mouseUp event,
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulist.h 61 /// Moves the range [first, last) from \p l to this list at \p ip.
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.mm 194 // moves to a nonsense location.
198 // Disable screen updates so the highlight moves in sync with the view.
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 75 * with positive values when the z-axis moves <b>toward</b> the y-axis.
78 * positive values when the x-axis moves <b>toward</b> the z-axis.
SensorListener.java 56 * values when the z-axis moves toward the y-axis.
59 * when the z-axis moves toward the x-axis.
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 662 * will fall in a contiguous range in rop form. Moves are inserted as
743 // by source index: set of sources needing moves in high scoring plan
806 * Now, insert any moves required.
828 * moves inserted
859 * moves inserted
860 * @return the width of the fit that that does not involve added moves or
906 * overlapping moves, which we can't presently handle)
    [all...]
  /external/v8/src/arm/
virtual-frame-arm.h 480 // Make the register-to-register moves necessary to
482 // Register to memory moves must already have been made,
483 // and memory to register moves must follow this call.
484 // This is because some new memory-to-register moves are
485 // created in order to break cycles of register moves.
489 // Make the memory-to-register and constant-to-register moves
492 // moves have been made. After this function returns, the frames
  /external/v8/src/ia32/
virtual-frame-ia32.h 553 // Make the register-to-register moves necessary to
555 // Register to memory moves must already have been made,
556 // and memory to register moves must follow this call.
557 // This is because some new memory-to-register moves are
558 // created in order to break cycles of register moves.
562 // Make the memory-to-register and constant-to-register moves
565 // moves have been made. After this function returns, the frames
  /external/v8/src/mips/
virtual-frame-mips.h 506 // Make the register-to-register moves necessary to
508 // Register to memory moves must already have been made,
509 // and memory to register moves must follow this call.
510 // This is because some new memory-to-register moves are
511 // created in order to break cycles of register moves.
515 // Make the memory-to-register and constant-to-register moves
518 // moves have been made. After this function returns, the frames

Completed in 100 milliseconds

1 2 3 4 5 6 7 8 91011>>