/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/chromium_org/ppapi/api/ |
D | ppb_mouse_lock.idl | 29 * 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/ |
D | velocity_tracker.cc | 365 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/ |
D | event.proto | 61 // 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/ |
D | ppb_cursor_control_dev.idl | 35 * While the cursor is locked, any movement of the mouse will 51 * movement again.
|
/external/oprofile/ |
D | TODO | 42 <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/ |
D | fts3atoken.test | 79 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}}
|
D | fts2token.test | 79 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/ |
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/chromium_org/net/data/url_request_unittest/ |
D | BullRunSpeech.txt | 12 …movement 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… 68 …movement here locally. You will being doing a dreadful injustice to yourselves; you will be doing …
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_model_observer_for_cocoa.mm | 41 // Editors often have a tree of parents, so movement of folders
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_widget_host_view_mac_history_swiper_browsertest.mm | 274 // 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/ |
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/icu/icu4c/source/data/brkitr/ |
D | title.txt | 52 # Still, some rule is needed, so '.', a one character movement.
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | README | 28 testsprite Example of fast sprite movement on the screen
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | window_size_autosaver_unittest.mm | 86 // Another window movement -- shouldn't be recorded. 145 // Another window movement -- shouldn't be recorded.
|
/external/robolectric/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/qemu/distrib/sdl-1.2.15/ |
D | README.QNX | 67 Overlays can flicker during window movement, resizing, etc. It 72 movement is preferred instead.
|
D | README.NanoX | 76 6. Better window movement control with direct fb access
|
/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/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/chromium_org/pdf/ |
D | out_of_process_instance.cc | 442 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/ |
D | apps_search_results_controller_unittest.mm | 264 // Regular down and up movement, ensuring the cells have correct backgrounds.
|
/external/valgrind/main/docs/internals/ |
D | 3_7_BUGSTATUS.txt | 28 285780 Nice to be able to display (animate) movement of variables through caches
|