/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ReportLogTest.java | 85 ReportLog.parse((String) null); in testParse_null() 93 ReportLog report = ReportLog.parse(HEADER_XML); in testParse_noData() 98 ReportLog report = ReportLog.parse(String.format(SUMMARY_XML, "testParse_summaryOnly:125")); in testParse_summaryOnly() 104 ReportLog report = ReportLog.parse(String.format(FULL_XML, "testParse_full:140")); in testParse_full()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | KeyValueArgsParser.java | 30 public static HashMap<String, String> parse(String[] args) { in parse() method in KeyValueArgsParser
|
D | ReportLog.java | 140 static Metric parse(XmlPullParser parser) in parse() method in ReportLog.Metric 339 public static ReportLog parse(String result) throws XmlPullParserException, IOException { in parse() method in ReportLog 356 return parse(parser); in parse() 365 public static ReportLog parse(XmlPullParser parser) throws XmlPullParserException, IOException { in parse() method in ReportLog 369 report.setSummary(Metric.parse(parser)); in parse()
|
D | BusinessLogicFactory.java | 255 return format.parse(timestamp); in parseTimestamp()
|
D | ResultHandler.java | 296 test.setReportLog(ReportLog.parse(parser)); in getResultFromDir()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/ |
D | SampleAppHelper.kt | 47 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("http://")) in getOpenAppIntent()
|
/platform_testing/libraries/health/runners/longevity/platform/samples/ |
D | Android.bp | 36 * If a profile fails to parse, an error is thrown and the build will fail. 44 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
|
/platform_testing/libraries/health/runners/longevity/platform/tests/ |
D | Android.bp | 36 * If a profile fails to parse, an error is thrown and the build will fail. 44 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
|
/platform_testing/tests/health/scenarios/tests/ |
D | Android.bp | 36 * If a profile fails to parse, an error is thrown and the build will fail. 44 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
|
/platform_testing/tests/jank/webview/src/com/android/webview/chromium/tests/jank/ |
D | WebViewFlingTest.java | 77 Uri.parse("file://" + webpage.getAbsolutePath())); in setUp()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 155 intent = new Intent(Intent.ACTION_VIEW, Uri.parse(activityName)); in testAppLaunchPerformance() 211 fileName = String.format("%s-%d-%d", Uri.parse(activityName).getHost(), in testAppLaunchPerformance() 233 registerTraceFileNames(Uri.parse(activityName).getHost(), fileName); in testAppLaunchPerformance()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | Profile.java | 119 TIMESTAMP_FORMATTER.parse(mOrderedScenariosList.get(0).getAt()).getTime(); in Profile() 216 TIMESTAMP_FORMATTER.parse(nextScenario.getAt()).getTime() in getTimeUntilNextScenarioMs()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/ |
D | BackgroundTranscodingStressTestMode.java | 72 Uri.parse( in testStarted()
|
D | IOContentionStressTestMode.java | 70 Uri.parse( in doCopyFile()
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | JankCollectionHelper.java | 174 public Double parse(String lines) { in parse() method in JankCollectionHelper.GfxInfoMetric 337 Double value = metric.parse(output); in parseGfxInfoMetrics()
|
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 100 result.add(DOUBLE_FORMAT.parse(values[i]).doubleValue()); in getMetricDoubles()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/ |
D | Android.bp | 33 * If a config fails to parse, an error is thrown and the build will fail.
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTestHelper.java | 211 Uri uri = Uri.parse("http://blah-blah"); // just put something in url format in addToDownloadContentDB() 234 .insert(Uri.parse("content://downloads/my_downloads"), values); in addToDownloadContentDB()
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | LogcatCollectorTest.java | 206 Date finallogcatSinceDate = dateFormat.parse(finalDateWithYear); in testLogcatCollectionWithBeforeDuration() 442 DATE_FORMATTER.parse(year + " " + firstLine, new ParsePosition(0)).getTime(); in testLogcatTimespan() 444 DATE_FORMATTER.parse(year + " " + lastLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | ProcessShowmapHelper.java | 162 pid = NumberFormat.getInstance().parse(pidofOutput).intValue(); in sampleMemory()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsSystemHelperImpl.java | 138 parsedDate = dateFormatter.parse(date); in parseDate()
|