Searched defs:touch (Results 1 - 17 of 17) sorted by relevance

/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/guava/guava/src/com/google/common/io/
H A DFiles.java613 public static void touch(File file) throws IOException { method in class:Files
/external/clang/test/Analysis/
H A Dinline.cpp183 void touch(int &x) const { function in struct:Invalidation::X
199 touch(a);
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java89 private final TouchInput touch; field in class:InputManager
128 * @param touch
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) { argument
139 this.touch = touch;
147 if (touch != null) {
148 touch.setInputListener(this);
414 //updating cursor pos on click, so that non android touch events can properly update cursor position.
730 if (touch != null) {
731 touch
[all...]
/external/selinux/libsemanage/src/
H A Ddirect_api.c1077 FILE *touch; local
1078 touch = fopen(path, "w");
1079 if (touch != NULL) {
1080 if (fclose(touch) != 0) {
1102 FILE *touch; local
1103 touch = fopen(path, "w");
1104 if (touch != NULL) {
1105 if (fclose(touch) != 0) {
/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/toybox/generated/
H A Dglobals.h1137 // toys/posix/touch.c
1298 struct touch_data touch; member in union:global_union
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/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/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/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/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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 654 milliseconds