/platform_testing/tests/functional/devicehealthchecks/assets/ |
D | bug_map | 2 …e.android.apps.wellbeing*.*ContextManagerRestartBroadcastReceiver_Receiver[\s\S]*cf_x86_phone 1661… 4 system_app_anr com.google.android.gms[\s\S]*executing\sservice\scom.google.android.gms/.nearby.shar… 5 system_app_anr com.google.android.euicc[\s\S]*executing\sservice\scom.google.android.euicc/com.andr… 6 …d.gms[\S]{2}chimera.GmsIntentOperationService\$PersistentTrustedReceiver[\S\s]*crosshatch 174755579 7 …pp_anr act=android.hardware.usb.action.USB_STATE[\S\s]*cmp=com.google.android.projection.gearhead[… 8 …e.android.apps.wellbeing*.*ContextManagerRestartBroadcastReceiver_Receiver[\s\S]*cf_x86_64_phone 1… 14 system_app_anr com.google.android.dialer[0-9\S\s]+72[0-9\S\s]+ 214941329 21 system_app_crash com.google.android.as.*\s.*\s.*\s.*\s*.*act=android.net.wifi.STATE_CHANGE 161559360 22 system_app_crash com.google.android.googlequicksearchbox[A-Za-z0-9\S\s]+11.26[A-Za-z0-9\S]+ 1719719… 23 system_app_crash v10804[\s\S]*com.google.android.apps.scone.wifiscorer.WifiScorerService[\s\S]*andr… [all …]
|
/platform_testing/tests/bootdoa/ |
D | fatal_allowlist | 2 pcie\s*:\s*pcie_init. 4 WMA\s-->\swmi_unified_attach\s-\ssuccess 6 page\slast\spinned[0-9\S\s]+ 7 PFN\s[0-9]+[A-Za-z0-9\S\s]+swapbacked\S 9 page_pinner[A-Za-z\S\s]+never\sset\S+ 11 sysmmu[\S\s]+SysMMU\sREAD\sPAGE\sFAULT\sfrom\sAUR\SINST\SDATA\sVID[0-9a-zA-Z\S\s]+AxID\S\s0x[0-9a-z…
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | KeyValueArgsParser.java | 33 for (String s : args) { in parse() 35 if (!s.startsWith("-")) { in parse() 36 throw new RuntimeException("Invalid Key: " + s); in parse() 38 key = s; in parse() 40 map.put(key, s); in parse()
|
/platform_testing/utils/shell-as/ |
D | string-utils.cpp | 25 bool StringToUInt32(const char* s, uint32_t* i) { in StringToUInt32() argument 27 if (!StringToUInt64(s, &value)) { in StringToUInt32() 37 bool StringToUInt64(const char* s, uint64_t* i) { in StringToUInt64() argument 41 *i = strtoul(s, &endptr, 10); in StringToUInt64() 46 return errno == 0 && (*i != 0 || (endptr != s && *endptr == '\0')); in StringToUInt64()
|
D | string-utils.h | 28 bool StringToUInt32(const char* s, uint32_t* i); 32 bool StringToUInt64(const char* s, uint64_t* i);
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Functional.java | 121 protected Statement withBefores(FrameworkMethod method, Object target, Statement s) { 122 s = super.withBefores(method, target, s); 127 final Statement statement = befores.isEmpty() ? s : new RunBefores(s, befores, target); 134 protected Statement withAfters(FrameworkMethod method, Object target, Statement s) { 138 s = afters.isEmpty() ? s : new RunAfters(s, afters, target); 140 final Statement statement = super.withAfters(method, target, s); 153 protected Statement withBeforeClasses(Statement s) { 158 artifactSaver(super.withBeforeClasses(s), getFilteredChildren().stream())); 162 protected Statement withAfterClasses(Statement s) { 167 artifactSaver(super.withAfterClasses(s), getFilteredChildren().stream()));
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/ |
D | UiElement.java | 160 private void extendBySelectorForUiElement(BySelector s) { in extendBySelectorForUiElement() argument 163 s.res(mPackage, mValue); in extendBySelectorForUiElement() 166 s.clickable(mFlag); in extendBySelectorForUiElement() 169 s.scrollable(mFlag); in extendBySelectorForUiElement() 172 s.text(Pattern.compile(mValue, Pattern.CASE_INSENSITIVE)); in extendBySelectorForUiElement() 175 s.textContains(mValue); in extendBySelectorForUiElement() 178 s.desc(Pattern.compile(mValue, Pattern.CASE_INSENSITIVE)); in extendBySelectorForUiElement() 182 s.clazz(mPackage, mValue); in extendBySelectorForUiElement() 185 s.clazz(mValue); in extendBySelectorForUiElement() 188 s.hasAncestor(mAncestor.getBySelectorForUiElement(), mMaxDepth); in extendBySelectorForUiElement() [all …]
|
/platform_testing/libraries/flicker/utils/src/android/tools/scripts/ |
D | ProtoDefToKotlinVals.kt | 52 for (s in splitByNewLine) { in main() constant 53 val editedS = s.trim().removePrefix("optional ") in main()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 12 To check in config(s) for a new set of metrics, follow these steps: 15 2. Put the new config(s) in the subdirectory using the directory name and optionally with additional 18 3. Write a README file explaining what the config(s) in the new subdirectory does and put it under
|
/platform_testing/tests/bettertogether/betocq/ |
D | CHANGELOG.md | 10 * Raise NC speed bar back to 40MB/s except for WLAN. 17 * Add 10s delay after sta connection to allow scan, DHCP and internet 23 * Reduce wait time between iteration from 13s to 3s. 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. 61 * Reduce 2G speed check from 3 to 1 MB/s until it is improved in NC. 86 * Increase 1G file transfer timeout to 400s.
|
/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/ |
D | PinnerHelperTest.java | 116 s -> (s.getKey().endsWith(PinnerHelper.PINNER_FILES_COUNT_SUFFIX) && !s.getKey() in testValidateTotalFileSizeCount()
|
D | ShowmapSnapshotHelperTest.java | 319 .filter(s -> s.startsWith(ShowmapSnapshotHelper.CHILD_PROCESS_COUNT_PREFIX)) in testGetMetrics_verify_child_processes_metrics() 353 .filter(s -> s.startsWith(ShowmapSnapshotHelper.PARENT_PROCESS_STRING)) in testGetMetrics_parent_process_child_processes_metrics()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/app-compact/ |
D | README.md | 3 This config collects app compaction metrics. Please see the `AppCompacted` atom in statsd's
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsDateTimeHelperImpl.java | 138 private void setCalendar(int index, String s) { in setCalendar() argument 160 if (Integer.valueOf(curYear) > Integer.valueOf(s)) scrollForwards = false; in setCalendar() 162 scrollToObjectInPicker(index, s, scrollForwards); in setCalendar() 263 private void setTime(int index, String s, String currentTime) { in setTime() argument 288 int setMinute = Integer.parseInt(s); in setTime() 298 int setHour = Integer.parseInt(s); in setTime() 313 scrollToObjectInPicker(index, s, scrollForwards); in setTime() 316 private void scrollToObjectInPicker(int index, String s, boolean scrollForwards) { in scrollToObjectInPicker() argument 328 By.text(s) in scrollToObjectInPicker() 352 while (!currentValue.equals(s.trim())) { in scrollToObjectInPicker() [all …]
|
/platform_testing/libraries/car-helpers/ |
D | README.md | 3 Utitily package built on top of Android Auto Embedded platform API's to
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | BugReportDurationHelper.java | 116 public boolean contains(String s) { in contains() argument 117 return dumpstateLines.contains(s) in contains() 118 || dumpsysLines.contains(s) in contains() 119 || timeoutLines.contains(s); in contains() 147 public boolean contains(String s) { in contains() argument 148 return sectionNameLines.contains(s) || durationLines.contains(s); in contains()
|
/platform_testing/tests/bettertogether/quickstart/performance_test/ |
D | Android.bp | 98 unit_test: false, // as Mobly tests require device(s) 128 unit_test: false, // as Mobly tests require device(s) 157 unit_test: false, // as Mobly tests require device(s)
|
D | CHANGELOG.md | 10 * Increase 1G file transfer timeout to 400s.
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | WaitUtils.kt | 341 fun log(s: String) in log() 358 override fun log(s: String) { in log() 359 logs += if (logTimeDelta) "+${uptimeMillis() - startTime}ms $s" else s in log()
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | x86app_process64.txt | 4 Data: 2's complement, little endian 373 [ 79] app_process: Unable to determine ABI list from property %s. 379 [ 165] ERROR: could not find class '%s'^J 383 [ 1d0] %s/dalvik-cache/%s 385 [ 20a] Error constructing dalvik cache : %s 387 [ 24f] Error creating cache dir %s : %s 389 [ 27d] Error changing dalvik-cache ownership : %s 390 [ 2a8] Error changing dalvik-cache permissions : %s 395 [ 389] failed to create sigchain pthread key: %s 403 [ 439] Unable to find next %s in signal chain
|
D | x86app_process32.txt | 4 Data: 2's complement, little endian 344 [ 79] app_process: Unable to determine ABI list from property %s. 350 [ 165] ERROR: could not find class '%s'^J 354 [ 1d0] %s/dalvik-cache/%s 356 [ 20a] Error constructing dalvik cache : %s 358 [ 24f] Error creating cache dir %s : %s 360 [ 27d] Error changing dalvik-cache ownership : %s 361 [ 2a8] Error changing dalvik-cache permissions : %s 366 [ 389] failed to create sigchain pthread key: %s 374 [ 439] Unable to find next %s in signal chain
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 19 rmdir /s /q %ADT_INFRA% 30 rmdir /s /q %ANDROID_SDK_ROOT%\platform-tools
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | NativePoc.java | 250 String argStr = args().stream().map(s -> escapeQuote(s)).collect(joining(" ")); in runPocAndAssert() 269 private static String escapeQuote(String s) { in escapeQuote() argument 270 return s.replace("'", "'\"'\"'"); in escapeQuote()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | HeapDumpListener.java | 107 mValidIterationIds = validIterationIdsStr.stream().map(s -> Integer.parseInt(s)) in setupAdditionalArgs()
|
/platform_testing/libraries/motion/golden_updater/ |
D | watch_local_tests.py | 94 lines = [s for s in devices_response.splitlines() if s.strip()] 540 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: 541 s.bind(("", 0)) # Bind to a random free port provided by the OS 542 return s.getsockname()[1] # Get the port number
|