Home
last modified time | relevance | path

Searched refs:Touch (Results 1 – 25 of 85) 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.cc40 bool Touch(const char* path) { in Touch() function
63 ASSERT_TRUE(Touch("notadir")); in TEST_F()
83 ASSERT_TRUE(Touch("file")); in TEST_F()
113 ASSERT_TRUE(Touch("file1")); in TEST_F()
114 ASSERT_TRUE(Touch("fiLE2")); in TEST_F()
117 ASSERT_TRUE(Touch("subdir\\subfile1")); in TEST_F()
118 ASSERT_TRUE(Touch("subdir\\SUBFILE2")); in TEST_F()
119 ASSERT_TRUE(Touch("subdir\\SUBFILE3")); in TEST_F()
210 ASSERT_TRUE(Touch(kFileName)); in TEST_F()
215 ASSERT_TRUE(Touch(kFileName)); in TEST_F()
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py61 class Touch(object): class
130 t = Touch(tv2us(event.sec, event.usec))
155 self.touch = Touch(
Dlibinput-measure-touch-size.py55 class Touch(object): class
207 self.touch = Touch(0, 0)
291 self.touch = Touch(
Dlibinput-measure-touchpad-pressure.py100 class Touch(object): class
319 s.append(Touch(pressure=event.value))
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_touchEvent.js41 const Touch = { variable
/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/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/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/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/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/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/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/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/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):
/third_party/node/test/cctest/
Dtest_sockaddr.cc74 static void Touch(const SocketAddress& address, Type* type) { in TEST() function

1234