HomeSort by relevance Sort by last modified time
    Searched refs:touch (Results 1 - 25 of 1928) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/mac/postbuild-multiple-configurations/
postbuild-touch-file.sh 7 touch "${BUILT_PRODUCTS_DIR}/postbuild-file"
  /external/chromium_org/tools/gyp/test/mac/postbuild-static-library/
postbuild-touch-file.sh 7 touch "${BUILT_PRODUCTS_DIR}/$1"
  /external/chromium_org/tools/gyp/test/mac/postbuild-fail/
touch-dynamic.sh 7 touch "${BUILT_PRODUCTS_DIR}/dynamic_touch"
touch-static.sh 7 touch "${BUILT_PRODUCTS_DIR}/static_touch"
  /external/chromium_org/tools/gyp/test/mac/rebuild/
delay-touch.sh 6 touch "$1"
  /external/chromium_org/tools/gyp/test/many-actions/
gyptest-many-actions-unsorted.py 23 test.touch('file1')
26 test.touch('file0')
29 test.touch('file2')
30 test.touch('file3')
31 test.touch('file4')
  /external/chromium_org/ash/wm/panels/
attached_panel_window_targeter.cc 38 // Don't update the touch insets if the shelf has not yet been created.
46 // Only update the touch insets for panels if they are attached to the shelf
53 gfx::Insets touch(default_touch_extend_);
56 touch = gfx::Insets(touch.top(), touch.left(), 0, touch.right());
59 touch = gfx::Insets(touch.top(), 0, touch.bottom(), touch.right())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.css 2 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;
14 -ms-touch-action: pan-x;
15 touch-action: pan-x;
18 -ms-touch-action: pan-y;
19 touch-action: pan-y;
22 -ms-touch-action: pan-x pan-y
    [all...]
  /external/chromium_org/tools/gyp/test/mac/postbuilds/script/
shared_library_postbuild.sh 23 touch "${lib}"_touch
static_library_postbuild.sh 23 touch "${lib}"_touch.a
  /external/chromium_org/ui/events/gestures/
motion_event_aura.cc 34 const TouchEvent& touch) {
36 point_data.x = touch.x();
37 point_data.y = touch.y();
38 point_data.raw_x = touch.root_location_f().x();
39 point_data.raw_y = touch.root_location_f().y();
40 point_data.touch_id = touch.touch_id();
41 point_data.pressure = touch.force();
42 point_data.source_device_id = touch.source_device_id();
46 point_data.major_radius = std::max(touch.radius_x(), touch.radius_y())
    [all...]
motion_event_aura.h 26 void OnTouch(const TouchEvent& touch);
59 // We can't cleanup removed touch points immediately upon receipt of a
61 // information about those touch events. Once the MotionEvent has been
86 static PointData GetPointDataFromTouchEvent(const TouchEvent& touch);
87 void AddTouch(const TouchEvent& touch);
88 void UpdateTouch(const TouchEvent& touch);
89 void UpdateCachedAction(const TouchEvent& touch);
95 // The index of the touch responsible for last ACTION_POINTER_DOWN or
  /external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc 178 SyntheticWebTouchEvent touch; local
181 // no touch-handler on it.
182 touch.PressPoint(25, 25);
183 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo());
195 // If a touch-press is acked with NO_CONSUMER_EXISTS, then subsequent
196 // touch-points don't need to be dispatched until the touch point is released.
197 touch.ReleasePoint(0);
198 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo());
199 touch.ResetPoints()
204 SyntheticWebTouchEvent touch; local
221 SyntheticWebTouchEvent touch; local
243 SyntheticWebTouchEvent touch; local
    [all...]
input_router_impl_perftest.cc 143 WebTouchEvent touch; local
144 touch.touchesLength = 1;
145 touch.type = WebInputEvent::TouchStart;
146 touch.touches[0].id = 0;
147 touch.touches[0].state = WebTouchPoint::StatePressed;
148 touch.touches[0].position.x = origin.x();
149 touch.touches[0].position.y = origin.y();
150 touch.touches[0].screenPosition.x = origin.x();
151 touch.touches[0].screenPosition.y = origin.y();
152 touches.push_back(touch);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 138 touch("file1", HOUR_IN_MILLIS);
139 touch("file2", 1 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
140 touch("file3", 2 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
141 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
142 touch("file5", 4 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
148 touch("file1", -HOUR_IN_MILLIS);
149 touch("file2", HOUR_IN_MILLIS);
150 touch("file3", WEEK_IN_MILLIS);
154 touch("file1", -HOUR_IN_MILLIS);
155 touch("file2", HOUR_IN_MILLIS)
183 private void touch(String name, long age) throws Exception { method in class:FileUtilsTest
    [all...]
  /external/chromium_org/tools/gyp/test/defines/
gyptest-defines-env.py 40 test.touch('defines.c')
58 test.touch('defines.c')
76 test.touch('defines.c')
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TouchList.h 30 #include "core/dom/Touch.h"
44 static PassRefPtrWillBeRawPtr<TouchList> create(WillBeHeapVector<RefPtrWillBeMember<Touch> >& touches)
51 Touch* item(unsigned);
52 const Touch* item(unsigned) const;
54 void append(const PassRefPtrWillBeRawPtr<Touch> touch) { m_values.append(touch); }
64 TouchList(WillBeHeapVector<RefPtrWillBeMember<Touch> >& touches)
70 WillBeHeapVector<RefPtrWillBeMember<Touch> > m_values;
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 53 &touch('foo.f');
76 &touch('foo.f');
103 touch('final');
114 touch('version2');
  /external/chromium_org/tools/gyp/test/intermediate_dir/
gyptest-intermediate-dir.py 27 test.touch('src/shared_infile.txt')
  /external/chromium_org/tools/gyp/test/mac/
gyptest-rebuild.py 23 # Touch a source file, rebuild, and check that the app target is up-to-date.
24 test.touch('rebuild/main.c')
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-restat-importlib.py 30 # Delay briefly so that there's time for this touch not to have the
34 # Touch the .cc file; the .dll will rebuild, but the import libs timestamp
36 test.touch('importlib/has-exports.cc')
  /external/clang/test/CodeGenCXX/
captured-statements.cpp 100 void touch(const T &) {} function
107 touch<T, id>(x);
118 touch<T, id>(v);
126 touch<U, id + id2>(u);
  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data_packet.cc 79 const ui::MotionEvent& touch) {
80 return GestureEventDataPacket(touch.GetEventTime(),
81 ToGestureSource(touch),
82 gfx::PointF(touch.GetX(), touch.GetY()),
83 gfx::PointF(touch.GetRawX(), touch.GetRawY()));
  /external/chromium_org/content/renderer/
render_widget_unittest.cc 80 SyntheticWebTouchEvent touch; local
81 touch.PressPoint(10, 10);
83 widget->SendInputEvent(touch);
86 // Since there's currently no touch-event handling region, the response should
101 widget->SendInputEvent(touch);
118 SyntheticWebTouchEvent touch; local
119 touch.PressPoint(25, 25);
121 widget->SendInputEvent(touch);
124 // Since there's currently no touch-event handling region, the response should
134 // Press a second touch point. This time, on a touch-handling region
    [all...]
  /external/bison/build-aux/
missing 76 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 $touch_file
    [all...]

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>