Home
last modified time | relevance | path

Searched refs:Touch (Results 1 - 10 of 10) sorted by relevance

/third_party/ninja/src/
H A Ddisk_interface_test.cc41 bool Touch(const char* path) { in Touch() function
64 ASSERT_TRUE(Touch("notadir")); in TEST_F()
75 ASSERT_TRUE(Touch("notadir")); in TEST_F()
95 ASSERT_TRUE(Touch("file")); in TEST_F()
111 ASSERT_TRUE(Touch(prefixed.c_str())); in TEST_F()
143 ASSERT_TRUE(Touch("file1")); in TEST_F()
144 ASSERT_TRUE(Touch("fiLE2")); in TEST_F()
147 ASSERT_TRUE(Touch("subdir\\subfile1")); in TEST_F()
148 ASSERT_TRUE(Touch("subdir\\SUBFILE2")); in TEST_F()
149 ASSERT_TRUE(Touch("subdi in TEST_F()
[all...]
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-tap.py61 class Touch(object): class
130 t = Touch(tv2us(event.sec, event.usec))
155 self.touch = Touch(
H A Dlibinput-measure-touch-size.py55 class Touch(object): class
92 s = "Touch: major {:3d}".format(self.major)
121 """Add a Touch to the sequence"""
207 self.touch = Touch(0, 0)
291 self.touch = Touch(
309 print("Touch sizes used: {}:{}".format(self.down, self.up))
H A Dlibinput-measure-touchpad-pressure.py100 class Touch(object): class
127 """Add a Touch to the sequence"""
319 s.append(Touch(pressure=event.value))
350 ["Touch", "down", "up", "palm", "thumb", "min", "max", "p", "avg", "median"]
/third_party/node/src/
H A Dnode_sockaddr-inl.h239 T::Touch(it->first, &it->second->second); in Upsert()
245 T::Touch(list_.begin()->first, &list_.begin()->second); in Upsert()
/third_party/node/test/cctest/
H A Dtest_sockaddr.cc74 static void Touch(const SocketAddress& address, Type* type) { in TEST() function
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go4022 // Touch defines constants
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/
H A Dtsprotocol.go4022 // Touch defines constants
4023 type Touch float64 type
4510 First Touch = 1
4513 Last Touch = 2
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go4022 // Touch defines constants
4023 type Touch float64 type
4510 First Touch = 1
4513 Last Touch = 2
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 38 milliseconds