/external/libpng/scripts/ |
D | options.awk | 637 movement = 0 # done nothing 789 ++movement 792 if (!finished && !movement) { 819 movement = 0 # done nothing 880 ++movement 883 if (!finished && !movement) {
|
/external/autotest/client/site_tests/touch_MouseScroll/ |
D | README | 3 scroll movement). Having the scroll stop in the middle of the test would break 30 the test page. Do not pause the movement until pointer is at
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 707 GameComponent movement = allocateComponent(MovementComponent.class); 849 staticData.add(movement); 1177 GameComponent movement = allocateComponent(MovementComponent.class); 1221 staticData.add(movement); 1353 GameComponent movement = allocateComponent(MovementComponent.class); 1397 staticData.add(movement); 1716 GameComponent movement = allocateComponent(MovementComponent.class); 1817 staticData.add(movement); 1899 GameComponent movement = allocateComponent(MovementComponent.class); 1966 staticData.add(movement); [all …]
|
/external/autotest/client/site_tests/touch_TouchscreenZoom/ |
D | README | 4 zoom starts, do not stop movement or lift fingers until gesture is complete.
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | README | 7 scroll during the movement. Scroll should be continuous.
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | control | 21 working, the click count will increase. If tap dragging is working, movement
|
D | README | 22 the test page. Do not pause the movement until pointer is at
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TextViewTest.java | 78 MovementMethod movement = new ArrowKeyMovementMethod(); in testMovementMethod() local 81 textView.setMovementMethod(movement); in testMovementMethod() 82 assertThat(textView.getMovementMethod(), sameInstance(movement)); in testMovementMethod()
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 18 the test page. Do not pause the movement until pointer is at
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | title.txt | 55 # Still, some rule is needed, so '.', a one character movement.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 215 public final void setMovementMethod(MovementMethod movement) { in setMovementMethod() argument 216 movementMethod = movement; in setMovementMethod()
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 29 16. Instruction combination, register movement, scheduling... etc.
|
D | 2001-06-01-GCCOptimizations2.txt | 52 2. Register movement: try to get registers in the right places for the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 29 16. Instruction combination, register movement, scheduling... etc.
|
D | 2001-06-01-GCCOptimizations2.txt | 52 2. Register movement: try to get registers in the right places for the
|
/external/walt/docs/ |
D | DragLatency.md | 33 …m would move up and half down (corresponding to direction of the finger movement in that point) an…
|
/external/python/cpython2/Demo/turtle/ |
D | about_turtle.txt | 40 - Fine control over turtle movement and screen updates via delay(),
|
/external/llvm/test/CodeGen/ARM/ |
D | domain-conv-vmovs.ll | 90 ; Check that the movement to and from GPRs takes place in the NEON domain.
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 39 expensive a comparison function is. OTOH, it does more data movement 157 runs efficiently, while samplesort does much more data movement in this 259 16, 32, 64 and 128 worked about equally well. At 256 the data-movement cost 279 bugaboo relative to samplesort --a lot more data movement (O(N) copies just 693 search doesn't reduce the quadratic data movement costs. 706 CPython, and the savings swamp the quadratic-time data movement costs for
|
/external/valgrind/docs/internals/ |
D | 3_7_BUGSTATUS.txt | 28 285780 Nice to be able to display (animate) movement of variables through caches
|
/external/valgrind/docs/ |
D | README | 260 - http://www.movement.uklinux.net/docs/docbook-autotools/index.html
|
/external/python/cpython2/Doc/library/ |
D | heapq.rst | 305 tape movement will be the most effective possible (that is, will best
|
/external/googletest/googlemock/docs/ |
D | ForDummies.md | 68 … can control whether the turtle's movement will leave a trace using `PenUp()` and `PenDown()`, and…
|
/external/googletest/googlemock/docs/v1_5/ |
D | ForDummies.md | 68 … can control whether the turtle's movement will leave a trace using `PenUp()` and `PenDown()`, and…
|
/external/googletest/googlemock/docs/v1_7/ |
D | ForDummies.md | 68 … can control whether the turtle's movement will leave a trace using `PenUp()` and `PenDown()`, and…
|