/third_party/libphonenumber/resources/carrier/en/ |
D | 961.txt | 18 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/ |
D | disk_interface_test.cc | 40 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/ |
D | libinput-measure-touchpad-tap.py | 61 class Touch(object): class 130 t = Touch(tv2us(event.sec, event.usec)) 155 self.touch = Touch(
|
D | libinput-measure-touch-size.py | 55 class Touch(object): class 207 self.touch = Touch(0, 0) 291 self.touch = Touch(
|
D | libinput-measure-touchpad-pressure.py | 100 class Touch(object): class 319 s.append(Touch(pressure=event.value))
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimodalInput_touchEvent.js | 41 const Touch = { variable
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/Demos.xcodeproj/ |
D | project.pbxproj | 261 …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/ |
D | node_sockaddr-inl.h | 234 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/ |
D | test_pointer.dart | 262 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/ |
D | palm-detection.rst | 99 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'
|
D | touchpads.rst | 72 Touch capabilities 207 Touch-capable graphics tablets are effectively external touchpads, with two
|
D | touchpad-jumping-cursors.rst | 15 the text **"Touch jump detected and discarded."** and a link to this page.
|
D | touchpad-pressure-debugging.rst | 61 | Touch | down | up | palm | thumb | min | max | p | avg | median | 161 Touch sizes used: 10:8
|
/third_party/flutter/flutter/examples/layers/widgets/ |
D | custom_render_box.dart | 54 child: Text('Touch me!'),
|
/third_party/ffmpeg/doc/ |
D | build_system.txt | 56 Touch all files that otherwise would be built, this is useful to reduce
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | CREDITS.txt | 41 * Holmes Futrell for his port of SDL to the iPhone and iPod Touch during the
|
/third_party/flutter/flutter/packages/flutter_test/test/ |
D | controller_test.dart | 248 'Touch Slop: ${testResult.slop}\n' 259 'Touch slop: ${testResult.slop}\n'
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README.md | 48 - [Touch](README-touch.md)
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 2333 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/ |
D | tsprotocol.go | 4023 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/ |
D | tsprotocol.go | 4023 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/ |
D | tsprotocol.go | 4023 type Touch float64 type 4510 First Touch = 1 4513 Last Touch = 2
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 211 case PointerDeviceType::Touch:
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/ |
D | README | 23 Touch (touch.c):
|
/third_party/node/test/cctest/ |
D | test_sockaddr.cc | 74 static void Touch(const SocketAddress& address, Type* type) { in TEST() function
|