Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 21 of 21) sorted by relevance

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java85 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/
DKeyValueArgsParser.java30 public static HashMap<String, String> parse(String[] args) { in parse() method in KeyValueArgsParser
DReportLog.java140 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()
DBusinessLogicFactory.java255 return format.parse(timestamp); in parseTimestamp()
DResultHandler.java296 test.setReportLog(ReportLog.parse(parser)); in getResultFromDir()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DSampleAppHelper.kt47 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("http://")) in getOpenAppIntent()
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp36 * 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/
DAndroid.bp36 * 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/
DAndroid.bp36 * 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/
DWebViewFlingTest.java77 Uri.parse("file://" + webpage.getAbsolutePath())); in setUp()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java155 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/
DProfile.java119 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/
DBackgroundTranscodingStressTestMode.java72 Uri.parse( in testStarted()
DIOContentionStressTestMode.java70 Uri.parse( in doCopyFile()
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java174 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/
DMetricUtility.java100 result.add(DOUBLE_FORMAT.parse(values[i]).doubleValue()); in getMetricDoubles()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp33 * 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/
DDownloadAppTestHelper.java211 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/
DLogcatCollectorTest.java206 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/
DProcessShowmapHelper.java162 pid = NumberFormat.getInstance().parse(pidofOutput).intValue(); in sampleMemory()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSystemHelperImpl.java138 parsedDate = dateFormatter.parse(date); in parseDate()