Searched refs:tail (Results 1 – 4 of 4) sorted by relevance
29 su root dmesg | grep kmi_sym: | tail -21 >&237 su root dmesg | tail -21 >&2
130 DEVICE_COUNT=$(adb devices -l | tail -n +2 | head -n -1 | wc -l)133 DEVICE_SERIALS=( $(adb devices -l | tail -n +2 | head -n -1 | awk '{ print $1 }') )134 DEVICE_NAMES=( $(adb devices -l | tail -n +2 | head -n -1 | awk '{ print $4 }') )
183 int tail = wifiSsid.endsWith("\"") ? 1 : 0; in trimSsid() local184 return wifiSsid.substring(head, wifiSsid.length() - tail); in trimSsid()
199 mAcTail = findViewById(R.id.tail); in onCreate()592 final int tail = Utils.parseInt(mAcTail.getText().toString(), 0); in buildCommandLine() local606 if (tail > 0) { in buildCommandLine()608 sb.append(tail); in buildCommandLine()