Searched refs:touch (Results 1 - 25 of 931) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/mac/postbuild-multiple-configurations/
H A Dpostbuild-touch-file.sh7 touch "${BUILT_PRODUCTS_DIR}/postbuild-file"
/external/chromium_org/tools/gyp/test/mac/postbuild-static-library/
H A Dpostbuild-touch-file.sh7 touch "${BUILT_PRODUCTS_DIR}/$1"
/external/chromium_org/tools/gyp/test/mac/postbuild-fail/
H A Dtouch-dynamic.sh7 touch "${BUILT_PRODUCTS_DIR}/dynamic_touch"
H A Dtouch-static.sh7 touch "${BUILT_PRODUCTS_DIR}/static_touch"
/external/chromium_org/tools/gyp/test/mac/rebuild/
H A Ddelay-touch.sh6 touch "$1"
/external/chromium_org/tools/gyp/test/many-actions/
H A Dgyptest-many-actions-unsorted.py23 test.touch('file1')
26 test.touch('file0')
29 test.touch('file2')
30 test.touch('file3')
31 test.touch('file4')
/external/chromium_org/tools/gyp/test/mac/postbuilds/script/
H A Dshared_library_postbuild.sh23 touch "${lib}"_touch
H A Dstatic_library_postbuild.sh23 touch "${lib}"_touch.a
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java169 * Fetches a touch event from the reuse pool
225 TouchEvent touch;
238 touch = getNextFreeTouchEvent();
239 touch.set(Type.DOWN, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0);
240 touch.setPointerId(pointerId);
241 touch.setTime(event.getEventTime());
242 touch.setPressure(event.getPressure(pointerIndex));
243 processEvent(touch);
252 touch = getNextFreeTouchEvent();
253 touch
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.css2 Use a class to apply touch-action so that we can easily manually check
6 -ms-touch-action: none;
7 touch-action: none;
10 -ms-touch-action: auto;
11 touch-action: auto;
/external/libpng/
H A Dautogen.sh7 touch Makefile.am configure.ac
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtouch_handler.js6 * @fileoverview Touch Handler. Class that handles all touch events and
17 * This provides simple single-touch events. Any secondary touch is
21 * A single touch followed by some movement. This behavior will handle all
23 * while the touch is happening and at the end of the drag sequence. This
38 * A TouchHandler attaches to an Element, listents for low-level touch (or
52 * The absolute sum of all touch y deltas.
59 * The absolute sum of all touch x deltas.
67 * recent relevant touch and the second item is the touch'
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Dtouch_handler.js6 * @fileoverview Touch Handler. Class that handles all touch events and
17 * This provides simple single-touch events. Any secondary touch is
21 * A single touch followed by some movement. This behavior will handle all
23 * while the touch is happening and at the end of the drag sequence. This
38 * A TouchHandler attaches to an Element, listents for low-level touch (or
52 * The absolute sum of all touch y deltas.
59 * The absolute sum of all touch x deltas.
67 * recent relevant touch and the second item is the touch'
[all...]
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dtouchhandler.js6 * @fileoverview Touch Handler. Class that handles all touch events and
17 * This provides simple single-touch events. Any secondary touch is
21 * A single touch followed by some movement. This behavior will handle all
23 * while the touch is happening and at the end of the drag sequence. This
38 * A TouchHandler attaches to an Element, listents for low-level touch (or
52 * The absolute sum of all touch y deltas.
59 * The absolute sum of all touch x deltas.
67 * recent relevant touch and the second item is the touch'
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_input_browsertest.cc194 SyntheticWebTouchEvent touch; local
197 // no touch-handler on it.
198 touch.PressPoint(25, 25);
199 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo());
211 // If a touch-press is acked with NO_CONSUMER_EXISTS, then subsequent
212 // touch-points don't need to be dispatched until the touch point is released.
213 touch.ReleasePoint(0);
214 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo());
215 touch
228 SyntheticWebTouchEvent touch; local
253 SyntheticWebTouchEvent touch; local
277 SyntheticWebTouchEvent touch; local
[all...]
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines-env.py40 test.touch('defines.c')
58 test.touch('defines.c')
76 test.touch('defines.c')
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp100 void touch(const T &) {} function
107 touch<T, id>(x);
118 touch<T, id>(v);
126 touch<U, id + id2>(u);
/external/chromium_org/tools/gyp/test/defines-escaping/
H A Dgyptest-defines-escaping.py43 test.touch('defines-escaping.c')
66 test.touch('defines-escaping.c')
89 test.touch('defines-escaping.c')
111 test.touch('defines-escaping.c')
132 test.touch('defines-escaping.c')
152 test.touch('defines-escaping.c')
172 test.touch('defines-escaping.c')
/external/chromium_org/content/renderer/
H A Drender_widget_unittest.cc82 SyntheticWebTouchEvent touch; local
83 touch.PressPoint(10, 10);
85 widget->SendInputEvent(touch);
88 // Since there's currently no touch-event handling region, the response should
101 widget->SendInputEvent(touch);
121 SyntheticWebTouchEvent touch; local
122 touch.PressPoint(25, 25);
124 widget->SendInputEvent(touch);
127 // Since there's currently no touch-event handling region, the response should
135 // Press a second touch poin
[all...]
/external/bison/build-aux/
H A Dmissing76 aclocal touch file 'aclocal.m4'
77 autoconf touch file 'configure'
78 autoheader touch file 'config.h.in'
79 autom4te touch the output file, or create a stub one
80 automake touch all 'Makefile.in' files
83 help2man touch the output file
85 makeinfo touch the output file
145 touch aclocal.m4
154 touch configure
173 touch
[all...]
/external/chromium_org/third_party/opus/src/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/grub/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 automake touch all \`Makefile.in' files
83 help2man touch the output file
85 makeinfo touch the output file
145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/libffi/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 automake touch all \`Makefile.in' files
83 help2man touch the output file
85 makeinfo touch the output file
145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "
[all...]
/external/llvm/autoconf/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 automake touch all \`Makefile.in' files
83 help2man touch the output file
85 makeinfo touch the output file
145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "
[all...]

Completed in 792 milliseconds

1234567891011>>