/external/perfetto/tools/ |
D | idle_alloc.cc | 61 virtual void Touch(volatile unsigned char* nonidle) = 0; 77 void Touch(volatile unsigned char* nonidle) override { in Touch() function in __anonb2ab7b8c0111::ReadDevZeroChunks 103 void Touch(volatile unsigned char* nonidle) override { in Touch() function in __anonb2ab7b8c0111::ReadDevZeroChunksAndSleep 104 ReadDevZeroChunks::Touch(nonidle); in Touch() 116 void Touch(volatile unsigned char* nonidle) override { in Touch() function in __anonb2ab7b8c0111::SumUp 128 void Touch(volatile unsigned char* nonidle) override { in Touch() function in __anonb2ab7b8c0111::ReadDevZeroChunksAndSum 129 ReadDevZeroChunks::Touch(nonidle); in Touch() 130 sum_up_.Touch(nonidle); in Touch() 141 void Touch(volatile unsigned char* nonidle) override { in Touch() function in __anonb2ab7b8c0111::AssignValues 223 toucher->Touch(nonidle); in main()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_lru_cache.h | 63 value_type& at(const key_type& key) { return Touch(key); } in at() 91 value_type& Touch(const key_type& key) { in Touch() function
|
/external/libchrome/build/ |
D | protoc_java.py | 82 build_utils.Touch(options.stamp)
|
/external/autotest/test_suites/ |
D | control.touch | 15 Touch input playback based tests.
|
/external/walt/docs/ |
D | TapLatency.md | 15 Linux [Multi Touch (MT)](https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt)
|
D | DragLatency.md | 13 and interrupts a laser beam. Touch events from the pad and laser events are then processed together
|
/external/pigweed/targets/arduino/ |
D | target_docs.rst | 135 menu.usb.touch Keyboard + Touch Screen 136 menu.usb.hidtouch Keyboard + Mouse + Touch Screen
|
/external/cpuinfo/test/dmesg/ |
D | nexus4.log | 110 <6>[ 0.241660] [Touch D] apq8064_init_input: NOT DCM KDDI, reg synaptics driver 362 <4>[ 1.079383] [Touch D]touch enable 364 <6>[ 1.305753] [Touch] common[1] finger[17] flash[52] button[0] 365 <6>[ 1.307034] [Touch] IC is 7020, H pattern, panel is G2, Firmware: E159. 366 <6>[ 1.309110] [Touch] fw_rev[0:0] product_id[TM2369:SynaReadCo] force_upgrade[0] 367 <6>[ 1.309171] [Touch] Touch driver is initialized 368 <6>[ 1.309781] [Touch] DO NOT UPDATE 7020 G2 H pattern FW-upgrade is not executed 536 <6>[ 1.710880] [Touch] CHARGER = 1
|
D | xperia-sl.log | 237 <6>[ 1.947444] clearpad clearpad: Touch area [0, 0, 719, 1327]
|
D | lg-k10-eu.log | 782 <3>[ 0.463036 / 01-01 00:00:00.439] [TOUCH][L][MISC] Touch Module Get. Module index = 0 1189 <3>[ 1.388293 / 01-16 01:35:55.500] [TOUCH][L][MISC] Touch Module Get. Module index = 0
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 4023 type Touch float64 type 4510 First Touch = 1 4513 Last Touch = 2
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 4023 type Touch float64 type 4510 First Touch = 1 4513 Last Touch = 2
|
/external/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
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 71 def Touch(path, fail_if_missing=False): function
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | ShadowDOM.js | 1446 function Touch(impl) { class 1449 Touch.prototype = { class 1463 Object.defineProperty(Touch.prototype, name, descr); 1477 list[i] = new Touch(nativeTouchList[i]); 1501 scope.wrappers.Touch = Touch;
|
D | webcomponents.js | 1486 function Touch(impl) { class 1489 Touch.prototype = { class 1503 Object.defineProperty(Touch.prototype, name, descr); 1517 list[i] = new Touch(nativeTouchList[i]); 1541 scope.wrappers.Touch = Touch;
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 554 void Touch() { in Touch() function in curses::Window 557 m_parent->Touch(); in Touch() 602 m_parent->Touch(); in RemoveSubWindow() 629 m_parent->Touch(); in RemoveSubWindows()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …Touch",j="useraction",h="swipe",c="qx.mobile.nativescroll",b="webkit",g="off",f="tap",i="x",a="y";…
|
/external/tpm2-tss/ |
D | README.md | 45 # Getting in Touch:
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 396 Touch on some of the more advanced features, like ``isa_impl`` and
|
/external/llvm-project/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 396 Touch on some of the more advanced features, like ``isa_impl`` and
|
/external/fmtlib/ |
D | README.rst | 386 * `Touch Surgery <https://www.touchsurgery.com/>`_: surgery simulator
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1093 Touch the entire window, causing it to be completely redrawn on the next 1173 Touch each location in the window that has been touched in any of its ancestor 1186 Touch all locations in ancestors of the window that have been changed in the
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | Metrowerks_Shell_Suite.py | 746 def Touch(self, _object, _attributes={}, **_arguments): member in Metrowerks_Shell_Suite_Events
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1171 Touch the entire window, causing it to be completely redrawn on the next 1251 Touch each location in the window that has been touched in any of its ancestor 1264 Touch all locations in ancestors of the window that have been changed in the
|