Searched defs:pipe (Results 1 – 5 of 5) sorted by relevance
| /test/xts/hats/hdf/usb/transferTest/common/ |
| D | usbd_transfer_test.cpp | 989 struct UsbPipe pipe = { interfaceId, pointid }; variable 1014 struct UsbPipe pipe = { interfaceId, pointid }; variable 1039 struct UsbPipe pipe = { interfaceId, pointid }; variable 1063 struct UsbPipe pipe = { interfaceId, pointid }; variable 1088 struct UsbPipe pipe = { interfaceId, pointid }; variable 1113 struct UsbPipe pipe = { interfaceId, pointid }; variable 1135 struct UsbPipe pipe = { interfaceId, pointid }; variable 1163 struct UsbPipe pipe = { interfaceId, pointid }; variable 1185 struct UsbPipe pipe = { interfaceId, pointid }; variable 1210 struct UsbPipe pipe = { interfaceId, pointid }; variable [all …]
|
| /test/xts/hats/hdf/usb/usbdBenchmarkTest/common/ |
| D | HdfUsbdBenchmarkTransferTest.cpp | 193 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 224 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 255 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 286 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 317 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 348 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 379 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 410 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 436 struct UsbPipe pipe = {interfaceId, pointid}; in BENCHMARK_F() local 466 struct UsbPipe pipe = {interfaceId, pointid}; in BENCHMARK_F() local
|
| D | HdfUsbdBenchmarkRequestTest.cpp | 326 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 359 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 397 struct UsbPipe pipe = { interfaceId, pointid }; in BENCHMARK_F() local 450 struct UsbPipe pipe = {interfaceId, pointid}; in BENCHMARK_F() local
|
| /test/xts/hats/hdf/usb/requestTest/common/ |
| D | usbd_request_test.cpp | 1227 struct UsbPipe pipe = { interfaceId, pointid }; variable 1256 struct UsbPipe pipe = { interfaceId, pointid }; variable 1285 struct UsbPipe pipe = { interfaceId, pointid }; variable 1315 struct UsbPipe pipe = { interfaceId, pointid }; variable 1344 struct UsbPipe pipe = { interfaceId, pointid }; variable 1374 struct UsbPipe pipe = { interfaceId, pointid }; variable 1401 struct UsbPipe pipe = { interfaceId, pointid }; variable 1429 struct UsbPipe pipe = { interfaceId, pointid }; variable 1458 struct UsbPipe pipe = { interfaceId, pointid }; variable 1487 struct UsbPipe pipe = { interfaceId, pointid }; variable [all …]
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| D | utils.py | 61 def start_standing_subprocess(cmd, pipe=subprocess.PIPE, return_result=False): argument
|