Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp32 * If a profile fails to parse, an error is thrown and the build will fail.
40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp32 * If a profile fails to parse, an error is thrown and the build will fail.
40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp32 * If a profile fails to parse, an error is thrown and the build will fail.
40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
/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/tests/jank/webview/src/com/android/webview/chromium/tests/jank/
DWebViewFlingTest.java79 Uri.parse("file://" + webpage.getAbsolutePath())); in setUp()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfile.java114 TIMESTAMP_FORMATTER.parse(mOrderedScenariosList.get(0).getAt()).getTime(); in Profile()
201 TIMESTAMP_FORMATTER.parse(nextScenario.getAt()).getTime() in getTimeUntilNextScenarioMs()
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java151 public Double parse(String lines) { in parse() method in JankCollectionHelper.GfxInfoMetric
314 Double value = metric.parse(output); in parseGfxInfoMetrics()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp29 * 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/collectors-helper/memory/src/com/android/helpers/
DProcessShowmapHelper.java162 pid = NumberFormat.getInstance().parse(pidofOutput).intValue(); in sampleMemory()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DLogcatOnFailureCollectorTest.java302 DATE_FORMATTER.parse(year + " " + firstLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()
304 DATE_FORMATTER.parse(year + " " + lastLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()