/platform_testing/libraries/rdroidtest/ |
D | README.md | 3 This is a custom Rust test harness which allows tests to be ignored at runtime based on arbitrary 5 is often not enough on Android, where we want to ignore tests based on system properties or other 6 characteristics of the device on which the test is being run, which are not known at build time. 11 one is slightly more cumbersome to use. Firstly, add it to the `rust_test` build rule in your 47 To ignore a test, you can add an `ignore_if` attribute whose argument is an expression that 84 The initial argument to the `rdroidtest` attribute is an expression that generates the set of 102 the argument is an expression that emits a boolean when invoked with a single argument, of type 125 - `<I>` is an expression that evaluates to a `bool`. 126 - `<G>` is an expression that evaluates to a `Vec<String, T>`. 127 - `<C>` is an callable expression with signature `fn(&T) -> bool`.
|
/platform_testing/libraries/flag-helpers/libflagtest/ |
D | android.test.myflags.aconfig | 6 description: "testing flag that is always enabled" 13 description: "another testing flag that is always disabled"
|
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/ |
D | testIndexedScheduling_respectsSchedule.textpb | 3 index: 2 # Note this is scenario #2, not #1. 6 index: 1 # Note this is scenario #1, not #2.
|
/platform_testing/libraries/flicker/ |
D | README.md | 4 …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… 127 Captures screen to a video file. This monitor is disabled by default. Build a transition with `reco… [all …]
|
D | gradle.properties | 11 # distributed under the License is distributed on an "AS IS" BASIS, 21 # The setting is particularly useful for tweaking memory settings.
|
/platform_testing/tests/bettertogether/betocq/ |
D | CHANGELOG.md | 6 * Skip test if wifi_chipset is empty. 21 * Fix the issue that wlan1 is not correctly detected. 45 * Add iperf test for WFD mode. iperf test speed requirement is 40MB/s while Nearby 46 Connections speed requirement is 20MB/s in 2-stream 80MHz mode. 57 * Add the check of AP connection. If AP is disconnected or connect to a wrong 61 * Reduce 2G speed check from 3 to 1 MB/s until it is improved in NC. 64 * Skip p2p frequency check if wifi speed check is disabled or it is a DBS test.
|
D | ReadMe.md | 3 Better Together Connectivity Quality (BeToCQ) is a new test tool built by 7 This tool is built on the top of the Nearby Connections API. Under Nearby 11 BeToCQ is designed to catch connectivity software and hardware performance 41 debugging is typically more difficult in CUJ tests. That's why CUJ tests run as 82 - Transfer medium is WFD. 89 - STA is connected to the 2G band and the transfer medium is connected to the 5G band. 95 - `scc_indoor_5g_wfd_sta_test` is skipped if the device doesn't 98 - `mcc_5g_all_wifi_non_dbs_2g_sta_test` is skipped for DBS capable devices. 118 Running the test is straightforward, but it can be difficult to get insights out 152 for example, Android 14. **This is the device that is being validated.** [all …]
|
/platform_testing/libraries/audio-test-harness/proto/ |
D | audio_format.proto | 11 * distributed under the License is distributed on an "AS IS" BASIS, 39 // is false meaning that the audio is little endian.
|
D | audio_test_harness_service.proto | 11 * 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/tests/bettertogether/quickstart/performance_test/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 99 // This tag is used to enable the ATest Mobly runner 129 // This tag is used to enable the ATest Mobly runner 158 // This tag is used to enable the ATest Mobly runner
|
/platform_testing/libraries/audio-test-harness/ |
D | OWNERS | 1 # Audio Test Harness is owned by the Android Media Framework EngProd team (amf-engprod@).
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-health-stat-reported/ |
D | README.md | 3 This config is used to log all changes in WiFi strength and sufficiency during a test, as defined by
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BatteryStatsListener.java | 184 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/tests/example/devcodelab/ |
D | README | 3 This test is a purposely broken instrumentation apk test meant for new
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | BatterystatsCollectorHostTest.java | 101 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/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 58 InputStream is = ImageUtils.class.getClassLoader().getResourceAsStream(relativePath); in requireSimilar() local 59 if (is == null) { in requireSimilar() 70 BufferedImage goldenImage = ImageIO.read(is); in requireSimilar() 73 is.close(); in requireSimilar()
|
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/ |
D | .gitignore | 7 # The only way to negate an exclusion is by including every single parent
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | TimingHelper.java | 73 public ArrayList<String> getTimingLogs(InputStream is) { in getTimingLogs() argument 74 try (BufferedReader br = new BufferedReader(new InputStreamReader(is))) { in getTimingLogs()
|
D | BugReportDurationHelper.java | 306 try (InputStream is = in extractAndFilterBugReport() argument 309 BufferedReader br = new BufferedReader(new InputStreamReader(is)); ) { in extractAndFilterBugReport() 351 try (InputStream is = in extractAndFilterDumpstateBoard() argument 354 BufferedReader br = new BufferedReader(new InputStreamReader(is)); ) { in extractAndFilterDumpstateBoard() 384 try (InputStream is = in dumpBugReportEntries() argument 387 BufferedReader br = new BufferedReader(new InputStreamReader(is)); ) { in dumpBugReportEntries()
|
/platform_testing/libraries/collectors-helper/system/test/src/com/android/helpers/tests/ |
D | TimingHelperTest.java | 65 InputStream is = new ByteArrayInputStream(logcat.getBytes("UTF-8")); in testGetTimingLogs() local 66 ArrayList<String> logs = helper.getTimingLogs(is); in testGetTimingLogs()
|
/platform_testing/libraries/audio-test-harness/tradefed/ |
D | Android.bp | 11 * distributed under the License is distributed on an "AS IS" BASIS, 21 // it is currently non-functional. So, we instead use a regular
|
/platform_testing/libraries/screenshot/proto/src/main/proto/ |
D | screenshot_result.proto | 11 * distributed under the License is distributed on an "AS IS" BASIS, 28 // differences were encountered. Anything above 4 is probably too much. 78 // When use_masking in DiffRequest is true, number of pixels that had zero
|
/platform_testing/libraries/flicker/test/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 26 // sign this with platform cert, so this test is allowed to call private platform apis
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 4 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/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 34 * If a config fails to parse, an error is thrown and the build will fail.
|