/external/clang/test/CodeGenCXX/ |
H A D | captured-statements.cpp | 106 void touch(const T &) {} function 113 touch<T, id>(x); 124 touch<T, id>(v); 132 touch<U, id + id2>(u);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
H A D | PathTest.java | 161 private void touch (int x, int y) { method in class:PathTest 170 touch(screenX, screenY); 176 touch(screenX, screenY);
|
/external/autotest/client/site_tests/network_ShillInitScripts/ |
H A D | network_ShillInitScripts.py | 284 def touch(self, filename): member in class:network_ShillInitScripts 405 self.touch('/home/chronos/.disable_shill') 432 self.touch('/var/run/state/logged-in') 471 self.touch(shill_profile) 560 self.touch(self.new_shill_user_profile) 614 self.touch(path) 776 self.touch('/var/run/state/logged-in')
|
/external/guava/guava/src/com/google/common/io/ |
H A D | Files.java | 435 public static void touch(File file) throws IOException { method in class:Files
|
/external/clang/test/Analysis/ |
H A D | inline.cpp | 183 void touch(int &x) const { function in struct:Invalidation::X 199 touch(a);
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
H A D | IOSInput.java | 570 private int findPointer (UITouch touch) {
argument 573 if (touchDown[i] == touch) return i;
575 throw new GdxRuntimeException("Couldn't find pointer id for touch event!");
579 for (UITouch touch : touches.allObjects()) {
583 CGPoint loc = touch.locationInView(touch.window());
591 long phase = touch.phase();
596 event.timestamp = (long)(touch.timestamp() * 1000000000);
601 touchDown[event.pointer] = touch;
610 event.pointer = findPointer(touch);
[all...] |
/external/v8/tools/gyp/test/lib/ |
H A D | TestCmd.py | 1382 def touch(self, path, mtime=None): member in class:TestCmd
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
H A D | IOSInput.java | 637 private int findPointer (UITouch touch) { argument 638 long ptr = touch.getHandle(); 642 throw new GdxRuntimeException("Couldn't find pointer id for touch event!"); 663 UITouch touch = UI_TOUCH_WRAPPER.wrap(touchHandle); 667 CGPoint loc = touch.getLocationInView(touch.getWindow()); 675 UITouchPhase phase = touch.getPhase(); 680 event.timestamp = (long)(touch.getTimestamp() * 1000000000); 685 touchDown[event.pointer] = touch.getHandle(); 694 event.pointer = findPointer(touch); [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
H A D | GwtInput.java | 464 protected int getRelativeX (Touch touch, CanvasElement target) {
argument 466 return Math.round(xScaleRatio * touch.getRelativeX(target));
469 protected int getRelativeY (Touch touch, CanvasElement target) {
argument 471 return Math.round(yScaleRatio * touch.getRelativeY(target));
618 Touch touch = touches.get(i);
619 int real = touch.getIdentifier();
623 touchX[touchId] = getRelativeX(touch, canvas);
624 touchY[touchId] = getRelativeY(touch, canvas);
637 Touch touch = touches.get(i);
638 int real = touch [all...] |
/external/selinux/libsemanage/src/ |
H A D | direct_api.c | 1104 FILE *touch; local 1105 touch = fopen(path, "w"); 1106 if (touch != NULL) { 1107 if (fclose(touch) != 0) { 1129 FILE *touch; local 1130 touch = fopen(path, "w"); 1131 if (touch != NULL) { 1132 if (fclose(touch) != 0) {
|
/external/libpng/contrib/libtests/ |
H A D | pngstest.c | 3483 const char *touch = NULL; local 3585 else if (strcmp(arg, "--touch") == 0) 3588 touch = argv[++c]; 3782 if (retval == 0 && touch != NULL) 3784 FILE *fsuccess = fopen(touch, "wt"); 3796 fprintf(stderr, "%s: write failed\n", touch); 3804 fprintf(stderr, "%s: open failed\n", touch);
|
H A D | pngvalid.c | 11243 const char *touch = NULL; local 11261 gnu_volatile(touch) 11559 else if (argc > 1 && strcmp(*argv, "--touch") == 0) 11560 --argc, touch = *++argv, catmore = 1; 11806 if (touch != NULL) 11808 FILE *fsuccess = fopen(touch, "wt"); 11819 fprintf(stderr, "%s: write failed\n", touch); 11826 fprintf(stderr, "%s: open failed\n", touch);
|
/external/toybox/generated/ |
H A D | globals.h | 1253 // toys/posix/touch.c 1428 struct touch_data touch; member in union:global_union
|
/external/testng/ant/3rdparty/ |
H A D | cobertura.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ... |
/external/guice/extensions/persist/lib/ |
H A D | commons-io.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ... |
H A D | hibernate-entitymanager.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ... |
H A D | hibernate-search.jar | ... .1_r6/s?defs= " () public static void touch () static void " href="/7.1.1_r6/s? ... |
/external/guice/extensions/struts2/lib/ |
H A D | commons-io-1.3.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ... |
H A D | ant-1.6.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
H A D | commons-io-1.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-user.jar | ... shared/ com/google/gwt/text/shared/testing/ com/google/gwt/touch/ com/google/gwt/touch/client/ com/google/gwt/typedarrays/ com ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.core.resources_3.10.0.v20150423-0755.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/robolectric/v3/libs/ |
H A D | vtd-xml-2.11.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |