Searched refs:parse (Results 1 – 11 of 11) sorted by relevance
32 * 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\" " +
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()
79 Uri.parse("file://" + webpage.getAbsolutePath())); in setUp()
114 TIMESTAMP_FORMATTER.parse(mOrderedScenariosList.get(0).getAt()).getTime(); in Profile()201 TIMESTAMP_FORMATTER.parse(nextScenario.getAt()).getTime() in getTimeUntilNextScenarioMs()
151 public Double parse(String lines) { in parse() method in JankCollectionHelper.GfxInfoMetric314 Double value = metric.parse(output); in parseGfxInfoMetrics()
29 * If a config fails to parse, an error is thrown and the build will fail.
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()
162 pid = NumberFormat.getInstance().parse(pidofOutput).intValue(); in sampleMemory()
302 DATE_FORMATTER.parse(year + " " + firstLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()304 DATE_FORMATTER.parse(year + " " + lastLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()