Searched refs:devs (Results 1 – 8 of 8) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/dayu200/ |
| D | dayu200.go | 76 devs := res.DeviceList() 78 if len(devs) != len(locs) { 83 ret.locations[devs[i]] = loc
|
| /developtools/hdc/scripts/ |
| D | hdc_test.py | 246 devs = res.split() 247 print(devs) 248 return devs 423 devs = get_devs() 424 if len(devs) == 1: 426 if len(devs) > 1: 427 for dev in devs: 454 devs = get_devs(server_head) 455 for dev in devs:
|
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpRecordTrace.test.ts | 123 let devs = { variable 129 expect(spRecordTrace.compareArray(devs)).toBeTruthy(); 136 let devs = { variable 139 expect(spRecordTrace.compareArray(!devs)).toBeTruthy();
|
| /developtools/hdc/src/host/ |
| D | ext_client.cpp | 191 vector<string> devs; in UpdateList() local 192 Base::SplitString(str, "\n", devs); in UpdateList() 193 for (size_t i = 0; i < devs.size(); i++) { in UpdateList() 194 string::size_type pos = devs[i].find("\t"); in UpdateList() 195 if (pos != string::npos || (pos = devs[i].find(" ")) != string::npos) { in UpdateList() 196 string key = devs[i].substr(0, pos); in UpdateList()
|
| D | client.cpp | 690 vector<string> devs; in UpdateList() local 691 Base::SplitString(str, "\n", devs); in UpdateList() 692 for (size_t i = 0; i < devs.size(); i++) { in UpdateList() 693 string::size_type pos = devs[i].find("\t"); in UpdateList() 695 string key = devs[i].substr(0, pos); in UpdateList() 698 string key = devs[i]; in UpdateList()
|
| D | host_usb.cpp | 218 libusb_device **devs = nullptr; in WatchUsbNodeChange() local 223 ssize_t cnt = libusb_get_device_list(thisClass->ctxUSB, &devs); in WatchUsbNodeChange() 230 while ((dev = devs[i++]) != nullptr) { // must postfix++ in WatchUsbNodeChange() 242 libusb_free_device_list(devs, 1); in WatchUsbNodeChange()
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 142 private compareArray(devs: Array<string>): boolean { 144 if (devs.length !== this.deviceSelect!.options.length) { 151 devs.forEach((value) => { 166 HdcDeviceManager.getDevices().then((devs: USBDevice[]) => { 167 if (devs.length === 0) { 172 for (let len = 0; len < devs.length; len++) { 173 let dev = devs[len]; 226 let devs: string[] = res.trim().replace(/\r\n/g, '\r').replace(/\n/g, '\r').split(/\r/); 227 if (devs.length === 1 && devs[0].indexOf('Empty') !== -1) { 231 let clearFlag = this.compareArray(devs); [all …]
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 43071 struct request_queue *devs[0]; member 52482 struct device devs; member 101252 } devs[8]; member 133846 struct xhci_virt_device *devs[256]; member
|