Home
last modified time | relevance | path

Searched refs:Touch (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/libphonenumber/resources/carrier/en/
D961.txt18 96130|Touch
24 96136|Touch
25 96137|Touch
26 96138|Touch
27 96139|Touch
28 961700|Touch
34 961706|Touch
35 961707|Touch
36 961708|Touch
37 961709|Touch
[all …]
/third_party/ninja/src/
Ddisk_interface_test.cc38 bool Touch(const char* path) { in Touch() function
61 ASSERT_TRUE(Touch("notadir")); in TEST_F()
81 ASSERT_TRUE(Touch("file")); in TEST_F()
111 ASSERT_TRUE(Touch("file1")); in TEST_F()
112 ASSERT_TRUE(Touch("fiLE2")); in TEST_F()
115 ASSERT_TRUE(Touch("subdir\\subfile1")); in TEST_F()
116 ASSERT_TRUE(Touch("subdir\\SUBFILE2")); in TEST_F()
117 ASSERT_TRUE(Touch("subdir\\SUBFILE3")); in TEST_F()
208 ASSERT_TRUE(Touch(kFileName)); in TEST_F()
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py58 class Touch(object): class
126 t = Touch(tv2us(event.sec, event.usec))
149 self.touch = Touch(major=self.touch.major,
Dlibinput-measure-touch-size.py51 class Touch(object): class
199 self.touch = Touch(0, 0)
274 self.touch = Touch(major=self.touch.major,
Dlibinput-measure-touchpad-pressure.py96 class Touch(object): class
278 s.append(Touch(pressure=event.value))
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_touchEvent.js41 const Touch = { variable
/third_party/libinput/doc/user/
Dpalm-detection.rst99 Touch 'A' starts inside the exclusion zone and moves
103 Touch 'B' starts inside the exclusion zone but moves horizontally out of the
106 Touch 'C' occurs in the top part of the exclusion zone. Despite being a
107 tapping motion, it does not generate an emulated button event. Touch 'D'
Dtouchpads.rst72 Touch capabilities
207 Touch-capable graphics tablets are effectively external touchpads, with two
Dtouchpad-jumping-cursors.rst15 the text **"Touch jump detected and discarded."** and a link to this page.
Dtouchpad-pressure-debugging.rst61 | Touch | down | up | palm | thumb | min | max | p | avg | median |
161 Touch sizes used: 10:8
/third_party/node/src/
Dnode_sockaddr-inl.h234 T::Touch(it->first, &it->second->second); in Upsert()
240 T::Touch(list_.begin()->first, &list_.begin()->second); in Upsert()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/Demos.xcodeproj/
Dproject.pbxproj261 …0E107B1200ABAC90 /* Touch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application…
422 FDC202EE0E107B1200ABAC90 /* Touch.app */,
624 FDC202DD0E107B1200ABAC90 /* Touch */ = {
626 …gurationList = FDC202EB0E107B1200ABAC90 /* Build configuration list for PBXNativeTarget "Touch" */;
637 name = Touch;
639 productReference = FDC202EE0E107B1200ABAC90 /* Touch.app */;
719 FDC202DD0E107B1200ABAC90 /* Touch */,
1152 PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Touch;
1153 PRODUCT_NAME = Touch;
1162 PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Touch;
[all …]
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dtest_pointer.dart262 assert(kind != PointerDeviceKind.touch, "Touch pointers can't generate hover events");
285 assert(kind != PointerDeviceKind.touch, "Touch pointers can't generate pointer signal events");
392 /// up, then a hover event is dispatched. Touch devices are not able to send
401 /// up, then a hover event is dispatched. Touch devices are not able to send
412 'Touch device move events can only be sent if the pointer is down.');
/third_party/flutter/flutter/examples/layers/widgets/
Dcustom_render_box.dart54 child: Text('Touch me!'),
/third_party/ffmpeg/doc/
Dbuild_system.txt56 Touch all files that otherwise would be built, this is useful to reduce
/third_party/eudev/hwdb/
D70-mouse.hwdb583 # Logitech Ultrathin Touch Mouse
584 mouse:bluetooth:v046dpb00d:name:Ultrathin Touch Mouse:
621 # Microsoft Arc Touch Mouse USB
633 # Microsoft Arc Touch Mouse SE:
634 mouse:bluetooth:v045ep07f3:name:Arc Touch Mouse SE:
/third_party/flutter/skia/third_party/externals/sdl/
DCREDITS.txt41 * Holmes Futrell for his port of SDL to the iPhone and iPod Touch during the
/third_party/flutter/flutter/packages/flutter_test/test/
Dcontroller_test.dart248 'Touch Slop: ${testResult.slop}\n'
259 'Touch slop: ${testResult.slop}\n'
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME.md48 - [Touch](README-touch.md)
/third_party/typescript/tests/lib/
Dreact.d.ts2333 interface Touch { interface
2345 [index: number]: Touch;
2347 item(index: number): Touch;
2348 identifiedTouch(identifier: number): Touch;
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4023 type Touch float64 type
4510 First Touch = 1
4513 Last Touch = 2
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4023 type Touch float64 type
4510 First Touch = 1
4513 Last Touch = 2
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4023 type Touch float64 type
4510 First Touch = 1
4513 Last Touch = 2
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp211 case PointerDeviceType::Touch:
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/
DREADME23 Touch (touch.c):

1234