Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 109) sorted by relevance

12345

/platform_testing/tests/example/devcodelab/
DREADME3 This test is a purposely broken instrumentation apk test meant for new
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java65 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(instr.getUiAutomation() in executeCommandBlocking() argument
71 while ((length = is.read(buf)) >= 0) { in executeCommandBlocking()
/platform_testing/tests/example/native/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
18 // TODO (b/158958526): This is an example of mainline testing in Test
/platform_testing/libraries/flicker/test/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
19 // sign this with platform cert, so this test is allowed to call private platform apis
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBatteryStatsListener.java184 InputStream is = new ParcelFileDescriptor.AutoCloseInputStream( in dumpBatteryStats() argument
190 while((bytes = is.read(buf)) != -1) { in dumpBatteryStats()
210 InputStream is = new ParcelFileDescriptor.AutoCloseInputStream( in resetBatteryStats() argument
212 BufferedReader reader = new BufferedReader(new InputStreamReader(is)) in resetBatteryStats()
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
DBatterystatsCollectorHostTest.java101 InputStream is = new BufferedInputStream(new FileInputStream(metricFile)) in testBatteryStatsListener_perRun()
103 BatteryStatsServiceDumpProto bssdp = BatteryStatsServiceDumpProto.parseFrom(is); in testBatteryStatsListener_perRun()
148 InputStream is = new BufferedInputStream(new FileInputStream(metricFile)) in testBatteryStatsListener_perTest()
150 BatteryStatsServiceDumpProto bssdp = BatteryStatsServiceDumpProto.parseFrom(is); in testBatteryStatsListener_perTest()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
Dprofile.proto10 // distributed under the License is distributed on an "AS IS" BASIS,
44 // For app-based scenarios, whether to stay in the app after the tested action is performed.
/platform_testing/emu_test/
Drun_android_bridge_test.cmd4 REM It is to be used with BYOB setup to run tests on cloud VMs.
9 REM It will return 0 if it is able to execute tests, otherwise
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
29 * If a config fails to parse, an error is thrown and the build will fail.
/platform_testing/tests/perf/PerformanceLaunch/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/health/composers/host/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/health/options/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/tests/example/jarhosttest/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/health/utils/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/utils/esimutility/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/junitxml/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/system-helpers/package-helper/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/timeresult-helper/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/collectors-helper/utilities/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/metrics-helper/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
32 * If a profile fails to parse, an error is thrown and the build will fail.
/platform_testing/libraries/system-helpers/account-helper/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
/platform_testing/libraries/collectors-helper/memory/test/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,

12345