/external/toybox/tests/ |
D | touch.test | 7 testing "touch" "touch walrus && [ -e walrus ] && echo yes" "yes\n" "" "" 8 testing "1 2 3" "touch one two three && rm one two three && echo yes" "yes\n" \ 10 testing "-c" "touch -c walrus && [ -e walrus ] && echo yes" "yes\n" "" "" 11 testing "-c missing" "touch -c warrus && [ ! -e warrus ] && echo yes" \ 15 "touch -t 201201231234 walrus && date -r walrus +%Y%m%d-%H%M%S.%N" \ 20 "touch -t 01231234 input && date +%Y-%m-%d:%H-%M-%S -r input" \ 24 "touch -t 2101231234 input && date +%Y-%m-%d:%H-%M-%S -r input" \ 28 "touch -t 201201231234 walrus && date -r walrus +%Y%m%d-%H%M%S.%N" \ 32 "touch -t 201201231234.56 walrus && date -r walrus +%Y%m%d-%H%M%S.%N" \ 35 testing "-t -" "TZ=utc touch -t 200109090146.40 - > walrus && TZ=utc date -r walrus +%s" \ [all …]
|
D | mv.test | 5 # "touch two; chmod -w two; mv one two" shouldn't prompt to delete two if 15 touch file 21 touch file 35 touch file1 file2 dir1/file3 51 touch file1 59 touch file1 67 touch file1 74 touch file1 85 touch dir1/dir2/file1 dir1/dir2/file2 119 touch file1 file2 [all …]
|
D | date.test | 46 testing "%N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%N" "20120123-12… 47 testing "%1N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%1N" "20120123-… 48 testing "%2N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%2N" "20120123-… 49 testing "%8N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%8N" "20120123-… 50 testing "%9N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%9N" "20120123-… 51 testing "%%N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%%N" "20120123-… 52 testing "trailing %" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%" "2012… 53 testing "just %" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%" "%\n" "" "" 57 testing "-I" "touch -d 2012-01-23T12:34:56.123456789Z f && date -r f -u -I" \ 59 testing "-Id" "touch -d 2012-01-23T12:34:56.123456789Z f && date -r f -u -Id" \ [all …]
|
D | cp.test | 31 touch walrus 34 touch two/three 39 touch two 46 touch two 64 #touch file 69 touch one two 86 touch one/two/three/five one/{six,seven,eight} 97 mkdir one; touch one/two; cp one/two one/three 101 mkdir one; touch one/two; ln -s two one/three 106 touch walrus [all …]
|
/external/autotest/metadata/tests/ |
D | touch.star | 13 'touch/GestureNav', 14 suites = ['touch'], 18 'touch/MouseScroll', 19 suites = ['touch'], 23 'touch/ScrollDirection', 24 suites = ['touch'], 28 'touch/StylusTaps', 29 suites = ['touch'], 33 'touch/TabSwitch', 34 suites = ['touch'], [all …]
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/monitor/ |
D | FileAlterationObserverTest.java | 92 final File testDirAFile1 = touch(new File(testDirA, "A-file1.java")); in testDirectory() 93 … final File testDirAFile2 = touch(new File(testDirA, "A-file2.txt")); // filter should ignore this in testDirectory() 94 final File testDirAFile3 = touch(new File(testDirA, "A-file3.java")); in testDirectory() 95 File testDirAFile4 = touch(new File(testDirA, "A-file4.java")); in testDirectory() 96 final File testDirBFile1 = touch(new File(testDirB, "B-file1.java")); in testDirectory() 112 testDirAFile4 = touch(testDirAFile4); in testDirectory() 147 testDir = touch(testDir); in testFileCreate() 148 testDirA = touch(testDirA); in testFileCreate() 150 final File testDirAFile2 = touch(new File(testDirA, "A-file2.java")); in testFileCreate() 152 final File testDirAFile4 = touch(new File(testDirA, "A-file4.java")); in testFileCreate() [all …]
|
/external/libpalmrejection/ui/events/ozone/evdev/ |
D | touch_evdev_types.cc | 16 std::ostream& operator<<(std::ostream& out, const InProgressTouchEvdev& touch) { in operator <<() argument 17 out << "InProgressTouchEvdev(x=" << touch.x << ", y=" << touch.y in operator <<() 18 << ", tracking_id=" << touch.tracking_id << ", slot=" << touch.slot in operator <<() 19 << ", pressure=" << touch.pressure << ", major=" << touch.major in operator <<() 20 << ", minor=" << touch.minor << ", tool_type=" << touch.tool_type in operator <<() 21 << ", altered=" << touch.altered in operator <<() 22 << ", was_touching=" << touch.was_touching in operator <<() 23 << ", touching=" << touch.touching << ")"; in operator <<()
|
D | touch_evdev_types.h | 19 // Number of supported touch slots. ABS_MT_SLOT messages with 23 // Contains information about an in progress touch. 33 // Current touch major of this slot. in COMPONENT_EXPORT() 36 // Current touch minor of this slot. in COMPONENT_EXPORT() 42 // Whether there is new information for the touch. in COMPONENT_EXPORT() 45 // Whether the touch was cancelled. Touch events should be ignored till a in COMPONENT_EXPORT() 46 // new touch is initiated. in COMPONENT_EXPORT() 49 // Whether the touch is going to be canceled. in COMPONENT_EXPORT() 52 // Whether the touch is delayed at first appearance. Will not be reported yet. in COMPONENT_EXPORT() 55 // Whether the touch was delayed before. in COMPONENT_EXPORT() [all …]
|
/external/e2fsprogs/util/ |
D | gen-sample-fs | 13 touch $MNT/acl 18 touch $MNT/simple_acl 20 touch $MNT/xattr 29 touch $MNT/sdir/1 30 touch $MNT/sdir/2 31 touch $MNT/sdir/3 32 touch $MNT/sdir/4 34 touch $MNT/mdir/1 35 touch $MNT/mdir/2 36 touch $MNT/mdir/3 [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_zipapp.py | 28 (source / '__main__.py').touch() 37 (source / '__main__.py').touch() 46 (source / '__main__.py').touch() 49 (source / 'foo' / '__init__.py').touch() 64 (source / '__main__.py').touch() 65 (source / 'test.py').touch() 66 (source / 'test.pyc').touch() 83 (source / '__main__.py').touch() 84 (source / 'test.py').touch() 86 (source / 'dummy' / 'test2.py').touch() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | androiddeviceprovisioning_v1.customers.configurations.html | 110 …tup. Customers can add as many configurations as they need. However, zero-touch enrollment works b… 111 …ot;: "A String", # Required. The name of the organization. Zero-touch enrollment shows t… 113 …7;s purpose. For example, _Sales team_ or _Temporary employees_. The zero-touch enrollment portal … 114 …quired. The email address that device users can contact to get help. Zero-touch enrollment shows t… 115 …umber that device users can call, using another device, to get help. Zero-touch enrollment shows t… 116 …lp or give them more details about what’s happening to their device. Zero-touch enrollment shows t… 119 …or False, # Required. Whether this is the default configuration that zero-touch enrollment applies… 131 …tup. Customers can add as many configurations as they need. However, zero-touch enrollment works b… 132 …ot;: "A String", # Required. The name of the organization. Zero-touch enrollment shows t… 134 …7;s purpose. For example, _Sales team_ or _Temporary employees_. The zero-touch enrollment portal … [all …]
|
D | androiddeviceprovisioning_v1.customers.devices.html | 79 <p class="firstline">Applies a Configuration to the device to register the device for zero-touch en… 97 …es it from zero-touch enrollment. After removing a device, a customer must contact their reseller … 101 …<pre>Applies a Configuration to the device to register the device for zero-touch enrollment. After… 110 …device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers… 112 …on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers… 114 …s.Build.MANUFACTURER`. Allowed values are listed in [manufacturers](/zero-touch/resources/manufact… 116 …rom `android.os.Build.MODEL`. Allowed values are listed in [models](/zero-touch/resources/manufact… 153 { # An Android device registered for zero-touch enrollment. 154 …touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. Call `partners.devices.uncl… 155 … for zero-touch enrollment have a claim with the type `SECTION_TYPE_ZERO_TOUCH`. To learn more, re… [all …]
|
D | androiddeviceprovisioning_v1.partners.devices.html | 79 <p class="firstline">Claims a device for a customer and adds it to zero-touch enrollment. If the de… 82 …hronously. Adds the devices to zero-touch enrollment. To learn more, read [Long‑running batch oper… 106 <p class="firstline">Unclaims a device from a customer and removes it from zero-touch enrollment.</… 109 …usly. Removes the devices from zero-touch enrollment. To learn more, read [Long‑running batch oper… 112 …can be used to track progress. Read [Long‑running batch operations](/zero-touch/guides/how-it-work… 116 …<pre>Claims a device for a customer and adds it to zero-touch enrollment. If the device is already… 125 …on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers… 127 …s.Build.MANUFACTURER`. Allowed values are listed in [manufacturers](/zero-touch/resources/manufact… 129 …rom `android.os.Build.MODEL`. Allowed values are listed in [models](/zero-touch/resources/manufact… 132 … To learn more, read [Device metadata](https://developers.google.com/zero-touch/guides/metadata). … [all …]
|
/external/autotest/client/cros/ |
D | touch_events_test_page.html | 5 including UI to toggle events and various non-mouse, keyboard, touch events. 9 Add event handlers for all mouse, touch, and keyboard events. Log any events 16 <title>Touch Event Test Page</title> 119 // Helper function for touch handler. 145 // Touch event handler. 157 var touch = event.changedTouches[i]; 162 startX: touch.screenX, 163 startY: touch.screenY, 167 activeTouchData[touch.identifier] = touchData; 169 var touchData = activeTouchData[touch.identifier]; [all …]
|
/external/wayland-protocols/chromium.org/unstable/stylus/ |
D | stylus-unstable-v2.xml | 45 summary="the touch already has a touch_stylus object associated"/> 53 <description summary="get stylus interface for touch"> 59 <arg name="touch" type="object" interface="wl_touch"/> 75 <description summary="stylus extension for touch"> 91 <entry name="touch" value="1" summary="Touch"/> 97 <description summary="sets tool type of touch"> 98 Notification that the user is using a tool type other than touch. There 101 tool type cannot change while a touch is being reported. 103 <arg name="id" type="uint" summary="touch id"/> 113 <arg name="id" type="uint" summary="touch id"/> [all …]
|
/external/ltp/testcases/kernel/fs/acl/ |
D | tacl_xattr.sh | 135 touch $CUR_PATH/tacl/mount-ext2/shared/team1/file1 150 touch $CUR_PATH/tacl/mount-ext2/shared/team2/file1 176 touch $CUR_PATH/tacl/mount-ext2/shared/team1/newfil1 2> /dev/null 179 printf "\nFAILED: [ touch ] Create file must be denied by file permission bits\n" 185 touch $CUR_PATH/tacl/mount-ext2/shared/symlinkdir1/newfil2 2> /dev/null 188 printf "\nFAILED: [ touch ] Create file must be denied by file permission bits\n" 212 printf "\nFAILED: [ touch ] ACL_USER_OBJ entry already contains the owner execute\n" 222 printf "\nFAILED: [ touch ] ACL_USER_OBJ entry already contains the owner execute\n" 235 touch $CUR_PATH/tacl/mount-ext2/shared/team1/newfil1 2> /dev/null 238 printf "\nFAILED: [ touch ] ACL_USER_OBJ entry already contains the owner write \n" [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeAndroidInput.java | 86 /** This mask is set if we don't want the key event to cause us to leave touch mode. */ 103 * Typically this is used with virtual touch screen keys; where the user can slide from the 173 * full gesture; but only the initial location of the movement/touch. 220 /** Motion event edge touch flags. */ 240 * <p>- For a touch screen, reports the absolute X screen position of the center of the touch 241 * contact area. The units are display pixels. - For a touch pad, reports the absolute X surface 242 * position of the center of the touch contact area. The units are device-dependent. - For a 253 * <p>- For a touch screen; reports the absolute Y screen position of the center of the touch 254 * contact area. The units are display pixels. - For a touch pad; reports the absolute Y surface 255 * position of the center of the touch contact area. The units are device-dependent. - For a [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeAndroidInput.java | 86 /** This mask is set if we don't want the key event to cause us to leave touch mode. */ 103 * Typically this is used with virtual touch screen keys; where the user can slide from the 173 * full gesture; but only the initial location of the movement/touch. 220 /** Motion event edge touch flags. */ 240 * <p>- For a touch screen, reports the absolute X screen position of the center of the touch 241 * contact area. The units are display pixels. - For a touch pad, reports the absolute X surface 242 * position of the center of the touch contact area. The units are device-dependent. - For a 253 * <p>- For a touch screen; reports the absolute Y screen position of the center of the touch 254 * contact area. The units are display pixels. - For a touch pad; reports the absolute Y surface 255 * position of the center of the touch contact area. The units are device-dependent. - For a [all …]
|
/external/clang/test/Driver/ |
D | output-file-cleanup.c | 3 // RUN: touch %t.s 8 // RUN: touch %t.s 13 // RUN: touch %t.s 28 // RUN: touch %t1.c 34 // RUN: touch %t1.c 35 // RUN: touch %t2.c 44 // RUN: touch %t1.c 46 // RUN: touch %t3.c 48 // RUN: touch %t5.c
|
/external/walt/ios/WALT/ |
D | TapLatencyController.m | 81 // TODO(pquinn): Pick first/last coalesced touch? 94 WALTTouch *touch = [[WALTTouch alloc] initWithEvent:event]; 95 touch.callbackTime = callbackTime; 96 touch.physicalTime = physicalTime; 99 if (touch.phase == UITouchPhaseBegan) { 130 [_touches addObject:touch]; 131 if (touch.phase == UITouchPhaseBegan) { 170 for (WALTTouch *touch in _touches) { 171 if (touch.phase != phase) { 175 [p2k addObject:[NSNumber numberWithDouble:touch.kernelTime - touch.physicalTime]]; [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
D | TouchTracker.java | 26 * Basic touch input system. 28 * <p>Mixing touch input and gyro input results in a complicated UI so this should be used 29 * carefully. This touch system implements a basic (X, Y) -> (yaw, pitch) transform. This works for 35 * <p>It is also important to get the order of operations correct. To match what users expect, touch 37 * by the pitch offset. If the order of operations is incorrect, the sensors & touch rotations will 43 * a nicer UI. An even more advanced UI would reproject the user's touch point into 3D and drag the 57 // Touch input won't change the pitch beyond +/- 45 degrees. This reduces awkward situations 58 // where the touch-based pitch and gyro-based pitch interact badly near the poles. 61 // With every touch event, update the accumulated degrees offset by the new pixel amount. 68 // The conversion from touch to yaw & pitch requires compensating for device roll. This is set [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
D | TouchTracker.java | 26 * Basic touch input system. 28 * <p>Mixing touch input and gyro input results in a complicated UI so this should be used 29 * carefully. This touch system implements a basic (X, Y) -> (yaw, pitch) transform. This works for 35 * <p>It is also important to get the order of operations correct. To match what users expect, touch 37 * by the pitch offset. If the order of operations is incorrect, the sensors & touch rotations will 43 * a nicer UI. An even more advanced UI would reproject the user's touch point into 3D and drag the 57 // Touch input won't change the pitch beyond +/- 45 degrees. This reduces awkward situations 58 // where the touch-based pitch and gyro-based pitch interact badly near the poles. 61 // With every touch event, update the accumulated degrees offset by the new pixel amount. 68 // The conversion from touch to yaw & pitch requires compensating for device roll. This is set [all …]
|
/external/perfetto/test/trace_processor/diff_tests/chrome/ |
D | touch_jank.py | 74 # Touch move 1 - not janky 91 # The slices below will block this "not janky" touch move 1. 97 # This ends the blocking slices of "not janky" touch move 1. 106 # Touch move 2 - janky 123 # The slices below will block this "janky" touch move 2. 129 # This ends the blocking slices of "janky" touch move 2. 138 # Touch move 3 - janky 155 # The slices below will block this "janky" touch move 3. 161 # This ends the blocking slices of "janky" touch move 3.
|
/external/libcap-ng/libcap-ng-0.7/ |
D | missing | 77 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 $touch_files [all …]
|
/external/libnfnetlink/build-aux/ |
D | missing | 77 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 $touch_files [all …]
|