Home
last modified time | relevance | path

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

12345678

/platform_testing/libraries/flicker/
DREADME.md4 …y discontinuous, or unpredictable behavior seen during UI transitions that is not due to performan…
5 This is often the result of a logic error in the code and difficult to identify because the issue i…
38 // This is the part of the transition that will be tested.
50 Run the transition to get a list of `TransitionResult` for each time the transition is repeated.
80 // check a change in assertions, e.g. wallpaper window is visible,
90 The `reason` string is build along the way with all the details as to why the assertions failed and…
120 … transition (after the `runBefore` calls) and stopped after the transition is completed. Each iter…
123 Captures Layers trace. This monitor is started by default. Build a transition with `skipLayersTrace…
125 Captures Window Manager trace. This monitor is started by default. Build a transition with `skipWin…
127is started by default and is used to eliminate *janky* runs. If an iteration has skipped frames, a…
[all …]
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestIndexedScheduling_respectsSchedule.textpb3 index: 2 # Note this is scenario #2, not #1.
6 index: 1 # Note this is scenario #1, not #2.
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java20 import static org.hamcrest.Matchers.is;
96 assertThat(mSettingHelper.get().getDayNightModeStatus().getValue(), is(DAY_MODE_VALUE)); in testDayMode()
105 is(UiModeManager.MODE_NIGHT_YES)); in testNightMode()
/platform_testing/libraries/audio-test-harness/
DOWNERS1 # Audio Test Harness is owned by the Android Media Framework EngProd team (amf-engprod@).
/platform_testing/libraries/audio-test-harness/proto/
Daudio_format.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
39 // is false meaning that the audio is little endian.
Daudio_test_harness_service.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
35 // If the capture is started successfully, the host will return a series of
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-health-stat-reported/
DREADME.md3 This config is used to log all changes in WiFi strength and sufficiency during a test, as defined by
/platform_testing/tests/example/devcodelab/
DREADME3 This test is a purposely broken instrumentation apk test meant for new
/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/flicker/test/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
24 // sign this with platform cert, so this test is allowed to call private platform apis
/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/flicker/src/com/android/server/wm/traces/common/
DREADME.md4 Winscope (development/tools/winscope), which is written in JavaScript.
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java181 private static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() argument
186 while ((count = is.read(buffer)) != -1) { in readInputStreamFully()
189 is.close(); in readInputStreamFully()
/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,
45 // For app-based scenarios, whether to stay in the app after the tested action is performed.
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java123 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(instr.getUiAutomation() in executeCommandBlocking() argument
129 while ((length = is.read(buf)) >= 0) { in executeCommandBlocking()
/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,
33 * If a config fails to parse, an error is thrown and the build will fail.
/platform_testing/libraries/junitxml/
DAndroid.bp11 // 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/microbenchmarks/LauncherIconsApp/
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/timeresult-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,
36 * If a profile fails to parse, an error is thrown and the build will fail.
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
36 * If a profile fails to parse, an error is thrown and the build will fail.
/platform_testing/libraries/system-helpers/settings-helper/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,

12345678