Searched defs:touch (Results 1 - 25 of 56) sorted by last modified time

123

/external/stressapptest/src/
H A Dqueue.h45 uint32 touch; // Counter of the number of reads from this page. member in struct:page_entry
55 pe->touch = 0;
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libpng/contrib/libtests/
H A Dpngstest.c3501 const char *touch = NULL; local
3591 else if (strcmp(arg, "--touch") == 0)
3594 touch = argv[++c];
3770 if (retval == 0 && touch != NULL)
3772 FILE *fsuccess = fopen(touch, "wt");
3784 fprintf(stderr, "%s: write failed\n", touch);
3792 fprintf(stderr, "%s: open failed\n", touch);
H A Dpngvalid.c10030 PNG_CONST char *volatile touch = NULL; local
10300 else if (argc > 1 && strcmp(*argv, "--touch") == 0)
10301 --argc, touch = *++argv, catmore = 1;
10541 if (touch != NULL)
10543 FILE *fsuccess = fopen(touch, "wt");
10554 fprintf(stderr, "%s: write failed\n", touch);
10561 fprintf(stderr, "%s: open failed\n", touch);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guava/guava/src/com/google/common/io/
H A DFiles.java440 public static void touch(File file) throws IOException { method in class:Files
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/Analysis/
H A Dinline.cpp183 void touch(int &x) const { function in struct:Invalidation::X
199 touch(a);
/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/lib/
H A DTestCmd.py1382 def touch(self, path, mtime=None): member in class:TestCmd
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp555 // with touch input for plugins that don't support touch input).
565 const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0); local
566 if (touch->identifier())
581 // The mouse event co-ordinates should be generated from the co-ordinates of the touch point.
583 IntPoint windowPoint = roundedIntPoint(touch->absoluteLocation());
586 IntPoint screenPoint = roundedIntPoint(touch->screenLocation());
596 IntPoint localPoint = convertAbsoluteLocationForRenderObject(touch->absoluteLocation(), *renderObject);
744 static WebTouchPoint toWebTouchPoint(const Touch* touch, const RenderObject* renderObject, WebTouchPoint::State state) argument
747 point.id = touch
775 const Touch* touch = touches->item(i); local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebInputEventConversionTest.cpp205 RefPtrWillBeRawPtr<Touch> touch = Touch::create(toLocalFrame(webViewImpl->page()->mainFrame()), document.get(), i, p0.screenPosition, p0.position, FloatSize(p0.radiusX, p0.radiusY), p0.rotationAngle, p0.force); local
206 touchList->append(touch);
207 changedTouchList->append(touch);
407 RefPtrWillBeRawPtr<Touch> touch = Touch::create(toLocalFrame(webViewImpl->page()->mainFrame()), document.get(), 0, FloatPoint(10, 9.5), FloatPoint(3.5, 2), FloatSize(4, 4.5), 0, 0); local
409 touchList->append(touch);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-for-exit-time-destructors39 sub touch($);
105 touch($buildTimestampPath);
108 sub touch($) subroutine
H A Dcheck-for-global-initializers39 sub touch($);
145 touch($buildTimestampPath);
148 sub touch($) subroutine
H A Dcheck-for-weak-vtables-and-externals39 sub touch($);
111 touch($buildTimestampPath);
115 sub touch($) subroutine
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouchList.h55 void append(const PassRefPtrWillBeRawPtr<Touch> touch) { m_values.append(touch); } argument
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventPath.cpp321 const Touch& touch = *touchList->item(i); local
323 buildRelatedNodeMap(touch.target()->toNode(), relatedNodeMap);
325 adjustedTouchList[j]->append(touch.cloneWithNewTarget(findRelatedNode(treeScopes[j], relatedNodeMap)));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp1411 // Mouse events simulated from touch should not hit-test again.
1539 // Mouse events simulated from touch should not hit-test again.
2073 // Hit test across all frames and do touch adjustment as necessary for the event type.
2291 // supplied HitTestResult), but that will require some overhaul of the touch drag-and-drop code
2412 // Needed for <option> and <optgroup> elements so we can touch scroll <select>s
2523 // If the touch is over a scrollbar, don't adjust the touch point since touch adjustment only takes into account
2524 // DOM nodes so a touch over a scrollbar will be adjusted towards nearby nodes. This leads to things like textarea
2588 // we don't yet apply hover/active state here because we need to resolve touch adjustmen
3708 RefPtrWillBeRawPtr<Touch> touch = Touch::create( local
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_targeter.cc142 // Query the gesture-recognizer to find targets for touch events.
143 const ui::TouchEvent& touch = static_cast<const ui::TouchEvent&>(event); local
145 ui::GestureRecognizer::Get()->GetTouchLockedTarget(touch);
150 event.location(), touch.source_device_id());
154 // If the initial touch is outside the root window, target the root.
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.cc79 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()));
78 FromTouch( const ui::MotionEvent& touch) argument

Completed in 647 milliseconds

123