Home
last modified time | relevance | path

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

12345678910>>...59

/src/usr.bin/touch/tests/
H A Dtouch_test.sh28 atf_check -s exit:1 -e match:"^usage" touch
38 atf_check touch foo
49 atf_check touch foo bar baz
60 atf_check touch -t 7001010101 foo
64 atf_check touch -t 7001010101.01 foo
68 atf_check touch -t 196912312359 foo
72 atf_check touch -t 196912312359.58 foo
76 atf_check touch -t 196912312359.59 foo
81 atf_check touch -d1969-12-31T23:59:58 foo
85 atf_check touch -d1969-12-31\ 23:59:58 foo
[all …]
/src/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh105 atf_check touch d
107 atf_check touch .f
113 atf_check touch klmn
114 atf_check touch opqr
115 atf_check touch stuv
117 atf_check touch 0b00000001
118 atf_check touch 0b00000010
119 atf_check touch 0b00000011
120 atf_check touch 0b00000100
121 atf_check touch 0b00000101
[all …]
/src/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.3 2025/05/18 06:24:27 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.
/src/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.
/src/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml112 # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch
116 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
119 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
120 # Same timings as the ETM0700G0DH6, but with resistive touch.
122 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
124 # backlight and the touch interface.
127 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
130 # Emerging Display Technology Corp. LVDS WSVGA TFT Display with capacitive touch
132 # Emerging Display Technology Corp. 10.1" LVDS WXGA TFT Display with capacitive touch
135 # capacitive touch
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Ddosmode.ksh84 log_must touch $testfile
88 log_must touch $testfile
93 log_must user_run $owner touch $testfile
98 log_must user_run $owner touch $testfile
108 log_must touch $testfile
114 log_must user_run $owner touch $testfile
127 log_must touch $testfile
133 log_must user_run $owner touch $testfile
148 log_must touch $testfile
158 log_must user_run $owner touch $testfile
[all …]
H A Dposixmode.ksh80 log_must touch $file
85 log_must touch $file
90 log_must user_run $owner touch $file
95 log_must user_run $owner touch $file
99 log_must user_run $owner touch $file
111 log_must touch $file
116 log_must touch $file
122 log_mustnot user_run $owner touch $file
123 log_must touch $file
/src/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 …]
/src/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 …]
/src/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 …]
/src/bin/ls/tests/
H A Dls_tests.sh49 atf_check -e empty -s exit:0 touch d
51 atf_check -e empty -s exit:0 touch .f
55 atf_check -e empty -s exit:0 touch klmn
56 atf_check -e empty -s exit:0 touch opqr
57 atf_check -e empty -s exit:0 touch stuv
59 atf_check -e empty -s exit:0 touch 0b00000001
60 atf_check -e empty -s exit:0 touch 0b00000010
61 atf_check -e empty -s exit:0 touch 0b00000011
62 atf_check -e empty -s exit:0 touch 0b00000100
63 atf_check -e empty -s exit:0 touch 0b00000101
[all …]
/src/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
/src/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; }
/src/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 …]
/src/contrib/libarchive/tar/test/
HDtest_list_item.tar.uu126 touch f
132 touch d/f
135 touch fake-username
136 touch fake-groupname
139 touch -d "1980-01-01T00:00:01" -h -a -m ./*
140 touch -d "1980-01-01T00:00:01" -h -a -m d/*
/src/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 Diqs269a.yaml7 title: Azoteq IQS269A Capacitive Touch Controller
16 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
164 Selects the channel for which the GPIO3 pin represents touch state.
198 2: Proximity or touch
199 3: Proximity, touch or deep touch
213 azoteq,touch-hold-ms:
220 'azoteq,gpio3-select' must be held in a state of touch in order for an
250 Specifies the length of time (in ms) within which a slider touch must be
355 Inverts the polarity of the states reported for proximity, touch and
356 deep-touch events relative to their respective thresholds.
[all …]
/src/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 ;;
/src/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 …]
/src/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

12345678910>>...59