HomeSort by relevance Sort by last modified time
    Searched refs:serial_no (Results 1 - 8 of 8) sorted by null

  /test/vts/script/
run_cts_with_profiling.sh 17 serial_no=$1
18 if [ -z "$serial_no" ]
37 adb -s $serial_no root
38 adb -s $serial_no disable-verity
39 adb -s $serial_no reboot
40 adb -s $serial_no wait-for-device
41 adb -s $serial_no root
42 adb -s $serial_no remount
43 adb -s $serial_no shell setenforce 0
44 adb -s $serial_no shell chmod 777 -R data/local/tm
    [all...]
  /external/syslinux/com32/hdt/
hdt-ata.h 38 unsigned char serial_no[20]; member in struct:ata_identify_device
  /cts/apps/CameraITS/tools/
hardware.py 28 KEY_SN = 'serial_no'
105 def _find_lab_device_entry(self, vendor_id, product_id, serial_no):
111 serial_no: serial string for the device (may be None)
121 if device[self.KEY_SN] == serial_no:
229 serial_no = self._read_sys_attr(path, self._SYS_SERIAL_NO)
233 device = self._find_lab_device_entry(vendor_id, product_id, serial_no)
  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py 120 serial_no = a.serial
121 if serial_no not in beacon_serials:
149 serial_no = a.serial
150 if serial_no not in beacon_serials:
  /bionic/libc/kernel/uapi/linux/
hdreg.h 315 unsigned char serial_no[20]; member in struct:hd_driveid
  /external/kernel-headers/original/uapi/linux/
hdreg.h 410 unsigned char serial_no[20]; /* 0 = not_specified */ member in struct:hd_driveid
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h 396 unsigned char serial_no[20]; /* 0 = not_specified */ member in struct:hd_driveid
  /bootable/recovery/
recovery.cpp 907 std::string serial_no = line.substr(strlen("serialno=")); local
910 serial_number_matched = (serial_no == real_serial_no);
    [all...]

Completed in 365 milliseconds