Searched refs:touch (Results 1 - 25 of 179) sorted by relevance

12345678

/external/toybox/tests/
H A 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 fil
[all...]
H A 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 file
[all...]
H A Dcp.test28 touch walrus
31 touch two/three
36 touch two
42 touch two
58 #touch file
63 touch one two
80 touch one/two/three/five
81 touch one/{six,seven,eight}
95 # mkdir one; touch one/two; ln -s two one/three
H A 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
H A 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
H A Dcksum.test13 touch one two
H A Dmkfifo.test10 touch existing
H A Dxargs.test22 touch one two three
H A Dmkdir.test10 touch existing
69 touch two
H A Drmdir.test10 touch walrus
30 touch temp/thing
H A Dfind.test7 touch file
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java169 * Fetches a touch event from the reuse pool
225 TouchEvent touch;
238 touch = getNextFreeTouchEvent();
239 touch.set(Type.DOWN, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0);
240 touch.setPointerId(pointerId);
241 touch.setTime(event.getEventTime());
242 touch.setPressure(event.getPressure(pointerIndex));
243 processEvent(touch);
252 touch = getNextFreeTouchEvent();
253 touch
[all...]
/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/strace/tests/
H A Dgetdents.test15 check_prog touch
22 touch -- "$dir/$(for i in $(seq 1 127); do echo A; done; echo Z)" ||
H A Dstat32-v.test10 check_prog touch
21 touch -t 0102030405 $sample
H A Dstat64-v.test10 check_prog touch
21 touch -d '1970-01-01 -42 seconds' $sample
/external/bison/build-aux/
H A Dmissing76 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
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/libopus/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/libvncserver/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/llvm/autoconf/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
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_files
184 while read f; do touch "
[all...]
/external/openfst/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/selinux/policycoreutils/sandbox/
H A Dsandbox.init33 touch $LOCKFILE
/external/toybox/scripts/
H A Dchange.sh18 scripts/single.sh $i > /dev/null || touch $PREFIX/${i}.bad
/external/blktrace/doc/
H A DMakefile6 @touch blktrace.tex

Completed in 1690 milliseconds

12345678