Home
last modified time | relevance | path

Searched refs:movement (Results 1 – 25 of 65) sorted by relevance

123

/external/libpng/scripts/
Doptions.awk637 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/
DREADME3 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/
DGameObjectFactory.java707 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/
DREADME4 zoom starts, do not stop movement or lift fingers until gesture is complete.
/external/autotest/client/site_tests/touch_TouchscreenScroll/
DREADME7 scroll during the movement. Scroll should be continuous.
/external/autotest/client/site_tests/touch_TapSettings/
Dcontrol21 working, the click count will increase. If tap dragging is working, movement
DREADME22 the test page. Do not pause the movement until pointer is at
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java78 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/
DREADME18 the test page. Do not pause the movement until pointer is at
/external/icu/icu4c/source/data/brkitr/rules/
Dtitle.txt55 # Still, some rule is needed, so '.', a one character movement.
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java215 public final void setMovementMethod(MovementMethod movement) { in setMovementMethod() argument
216 movementMethod = movement; in setMovementMethod()
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt29 16. Instruction combination, register movement, scheduling... etc.
D2001-06-01-GCCOptimizations2.txt52 2. Register movement: try to get registers in the right places for the
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt29 16. Instruction combination, register movement, scheduling... etc.
D2001-06-01-GCCOptimizations2.txt52 2. Register movement: try to get registers in the right places for the
/external/walt/docs/
DDragLatency.md33 …m would move up and half down (corresponding to direction of the finger movement in that point) an…
/external/python/cpython2/Demo/turtle/
Dabout_turtle.txt40 - Fine control over turtle movement and screen updates via delay(),
/external/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll90 ; Check that the movement to and from GPRs takes place in the NEON domain.
/external/python/cpython2/Objects/
Dlistsort.txt39 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/
D3_7_BUGSTATUS.txt28 285780 Nice to be able to display (animate) movement of variables through caches
/external/valgrind/docs/
DREADME260 - http://www.movement.uklinux.net/docs/docbook-autotools/index.html
/external/python/cpython2/Doc/library/
Dheapq.rst305 tape movement will be the most effective possible (that is, will best
/external/googletest/googlemock/docs/
DForDummies.md68 … can control whether the turtle's movement will leave a trace using `PenUp()` and `PenDown()`, and…
/external/googletest/googlemock/docs/v1_5/
DForDummies.md68 … can control whether the turtle's movement will leave a trace using `PenUp()` and `PenDown()`, and…
/external/googletest/googlemock/docs/v1_7/
DForDummies.md68 … can control whether the turtle's movement will leave a trace using `PenUp()` and `PenDown()`, and…

123