Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/hdf/usb/transferTest/common/
Dusbd_transfer_test.cpp989 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/
DHdfUsbdBenchmarkTransferTest.cpp193 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
DHdfUsbdBenchmarkRequestTest.cpp326 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/
Dusbd_request_test.cpp1227 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/
Dutils.py61 def start_standing_subprocess(cmd, pipe=subprocess.PIPE, return_result=False): argument