Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/toybox/tests/
Dchmod.test22 touch file
38 rm -f "./$type" && touch $type
48 rm -rf dir file && mkdir dir && touch file
53 rm -rf dir file && mkdir dir && touch file
58 rm -rf dir file && mkdir dir && touch file
63 rm -rf dir file && mkdir dir && touch file
67 rm -rf dir file && mkdir dir && touch file
71 rm -rf dir file && mkdir dir && touch file
75 rm -rf dir file && mkdir dir && touch file
79 rm -rf dir file && mkdir dir && touch file
[all …]
Dmv.test10 touch file
15 touch file
27 touch file1 file2 dir1/file3
35 touch file1
50 touch file1
57 touch file1
64 touch file1
70 touch file1
79 touch dir1/dir2/file1 dir1/dir2/file2
90 touch file1 file2
[all …]
Dcp.test28 touch walrus
31 touch two/three
36 touch two
42 touch two
63 touch one two
80 touch one/two/three/five
81 touch one/{six,seven,eight}
Dcpio.test9 touch a bb ccc dddd
13 touch a
20 touch a
35 touch a; chmod a-rwx a; ln -s a/cant b
Drm.test23 touch file1.txt file2.txt
31 touch file1.txt file2.txt
41 touch dir1/file1.txt dir1/dir2/file2.txt dir1/dir2/dir3/file3.txt
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
DAndroidInput.java225 TouchEvent touch; in onTouchEvent() local
238 touch = getNextFreeTouchEvent(); in onTouchEvent()
239touch.set(Type.DOWN, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0); in onTouchEvent()
240 touch.setPointerId(pointerId); in onTouchEvent()
241 touch.setTime(event.getEventTime()); in onTouchEvent()
242 touch.setPressure(event.getPressure(pointerIndex)); in onTouchEvent()
243 processEvent(touch); in onTouchEvent()
252 touch = getNextFreeTouchEvent(); in onTouchEvent()
253touch.set(Type.UP, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0); in onTouchEvent()
254 touch.setPointerId(pointerId); in onTouchEvent()
[all …]
/external/skia/experimental/iOSSampleApp/Shared/
DSkUIView.mm57 for (UITouch *touch in touches) {
58 CGPoint loc = [touch locationInView:self];
59 fWind->handleClick(loc.x, loc.y, SkView::Click::kDown_State, touch);
64 for (UITouch *touch in touches) {
65 CGPoint loc = [touch locationInView:self];
66 fWind->handleClick(loc.x, loc.y, SkView::Click::kMoved_State, touch);
71 for (UITouch *touch in touches) {
72 CGPoint loc = [touch locationInView:self];
73 fWind->handleClick(loc.x, loc.y, SkView::Click::kUp_State, touch);
78 for (UITouch *touch in touches) {
[all …]
/external/llvm/autoconf/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
296 touch $file
/external/bison/build-aux/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
273 touch $file
307 touch $file
/external/libopus/
Dmissing146 touch aclocal.m4
155 touch configure
174 touch $touch_files
185 while read f; do touch "$f"; done
199 touch $file
274 touch $file
308 touch $file
/external/libcap-ng/libcap-ng-0.7/
Dmissing146 touch aclocal.m4
155 touch configure
174 touch $touch_files
185 while read f; do touch "$f"; done
199 touch $file
274 touch $file
308 touch $file
/external/openfst/
Dmissing146 touch aclocal.m4
155 touch configure
174 touch $touch_files
185 while read f; do touch "$f"; done
199 touch $file
274 touch $file
308 touch $file
/external/libvncserver/
Dmissing146 touch aclocal.m4
155 touch configure
174 touch $touch_files
185 while read f; do touch "$f"; done
199 touch $file
274 touch $file
308 touch $file
/external/libogg/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
303 touch $file
/external/libusb/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/libvorbis/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
303 touch $file
/external/marisa-trie/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/cmockery/cmockery_0_1_2/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
303 touch $file
/external/libusb-compat/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/libexif/
Dmissing156 touch aclocal.m4
165 touch configure
184 touch $touch_files
195 while read f; do touch "$f"; done
209 touch $file
284 touch $file
318 touch $file
/external/libmtp/
Dmissing156 touch aclocal.m4
165 touch configure
184 touch $touch_files
195 while read f; do touch "$f"; done
209 touch $file
284 touch $file
318 touch $file
/external/google-tv-pairing-protocol/cpp/
Dmissing156 touch aclocal.m4
165 touch configure
184 touch $touch_files
195 while read f; do touch "$f"; done
209 touch $file
284 touch $file
318 touch $file
/external/clang/test/CodeGenCXX/
Dcaptured-statements.cpp100 void touch(const T &) {} in touch() function
107 touch<T, id>(x); in template_capture_var()
118 touch<T, id>(v); in set()
126 touch<U, id + id2>(u); in foo()
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java89 private final TouchInput touch; field in InputManager
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) { in InputManager() argument
139 this.touch = touch; in InputManager()
147 if (touch != null) { in InputManager()
148 touch.setInputListener(this); in InputManager()
730 if (touch != null) { in setSimulateMouse()
731 touch.setSimulateMouse(value); in setSimulateMouse()
739 if (touch != null) { in getSimulateMouse()
740 return touch.getSimulateMouse(); in getSimulateMouse()
752 if (touch != null) { in setSimulateKeyboard()
[all …]
/external/e2fsprogs/tests/r_bigalloc_big_expand/
Dscript17 touch $test_name.ok
20 touch $test_name.ok
23 touch $test_name.failed

12345678910>>...16