Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 43) sorted by relevance

12

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultParser.java65 int available = inputStream.available(); in parse() local
66 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()
/tools/netsim/testing/netsim-grpc/
DREADME.md34 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
/tools/netsim/guide/src/cli/
DREADME.md5 This following sections provide in-depth information on the different commands available.
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java291 public int available() throws IOException { in available() method in InputStreamBerDataValueReader.RecordingInputStream
292 return super.available(); in available()
/tools/test/graphicsbenchmark/dist/
DREADME1 Ensure that `adb` and `aapt` are available on your path and run:
/tools/repohooks/tools/
Dspelling.txt210 avaiable||available
211 avaible||available
212 availabe||available
213 availabled||available
215 availaible||available
216 availale||available
218 availble||available
219 availiable||available
220 availible||available
221 avalable||available
[all …]
/tools/test/mobly_snippets/gft/
DAndroid.bp25 // TODO: use prebuilt package when available
/tools/tradefederation/core/javatests/res/device/
Dwifi_status_output_1.txt2 Wifi scanning is only available when wifi is enabled
/tools/test/graphicsbenchmark/
DREADME12 To run, ensure that `adb` and `aapt` are available on your path, and run from tools/test/graphicsbe…
/tools/aadevtools/validation/
DREADME.md12 via adb & aapt is available in the shell environment.
/tools/external_updater/docs/
Ddev.md15 Not all the Python tools used here are available in AOSP. For managing those, we
/tools/metalava/
DAndroid.bp27 // Make the version.properties file available for `metalava-main` in `metalava`
/tools/test/connectivity/acts_tests/tests/google/tel/config/
DREADME.md8 …nfrastructure sometimes yields flaky results, when no other options are available to mitigate this…
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java462 boolean available = device.waitForDeviceAvailableInRecoverPath(mDeviceBootTime); in setUp()
463 if (!available) { in setUp()
/tools/netsim/cmake/
Dnetsim_dependencies.cmake134 "On Apple sillicon attempting to use platform toolchain if available.")
187 # First make the protobuf and dependencies available to gRPC
/tools/apksig/
DREADME.md33 where the APK to be signed is available upfront, the `ApkSigner` above is easier to use.
/tools/tradefederation/core/res/perfetto/
Dtrace_config.textproto98 # available categories. The encoding of userspace events is very verbose
/tools/tradefederation/core/proto/invocation/
Dinvocation_manager.proto120 // Test record proto path if available.
/tools/asuite/atest/tf_proto/
Dtest_record.proto121 // System under test became unavailable and never came back available again.
/tools/tradefederation/core/proto/
Dtest_record.proto133 // System under test became unavailable and never came back available again.
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto117 // if not set then info wasn't available.
/tools/netsim/rust/cli/
Dnetsim-cli.md101 * `list`: List currently available Captures (packet captures)
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java133 MIN_BUGREPORT_BYTES, contents.available()), in testBugreportz()
134 contents.available() >= MIN_BUGREPORT_BYTES); in testBugreportz()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1759 Long available = parseFreeSpaceFromModernOutput(output); in getPartitionFreeSpace() local
1760 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()
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto287 // 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.

12