Searched refs:touch (Results 1 – 25 of 665) sorted by relevance
12345678910>>...27
22 atf_check -s exit:1 -e match:"^usage" touch32 atf_check touch foo43 atf_check touch foo bar baz54 atf_check touch -t 7001010101 foo58 atf_check touch -t 7001010101.01 foo62 atf_check touch -t 196912312359 foo66 atf_check touch -t 196912312359.58 foo70 atf_check touch -t 196912312359.59 foo75 atf_check touch -d1969-12-31T23:59:58 foo79 atf_check touch -d1969-12-31\ 23:59:58 foo[all …]
98 atf_check -e empty -s exit:0 touch d100 atf_check -e empty -s exit:0 touch .f106 atf_check -e empty -s exit:0 touch klmn107 atf_check -e empty -s exit:0 touch opqr108 atf_check -e empty -s exit:0 touch stuv110 atf_check -e empty -s exit:0 touch 0b00000001111 atf_check -e empty -s exit:0 touch 0b00000010112 atf_check -e empty -s exit:0 touch 0b00000011113 atf_check -e empty -s exit:0 touch 0b00000100114 atf_check -e empty -s exit:0 touch 0b00000101[all …]
12 .MAKEFLAGS: opt-touch-phony13 .MAKEFLAGS: opt-touch-join14 .MAKEFLAGS: opt-touch-use15 .MAKEFLAGS: opt-touch-make16 .MAKEFLAGS: opt-touch-regular20 opt-touch-phony: .PHONY25 opt-touch-join: .JOIN30 opt-touch-use: .USE36 opt-touch-make: .MAKE41 opt-touch-regular:[all …]
5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make7 opt-touch-phony: .PHONY10 opt-touch-join: .JOIN13 opt-touch-use: .USE16 opt-touch-make: .MAKE20 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); \
7 .MAKEFLAGS: opt-touch-phony8 .MAKEFLAGS: opt-touch-join9 .MAKEFLAGS: opt-touch-use10 .MAKEFLAGS: opt-touch-make14 opt-touch-phony: .PHONY19 opt-touch-join: .JOIN24 opt-touch-use: .USE31 opt-touch-make: .MAKE35 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); \
18 _!= touch -t 202001011200 dep-double-colon-120019 _!= touch -t 202001011300 dep-double-colon-130020 _!= touch -t 202001011400 dep-double-colon-140021 _!= touch -t 202001011500 dep-double-colon-1500
84 touch $lt87 touch $lr124 *) touch $l131 *) touch $li138 *) touch $lh152 touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h163 aclocal.m4) touch config.h.in ;;166 sntp/aclocal.m4) touch sntp/config.h.in ;;169 sntp/libevent/aclocal.m4) touch sntp/libevent/config.h.in ;;
5 - reg: this touch controller address and the ADC2 address.6 - interrupts: the interrupt of this touch controller and ADC2.7 - clocks: the root clock of touch controller and ADC2.10 This xnur-gpio returns to low once the finger leave the touch screen (The11 last touch event the touch controller capture).17 This value depends on the touch screen.18 - pre-charge-time: the touch screen need some time to precharge.19 This value depends on the touch screen.
11 - touch-gpios : GPIO pin registering a touch event23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis25 - rohm,flip-x : Flip touch coordinates on the X axis26 - rohm,flip-y : Flip touch coordinates on the Y axis36 touch-gpio = <&gpio2 20 GPIO_ACTIVE_LOW>;
44 touch $f146 touch $f2 2>/dev/null && { echo "ufs: ro failed"; s=1; }56 touch $f2 2>/dev/null || { echo "ufs: rw failed"; s=1; }62 touch $f164 touch $f2 2>/dev/null && { echo "tmpfs: ro failed"; s=1; }74 touch $f2 2>/dev/null || { echo "tmpfs: rw failed"; s=1; }86 touch $f188 touch $f2 2>/dev/null && { echo "msdosfs: ro failed"; s=1; }98 touch $f2 2>/dev/null || { echo "msdosfs: rw failed"; s=1; }
49 (cd $nullfsmp; jot 20 | xargs touch)52 (cd $nullfsmp; jot 20 | xargs touch)55 (cd $mntpoint; jot 20 | xargs touch)58 (cd $mntpoint; jot 20 | xargs touch)
79 log_must touch $file84 log_must touch $file89 log_must user_run $owner touch $file94 log_must user_run $owner touch $file98 log_must user_run $owner touch $file110 log_must touch $file115 log_must touch $file121 log_mustnot user_run $owner touch $file122 log_must touch $file
83 log_must touch $testfile87 log_must touch $testfile92 log_must user_run $owner touch $testfile97 log_must user_run $owner touch $testfile107 log_must touch $testfile113 log_must user_run $owner touch $testfile126 log_must touch $testfile132 log_must user_run $owner touch $testfile147 log_must touch $testfile157 log_must user_run $owner touch $testfile[all …]
33 touch foo46 touch foo58 touch foo78 touch foo93 touch foo111 touch foo137 touch foo148 touch foo163 touch foo178 touch foo[all …]
95 touch a || die96 touch b || die104 touch a/c || die115 touch a/c || die117 touch b/d || die131 touch b || die140 touch a || die150 touch dir/a160 touch dir/a161 touch dir/b[all …]
48 touch reg || die62 touch $(jot 10) || die66 touch $(jot 20) || die73 touch a/$f || die
73 } touch[CYAPA_MAX_MT]; member107 #define CYAPA_TOUCH_X(regs, i) ((((regs)->touch[i].xy_high << 4) & 0x0F00) | \108 (regs)->touch[i].x_low)109 #define CYAPA_TOUCH_Y(regs, i) ((((regs)->touch[i].xy_high << 8) & 0x0F00) | \110 (regs)->touch[i].y_low)111 #define CYAPA_TOUCH_P(regs, i) ((regs)->touch[i].pressure)
69 log_must touch "$MNTPOINT/fremoved"70 log_must touch "$MNTPOINT/frenamed"71 log_must touch "$MNTPOINT/fmodified"80 log_must touch "$MNTPOINT/fmodified"83 log_must touch "$MNTPOINT/dmodified/file"84 log_must touch "$MNTPOINT/fcreated"
156 touch aclocal.m4165 touch configure184 touch $touch_files195 while read f; do touch "$f"; done209 touch $file284 touch $file318 touch $file
67 touch aclocal.m476 touch configure95 touch $touch_files106 while read f; do touch "$f"; done175 touch $file
35 atf_check touch a55 atf_check touch a89 atf_check touch a b116 atf_check touch a128 atf_check touch a166 atf_check touch foo167 atf_check touch -d 1970-01-01T00:00:42 foo220 atf_check touch a
142 touch root/dir/file1143 touch root/dir/file2144 touch root/file3145 touch root/file4213 touch root/dir/file1214 touch root/dir/file2215 touch root/file3216 touch root/file4
66 log_must touch $PRJDIR/c170 log_must touch $PRJDIR/a1/c274 log_must touch $PRJDIR/b1/c278 log_must touch $PRJDIR/a1/a2/c382 log_must touch $PRJDIR/a1/a2/a3/c483 log_must touch $PRJDIR/a1/a2/a3/d4
38 atf_check -s exit:0 touch -d 2017-12-31T10:00:00Z -h test/link39 atf_check -s exit:0 touch -d 2017-12-31T11:00:00Z test/file240 atf_check -s exit:0 touch -d 2017-12-31T12:00:00Z test/file159 atf_check -s exit:0 touch test/file3
42 $ touch nfs4/xxx48 $ touch posix/xxx57 $ touch posix/xxx76 $ touch posix/xxx89 $ touch posix/xxx107 $ touch nfs4/xxx122 $ touch nfs4/xxx133 $ touch nfs4/xxx148 $ touch nfs4/xxx163 $ touch posix/xxx[all …]