/third_party/python/Lib/test/ |
H A D | test_zipapp.py | 29 (source / '__main__.py').touch() 38 (source / '__main__.py').touch() 47 (source / '__main__.py').touch() 50 (source / 'foo' / '__init__.py').touch() 65 (source / '__main__.py').touch() 66 (source / 'test.py').touch() 67 (source / 'test.pyc').touch() 84 (source / '__main__.py').touch() 85 (source / 'test.py').touch() 87 (source / 'dummy' / 'test2.py').touch() [all...] |
H A D | test_ensurepip.py | 15 def touch(self, directory, filename): member in TestPackages 22 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl") 23 self.touch(tmpdir, "setuptools-49.1.3-py3-none-any.whl") 47 self.touch(tmpdir, setuptools_filename) 48 self.touch(tmpdir, pip_filename) 50 self.touch(tmpdir, "wheel-0.34.2-py2.py3-none-any.whl")
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touch-size.py | 101 """A touch sequence from beginning to end""" 120 def append(self, touch): 122 self.points.append(touch) 123 self.major_range.update(touch.major) 124 self.minor_range.update(touch.minor) 126 if touch.major < self.device.up or touch.minor < self.device.up: 128 elif touch.major > self.device.down or touch.minor > self.device.down: 132 self.is_palm = touch [all...] |
H A D | libinput-measure-touchpad-tap.py | 125 error("Unable to find a touch device.") 153 if self.touch.dirty: 154 self.current_sequence().append(self.touch) 155 self.touch = Touch( 156 major=self.touch.major, 157 minor=self.touch.minor, 158 orientation=self.touch.orientation, 198 # different sort order. Row number is index of touch 203 # 1: touch down time in ms, offset by first event 204 # 2: touch u [all...] |
H A D | libinput-measure-touchpad-pressure.py | 108 """A touch sequence from beginning to end""" 126 def append(self, touch): 128 self.points.append(touch) 129 self.prange.update(touch.pressure) 131 if touch.pressure < self.device.up: 133 elif touch.pressure > self.device.down: 137 self.is_palm = touch.pressure > self.device.palm 141 self.is_thumb = touch.pressure > self.device.thumb 342 print("If the touch states do not match the interaction, re-run") 343 print("with --touch [all...] |
/third_party/libinput/test/ |
H A D | test-totem.c | 491 struct litest_device *touch; in START_TEST() local 494 touch = litest_add_device(li, LITEST_DELL_CANVAS_TOTEM_TOUCH); in START_TEST() 498 litest_touch_down(touch, 0, 50, 50); in START_TEST() 501 litest_touch_move_to(touch, 0, 50, 50, 50, 70, 10); in START_TEST() 514 litest_touch_move_to(touch, 0, 50, 70, 20, 50, 10); in START_TEST() 520 litest_touch_up(touch, 0); in START_TEST() 523 litest_delete_device(touch); in START_TEST() 530 struct litest_device *touch; in START_TEST() local 533 touch = litest_add_device(li, LITEST_DELL_CANVAS_TOTEM_TOUCH); in START_TEST() 542 litest_touch_down(touch, in START_TEST() 556 struct litest_device *touch; START_TEST() local [all...] |
/third_party/libsnd/Scripts/ |
H A D | static-deps-build.mk | 59 touch $@ 63 touch $@ 67 touch $@ 71 touch $@ 75 touch $@ 78 touch $@ 85 touch $@ 92 touch $@ 104 touch $@ 110 touch [all...] |
/third_party/skia/experimental/sktext/editor/ |
H A D | Mouse.cpp | 17 bool Mouse::isDoubleClick(SkPoint touch) { in isDoubleClick() argument 18 if ((touch - fLastTouchPoint).length() > MAX_DBL_TAP_DISTANCE) { in isDoubleClick() 19 fLastTouchPoint = touch; in isDoubleClick() 25 fLastTouchPoint = touch; in isDoubleClick()
|
/third_party/icu/tools/multi/c/ |
H A D | Makefile | 48 touch -c $@ 53 touch -c $@ 61 touch -c $@ 69 touch -c $@ 76 touch -c $@ 82 touch -c $@
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs08.sh | 16 touch 1 18 touch 2
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 37 touch $@ 259 touch $@ 278 touch $@ 290 touch $@ 294 touch $@ 299 touch $(MESON_OUT_DIR)/install/usr/local/lib/libvulkan_$(MESA_VK_LIB_SUFFIX_$1).so 314 touch $@ 318 touch $@
|
/third_party/musl/scripts/ |
H A D | runtest.sh | 6 touch /data/tests/libc-test/REPORT 7 touch /data/tests/libc-test/FileList.txt 8 touch /data/tests/libc-test/SkipList.txt
|
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 36 fn touch(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in touch() functions 43 touch(dir, path, extension) in mk_bin() 82 pub fn touch(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in touch() functions 83 touch(self.tempdir.path(), path, extension) in touch() 372 f.touch("b/another", "").unwrap(); in test_which_non_executable() 381 let b = f.touch("b/another", "").unwrap(); in test_which_absolute_non_executable() 390 f.touch("b/another", "").unwrap(); in test_which_relative_non_executable()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
H A D | fs-metadata.sh | 233 touch $K_FS_METADATA_PID 234 touch $K_THREADS_PID 237 touch $K_FLAG
|
/third_party/ltp/testcases/commands/which/ |
H A D | which01.sh | 16 touch pname 21 touch bin/pname
|
/third_party/musl/libc-test/ |
H A D | Makefile | 143 touch $@ 145 touch $@ 147 touch $@ 149 touch $@
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_allegro5.cpp | 378 if (ev->touch.display == bd->Display) in ImGui_ImplAllegro5_ProcessEvent() 379 io.MousePos = ImVec2(ev->touch.x, ev->touch.y); in ImGui_ImplAllegro5_ProcessEvent() 384 if (ev->touch.display == bd->Display && ev->touch.primary) in ImGui_ImplAllegro5_ProcessEvent()
|
/third_party/cJSON/tests/unity/test/spec/ |
H A D | generate_module_existing_file_spec.rb | 6 FileUtils.touch "sandbox/src/#{file}" 10 FileUtils.touch "sandbox/test/#{file}"
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 66 [ -e "$ztf" ] && ztf= || { touch $ztf && chmod 600 $ztf; } 111 touch "$dest" || die 2 "couldn't create '$dest'"
|
/third_party/ltp/testcases/commands/tar/ |
H A D | tar_tests.sh | 92 ROD touch $TAR_FILES 110 ROD touch file4
|
/third_party/ltp/testcases/commands/mv/ |
H A D | mv_tests.sh | 40 ROD_SILENT touch $dirname/f.$fcnt 120 ROD_SILENT touch tmpfile1 tmpfile2
|
/third_party/unity/test/spec/ |
H A D | generate_module_existing_file_spec.rb | 6 FileUtils.touch "sandbox/src/#{file}" 10 FileUtils.touch "sandbox/test/#{file}"
|
/third_party/tzdata/ |
H A D | Makefile | 831 touch $@ 883 touch $@ 891 touch $@ 899 touch $@ 909 touch $@ 917 touch $@ 924 touch $@ 930 touch $@ 952 touch $@ 960 touch [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 199 touch $@ 298 touch $@ 307 touch $@ 333 touch $@
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decimfmt.cpp | 58 touch(status); in DecimalFormat() 65 touch(status); in DecimalFormat() 73 touch(status); in DecimalFormat() 100 touch(status); in DecimalFormat() 408 touch(status); in DecimalFormat() 426 touch(status); in DecimalFormat() 451 touch(status); in DecimalFormat() 475 touch(status); in operator =() 1365 touch(status); in applyPattern() 1532 touch(e in setCurrency() 1603 void DecimalFormat::touch(UErrorCode& status) { touch() function in DecimalFormat [all...] |