Searched refs:touch (Results 176 - 200 of 931) sorted by relevance

1234567891011>>

/external/chromium_org/v8/tools/gyp/
H A Dv8.target.linux-mips.mk40 $(hide) touch $@
H A Dv8.target.linux-x86.mk40 $(hide) touch $@
/external/e2fsprogs/tests/defaults/
H A De_script41 touch $test_name.ok
/external/open-vcdiff/
H A Dautogen.sh53 touch aclocal.m4 # pretend that we regenerated the file
/external/protobuf/examples/
H A DMakefile22 @touch protoc_middleman
34 @touch javac_middleman
/external/bison/examples/calc++/
H A DMakefile.am36 $(AM_V_at)touch $@.tmp
65 $(AM_V_at)touch calc++-parser.tmp
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
H A DMakefile33 touch depend
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DMakefile58 @ touch depend
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dautogen.sh42 touch aclocal.m4 # pretend that we regenerated the file
/external/mesa3d/src/gallium/state_trackers/gbm/
H A DMakefile33 touch depend
/external/mesa3d/src/gallium/state_trackers/xa/
H A DMakefile58 @ touch depend
/external/openssh/contrib/redhat/
H A Dsshd.init52 [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dimage_transform.js178 * @param {boolean} touch True if it's a touch event, false if mouse.
181 ImageEditor.Mode.Crop.prototype.getDragHandler = function(x, y, touch) {
182 var cropDragHandler = this.cropRect_.getDragHandler(x, y, touch);
306 * @param {boolean} touch // TODO(JSDOC).
309 DraggableRect.prototype.getDragMode = function(x, y, touch) {
317 touch ? ImageEditor.Mode.Crop.TOUCH_GRAB_RADIUS :
380 * @param {boolean} touch // TODO(JSDOC).
383 DraggableRect.prototype.getDragHandler = function(x, y, touch) {
390 this.dragMode_ = this.getDragMode(x, y, touch);
[all...]
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy_unittest.cc102 // touch any member variables after making that call.
1082 // None of the three touch points fall in the touch region. So the event
1096 WebTouchEvent touch; local
1097 touch.type = WebInputEvent::TouchStart;
1099 touch.touchesLength = 3;
1100 touch.touches[0].state = WebTouchPoint::StateStationary;
1101 touch.touches[0].screenPosition = WebPoint();
1102 touch.touches[0].position = WebPoint();
1104 touch
1132 WebTouchEvent touch; local
[all...]
/external/libvpx/libvpx/build/make/
H A DMakefile324 @touch $@
331 @touch $@
338 @touch $@
345 @touch $@
352 @touch $@
362 @touch $@
370 @touch $@
377 @touch $@
410 @touch $@
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc96 const blink::WebTouchEvent& touch = touch_with_latency.event; local
98 switch (touch.type) {
116 int flags = WebModifiersToUIFlags(touch.modifiers);
118 static_cast<int64>(touch.timeStampSeconds * 1000000));
119 for (unsigned i = 0; i < touch.touchesLength; ++i) {
120 const blink::WebTouchPoint& point = touch.touches[i];
123 // In aura, the touch-event needs to be in the screen coordinate, since the
124 // touch-event is routed to RootWindow first. In Windows, on the other hand,
125 // the touch-event is dispatched directly to the gesture-recognizer, so the
272 // Add a new touch poin
[all...]
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-weak-test-chains.sh121 touch out/2048-rsa-root-index.txt
146 touch out/$signer_key_type-intermediate-index.txt
/external/chromium_org/sandbox/
H A Dsandbox.target.darwin-arm.mk41 $(hide) touch $@
H A Dsandbox.target.darwin-x86.mk41 $(hide) touch $@
H A Dsandbox.target.linux-arm.mk41 $(hide) touch $@
H A Dsandbox.target.linux-x86.mk41 $(hide) touch $@
/external/chromium_org/third_party/WebKit/public/
H A Dblink.target.darwin-arm.mk41 $(hide) touch $@
H A Dblink.target.darwin-mips.mk41 $(hide) touch $@
H A Dblink.target.darwin-x86.mk41 $(hide) touch $@
H A Dblink.target.linux-arm.mk41 $(hide) touch $@

Completed in 4290 milliseconds

1234567891011>>