Searched refs:Touch (Results 1 - 10 of 10) sorted by relevance
/third_party/ninja/src/ |
H A D | disk_interface_test.cc | 41 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 D | libinput-measure-touchpad-tap.py | 61 class Touch(object): class 130 t = Touch(tv2us(event.sec, event.usec)) 155 self.touch = Touch(
|
H A D | libinput-measure-touch-size.py | 55 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 D | libinput-measure-touchpad-pressure.py | 100 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 D | node_sockaddr-inl.h | 239 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 D | test_sockaddr.cc | 74 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 D | tsprotocol.go | 4022 // 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 D | tsprotocol.go | 4022 // 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 D | tsprotocol.go | 4022 // 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 D | stylo.hpp | [all...] |
Completed in 38 milliseconds