Searched refs:available (Results 1 – 25 of 43) sorted by relevance
12
65 int available = inputStream.available(); in parse() local66 if (available == 0) in parse()68 byte[] bytes = new byte[available]; in parse()70 mYamlString.append(new String(bytes, 0, available, StandardCharsets.UTF_8)); in parse()
34 have TLS support, so all the package must be made available locally!36 If you need to add a package, make the source package available under the
5 This following sections provide in-depth information on the different commands available.
291 public int available() throws IOException { in available() method in InputStreamBerDataValueReader.RecordingInputStream292 return super.available(); in available()
1 Ensure that `adb` and `aapt` are available on your path and run:
210 avaiable||available211 avaible||available212 availabe||available213 availabled||available215 availaible||available216 availale||available218 availble||available219 availiable||available220 availible||available221 avalable||available[all …]
25 // TODO: use prebuilt package when available
2 Wifi scanning is only available when wifi is enabled
12 To run, ensure that `adb` and `aapt` are available on your path, and run from tools/test/graphicsbe…
12 via adb & aapt is available in the shell environment.
15 Not all the Python tools used here are available in AOSP. For managing those, we
27 // Make the version.properties file available for `metalava-main` in `metalava`
8 …nfrastructure sometimes yields flaky results, when no other options are available to mitigate this…
462 boolean available = device.waitForDeviceAvailableInRecoverPath(mDeviceBootTime); in setUp()463 if (!available) { in setUp()
134 "On Apple sillicon attempting to use platform toolchain if available.")187 # First make the protobuf and dependencies available to gRPC
33 where the APK to be signed is available upfront, the `ApkSigner` above is easier to use.
98 # available categories. The encoding of userspace events is very verbose
120 // Test record proto path if available.
121 // System under test became unavailable and never came back available again.
133 // System under test became unavailable and never came back available again.
117 // if not set then info wasn't available.
101 * `list`: List currently available Captures (packet captures)
133 MIN_BUGREPORT_BYTES, contents.available()), in testBugreportz()134 contents.available() >= MIN_BUGREPORT_BYTES); in testBugreportz()
1759 Long available = parseFreeSpaceFromModernOutput(output); in getPartitionFreeSpace() local1760 if (available != null) { in getPartitionFreeSpace()1761 return available; in getPartitionFreeSpace()1764 available = parseFreeSpaceFromAvailable(output); in getPartitionFreeSpace()1765 if (available != null) { in getPartitionFreeSpace()1766 return available; in getPartitionFreeSpace()1768 available = parseFreeSpaceFromFree(partition, output); in getPartitionFreeSpace()1769 if (available != null) { in getPartitionFreeSpace()1770 return available; in getPartitionFreeSpace()
287 // remote execution of actions) was not available in the expected way.313 // available and useful.514 // The exit code of the action, if it is available.669 // if available.778 // Repeats TestSummary's overall_status if available.