Home
last modified time | relevance | path

Searched full:touch (Results 1 – 25 of 1207) sorted by relevance

12345678910>>...49

/freebsd/usr.bin/touch/tests/
H A Dtouch_test.sh22 atf_check -s exit:1 -e match:"^usage" touch
32 atf_check touch foo
43 atf_check touch foo bar baz
54 atf_check touch -t 7001010101 foo
58 atf_check touch -t 7001010101.01 foo
62 atf_check touch -t 196912312359 foo
66 atf_check touch -t 196912312359.58 foo
70 atf_check touch -t 196912312359.59 foo
75 atf_check touch -d1969-12-31T23:59:58 foo
79 atf_check touch -d1969-12-31\ 23:59:58 foo
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-no-action-touch.mk1 # $NetBSD: opt-no-action-touch.mk,v 1.1 2021/01/30 12:46:38 rillig Exp $
3 # Tests for combining the command line options -n (no action) and -t (touch).
9 # opt-touch-jobs.mk contains the same test without the option -n.
12 .MAKEFLAGS: opt-touch-phony
13 .MAKEFLAGS: opt-touch-join
14 .MAKEFLAGS: opt-touch-use
15 .MAKEFLAGS: opt-touch-make
16 .MAKEFLAGS: opt-touch-regular
20 opt-touch-phony: .PHONY
25 opt-touch-join: .JOIN
[all …]
H A Dopt-touch.mk1 # $NetBSD: opt-touch.mk,v 1.4 2020/11/14 14:13:09 rillig Exp $
5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
7 opt-touch-phony: .PHONY
10 opt-touch-join: .JOIN
13 opt-touch-use: .USE
16 opt-touch-make: .MAKE
20 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); \
H A Dopt-touch-jobs.mk1 # $NetBSD: opt-touch-jobs.mk,v 1.2 2021/01/30 12:14:08 rillig Exp $
7 .MAKEFLAGS: opt-touch-phony
8 .MAKEFLAGS: opt-touch-join
9 .MAKEFLAGS: opt-touch-use
10 .MAKEFLAGS: opt-touch-make
14 opt-touch-phony: .PHONY
19 opt-touch-join: .JOIN
24 opt-touch-use: .USE
31 opt-touch-make: .MAKE
35 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); \
H A Dopt-no-action-touch.exp1 echo ": Making opt-touch-phony."
2 { : Making opt-touch-phony.
4 echo 'Making opt-touch-make.'
5 Making opt-touch-make.
6 echo ": Making opt-touch-regular."
7 { : Making opt-touch-regular.
9 `opt-touch-join' is up to date.
10 `opt-touch-use' is up to date.
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh98 atf_check -e empty -s exit:0 touch d
100 atf_check -e empty -s exit:0 touch .f
106 atf_check -e empty -s exit:0 touch klmn
107 atf_check -e empty -s exit:0 touch opqr
108 atf_check -e empty -s exit:0 touch stuv
110 atf_check -e empty -s exit:0 touch 0b00000001
111 atf_check -e empty -s exit:0 touch 0b00000010
112 atf_check -e empty -s exit:0 touch 0b00000011
113 atf_check -e empty -s exit:0 touch 0b00000100
114 atf_check -e empty -s exit:0 touch 0b00000101
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dimx6ul_tsc.txt1 * Freescale i.MX6UL Touch Controller
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 (The
11 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.
H A Dbu21013.txt1 * Rohm BU21013 Touch Screen
11 - touch-gpios : GPIO pin registering a touch event
23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis
24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis
25 - rohm,flip-x : Flip touch coordinates on the X axis
26 - rohm,flip-y : Flip touch coordinates on the Y axis
36 touch-gpio = <&gpio2 20 GPIO_ACTIVE_LOW>;
H A Dfsl,imx6ul-tsc.yaml7 title: Freescale i.MX6UL Touch Controller
20 - description: touch controller address
25 - description: touch controller address
40 low once the finger leave the touch screen (The last touch event
41 the touch controller capture).
55 The touch screen need some time to precharge.
H A Dazoteq,iqs7211.yaml66 azoteq,rate-touch-ms:
69 description: Specifies the report rate (in ms) during idle-touch mode.
92 from active mode to idle or idle-touch modes.
94 azoteq,timeout-touch-ms:
100 from idle-touch mode to idle mode.
258 azoteq,touch-enter:
262 description: Specifies the trackpad's touch entrance factor.
264 azoteq,touch-exit:
268 description: Specifies the trackpad's touch exit factor.
274 description: Specifies the trackpad's stationary touch threshold.
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Ddosmode.ksh83 log_must touch $testfile
87 log_must touch $testfile
92 log_must user_run $owner touch $testfile
97 log_must user_run $owner touch $testfile
107 log_must touch $testfile
113 log_must user_run $owner touch $testfile
126 log_must touch $testfile
132 log_must user_run $owner touch $testfile
147 log_must touch $testfile
157 log_must user_run $owner touch $testfile
[all …]
H A Dposixmode.ksh79 log_must touch $file
84 log_must touch $file
89 log_must user_run $owner touch $file
94 log_must user_run $owner touch $file
98 log_must user_run $owner touch $file
110 log_must touch $file
115 log_must touch $file
121 log_mustnot user_run $owner touch $file
122 log_must touch $file
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml108 # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch
112 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
115 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
116 # Same timings as the ETM0700G0DH6, but with resistive touch.
118 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
120 # backlight and the touch interface.
123 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
126 # Emerging Display Technology Corp. LVDS WSVGA TFT Display with capacitive touch
128 # Emerging Display Technology Corp. 10.1" LVDS WXGA TFT Display with capacitive touch
131 # capacitive touch
[all …]
/freebsd/usr.sbin/extattr/tests/
H A Dextattr_test.sh33 touch foo
46 touch foo
58 touch foo
78 touch foo
93 touch foo
111 touch foo
137 touch foo
148 touch foo
163 touch foo
178 touch foo
[all …]
/freebsd/tests/sys/acl/
H A Dtools-crossfs.test42 $ touch nfs4/xxx
48 $ touch posix/xxx
57 $ touch posix/xxx
76 $ touch posix/xxx
89 $ touch posix/xxx
107 $ touch nfs4/xxx
122 $ touch nfs4/xxx
133 $ touch nfs4/xxx
148 $ touch nfs4/xxx
163 $ touch posix/xxx
[all …]
/freebsd/crypto/openssh/regress/
H A Dsftp-perm.sh94 "touch $COPY; chmod 0400 $COPY" \
101 "touch $COPY" \
122 "touch $COPY" \
129 "touch $COPY" \
136 "touch $COPY" \
143 "touch $COPY" \
195 "touch $COPY; chmod 0400 $COPY" \
203 "touch $COPY" \
229 # "touch $COPY" \
237 "touch $COPY" \
[all …]
/freebsd/contrib/libfido2/man/
H A Dfido_dev_get_touch_begin.334 .Nd asynchronously wait for touch on a FIDO2 authenticator
43 asynchronously wait for touch on a FIDO2 authenticator.
49 function initiates a touch request on
54 function continues an ongoing touch request on
61 will be updated to reflect the touch request status.
64 is 1, the device was touched, and the touch request is
70 to continue the touch request, or
/freebsd/tools/test/stress2/misc/
H A Dmountro4.sh44 touch $f1
46 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 $f1
64 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 $f1
88 touch $f2 2>/dev/null && { echo "msdosfs: ro failed"; s=1; }
98 touch $f2 2>/dev/null || { echo "msdosfs: rw failed"; s=1; }
/freebsd/tools/regression/tmpfs/
H A Dt_rename95 touch a || die
96 touch b || die
104 touch a/c || die
115 touch a/c || die
117 touch b/d || die
131 touch b || die
140 touch a || die
150 touch dir/a
160 touch dir/a
161 touch dir/b
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs62x-keys.yaml39 Specifies the numeric keycodes associated with each available touch or
46 | 0 | CH0 Touch | x | x | x | x | x |
47 | | Antenna 1 Touch* | x | | | | |
52 | 2 | CH1 Touch | x | x | x | x | x |
53 | | Ant. 1 Deep Touch* | x | | | | |
57 | 4 | CH2 Touch | x | | | | |
62 | 6 | Metal (+) Touch** | x | x | | | |
63 | | Ant. 2 Deep Touch* | x | | | | |
66 | | Antenna 2 Touch* | x | | | | |
68 | 8 | Metal (-) Touch** | x | x | | | |
[all …]
H A Diqs626a.yaml7 title: Azoteq IQS626A Capacitive Touch Controller
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
88 represents touch state as follows:
107 2: Proximity or touch
108 3: Proximity, touch or deep touch
112 description: Multiplies all touch and deep-touch thresholds by 4.
209 touch states (ULP channel).
407 Inverts the polarity of the states reported for proximity, touch and
408 deep-touch events relative to their respective thresholds (generic
450 "^event-(prox|touch|deep)(-alt)?$":
[all …]
/freebsd/contrib/ntp/
H A Dbootstrap84 touch $lt
87 touch $lr
97 # touch the stuff generated by the opt files
124 *) touch $l
131 *) touch $li
138 *) touch $lh
152 touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h
163 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 ;;
/freebsd/crypto/heimdal/
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
156 touch aclocal.m4
165 touch configure
184 touch $touch_files
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff_001_pos.ksh44 log_must ${TOUCH} ${TESTDIR}/files/leavealone
45 log_must ${TOUCH} ${TESTDIR}/files/modify
46 log_must ${TOUCH} ${TESTDIR}/files/rename
47 log_must ${TOUCH} ${TESTDIR}/files/delete
50 log_must ${TOUCH} ${TESTDIR}/files/srcdir/move
55 log_must ${TOUCH} ${TESTDIR}/dirs/modify
63 log_must ${TOUCH} ${TESTDIR}/files/create
/freebsd/crypto/heimdal/lib/roken/
H A Dmissing40 aclocal touch file \`aclocal.m4'
41 autoconf touch file \`configure'
42 autoheader touch file \`config.h.in'
43 automake touch all \`Makefile.in' files
47 makeinfo touch the output file
67 touch aclocal.m4
76 touch configure
95 touch $touch_files
106 while read f; do touch "$f"; done
175 touch $file

12345678910>>...49