Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 4 of 4) sorted by relevance

/development/gki/
Drun-script-test.sh29 su root dmesg | grep kmi_sym: | tail -21 >&2
37 su root dmesg | tail -21 >&2
/development/samples/VirtualDeviceManager/
Dsetup.sh130 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 }') )
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java183 int tail = wifiSsid.endsWith("\"") ? 1 : 0; in trimSsid() local
184 return wifiSsid.substring(head, wifiSsid.length() - tail); in trimSsid()
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java199 mAcTail = findViewById(R.id.tail); in onCreate()
592 final int tail = Utils.parseInt(mAcTail.getText().toString(), 0); in buildCommandLine() local
606 if (tail > 0) { in buildCommandLine()
608 sb.append(tail); in buildCommandLine()