Home
last modified time | relevance | path

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

1234

/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/chromium_org/ppapi/api/
Dppb_mouse_lock.idl29 * Any movement of the mouse will generate a
33 * entered. The <code>GetMovement()</code> function provides relative movement
54 * movement again. This is an asynchronous operation. The module instance
/external/chromium_org/ui/events/gesture_detection/
Dvelocity_tracker.cc365 Movement& movement = movements_[index_]; in AddMovement() local
366 movement.event_time = event_time; in AddMovement()
367 movement.id_bits = id_bits; in AddMovement()
370 movement.positions[i] = positions[i]; in AddMovement()
572 const Movement& movement = movements_[index]; in GetEstimator() local
573 if (!movement.id_bits.has_bit(id)) in GetEstimator()
576 TimeDelta age = newest_movement.event_time - movement.event_time; in GetEstimator()
580 const Position& position = movement.GetPosition(id); in GetEstimator()
/external/chromium_org/remoting/proto/
Devent.proto61 // These values encode the number of pixels and 'ticks' of movement that
68 // Mouse movement information. Provided only when mouse lock is engaged.
/external/chromium_org/ppapi/api/dev/
Dppb_cursor_control_dev.idl35 * While the cursor is locked, any movement of the mouse will
51 * movement again.
/external/oprofile/
DTODO42 <movement> [moz@lambent pp]$ ./opreport -lf lib-image:/lib/tls/libc-2.3.2.so /bin/bash | grep vfpri…
43 <movement> 14 0.1301 6 0.0102 /lib/tls/libc-2.3.2.so vfprintf
44 <movement> [moz@lambent pp]$ ./opreport -lf lib-image:/lib/tls/libc-2.3.2.so /usr/bin/vim | grep vf…
45 <movement> 176 2.0927 349 1.2552 /lib/tls/libc-2.3.2.so vfprintf
46 <movement> [moz@lambent pp]$ ./opreport -lf lib-image:/lib/tls/libc-2.3.2.so { image:/bin/bash } { …
47 <movement> 176 10.9657 +++ 349 7.8888 +++ vfprintf
48 <movement> 14 --- --- 6 --- --- vfprintf
49 <movement> it seems them as two separate symbols
50 <movement> but can we remove the app_name from rough_less and still be able to walk the two lists?
51 <movement> even if we could, it would still go wrong when we're profiling multiple apps
/external/chromium_org/third_party/sqlite/src/test/
Dfts3atoken.test79 INSERT INTO t1(content) VALUES('There was movement at the station');
82 SELECT content FROM t1 WHERE content MATCH 'movement'
84 } {{There was movement at the station}}
Dfts2token.test79 INSERT INTO t1(content) VALUES('There was movement at the station');
82 SELECT content FROM t1 WHERE content MATCH 'movement'
84 } {{There was movement at the station}}
/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/chromium_org/net/data/url_request_unittest/
DBullRunSpeech.txt12movement is making life a little easier for all our people; a movement to try to take the burdens …
14 … life or of anything connected with me personally. I am thinking of the movement. I say this by wa…
28 …ssinate me- emphasizes to a peculiar degree the need of the Progressive movement. Friends, every g…
30 …iends, what we who are in this movement are endeavoring to do is forestall any such movement for j…
36 I never in my life was in any movement in which I was able to serve with such whole-hearted devotio…
68movement here locally. You will being doing a dreadful injustice to yourselves; you will be doing …
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_model_observer_for_cocoa.mm41 // Editors often have a tree of parents, so movement of folders
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_widget_host_view_mac_history_swiper_browsertest.mm274 // Queues a trackpad scroll movement and a touch movement event.
587 // Each movement event that has non-zero parameters has both horizontal and
647 // The movement events are mostly in the horizontal direction, which should
670 // Each movement event is horizontal, except the first two. This should trigger
/external/robolectric/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/icu/icu4c/source/data/brkitr/
Dtitle.txt52 # Still, some rule is needed, so '.', a one character movement.
/external/qemu/distrib/sdl-1.2.15/test/
DREADME28 testsprite Example of fast sprite movement on the screen
/external/chromium_org/chrome/browser/ui/cocoa/
Dwindow_size_autosaver_unittest.mm86 // Another window movement -- shouldn't be recorded.
145 // Another window movement -- shouldn't be recorded.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java215 public final void setMovementMethod(MovementMethod movement) { in setMovementMethod() argument
216 movementMethod = movement; in setMovementMethod()
/external/qemu/distrib/sdl-1.2.15/
DREADME.QNX67 Overlays can flicker during window movement, resizing, etc. It
72 movement is preferred instead.
DREADME.NanoX76 6. Better window movement control with direct fb access
/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/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll90 ; Check that the movement to and from GPRs takes place in the NEON domain.
/external/chromium_org/pdf/
Dout_of_process_instance.cc442 pp::Point movement = mouse_event.GetMovement(); in HandleInputEvent() local
444 ScalePoint(device_scale_, &movement); in HandleInputEvent()
453 movement); in HandleInputEvent()
/external/chromium_org/ui/app_list/cocoa/
Dapps_search_results_controller_unittest.mm264 // Regular down and up movement, ensuring the cells have correct backgrounds.
/external/valgrind/main/docs/internals/
D3_7_BUGSTATUS.txt28 285780 Nice to be able to display (animate) movement of variables through caches

1234