Searched refs:available (Results 1 – 13 of 13) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
D | InputStreamBerDataValueReader.java | 291 public int available() throws IOException { in available() method in InputStreamBerDataValueReader.RecordingInputStream 292 return super.available(); in available()
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 23 avail: total available in 1k blocks (int) 37 total: total physical RAM available in KB (int)
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
D | README.md | 8 …nfrastructure sometimes yields flaky results, when no other options are available to mitigate this…
|
/tools/metalava/ |
D | build.gradle | 86 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
|
D | README.md | 259 annotation references are available at the AST level, so it can resolve references 274 it computes the exact available SDK data for each API level.)
|
/tools/apksig/ |
D | README.md | 33 where the APK to be signed is available upfront, the `ApkSigner` above is easier to use.
|
D | LICENSE | 49 Object form, made available under the License, as indicated by a
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1085 Long available = parseFreeSpaceFromModernOutput(output); in getPartitionFreeSpace() local 1086 if (available != null) { in getPartitionFreeSpace() 1087 return available; in getPartitionFreeSpace() 1090 available = parseFreeSpaceFromAvailable(output); in getPartitionFreeSpace() 1091 if (available != null) { in getPartitionFreeSpace() 1092 return available; in getPartitionFreeSpace() 1094 available = parseFreeSpaceFromFree(partition, output); in getPartitionFreeSpace() 1095 if (available != null) { in getPartitionFreeSpace() 1096 return available; in getPartitionFreeSpace()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceFuncTest.java | 118 MIN_BUGREPORT_BYTES, contents.available()), in testBugreportz() 119 contents.available() >= MIN_BUGREPORT_BYTES); in testBugreportz()
|
D | NativeDeviceTest.java | 1205 assertTrue(f.createInputStream().available() == 0); in testGetBugreportz()
|
/tools/repohooks/ |
D | README.md | 106 Some variables are available to make it easier to handle OS differences. These
|
/tools/acloud/ |
D | LICENSE | 37 Object form, made available under the License, as indicated by a
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1390 The 8-bit Traffic Class field in the IPv6 header is available for use 1558 When computing the maximum payload size available for upper-layer
|