HomeSort by relevance Sort by last modified time
    Searched refs:timeString (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.cpp 197 bool MediaFragmentURIParser::parseNPTFragment(const LChar* timeString, unsigned length, double& startTime, double& endTime)
200 if (length >= nptIdentiferLength && timeString[0] == 'n' && timeString[1] == 'p' && timeString[2] == 't' && timeString[3] == ':')
209 if (timeString[offset] == ',') {
212 if (!parseNPTTime(timeString, length, offset, startTime))
219 if (timeString[offset] != ',')
224 if (!parseNPTTime(timeString, length, offset, endTime))
236 bool MediaFragmentURIParser::parseNPTTime(const LChar* timeString, unsigned length, unsigned& offset, double& time
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 34 String timeString = r.readLine();
41 long startTime = parse(timeString.split("-->")[0]);
42 long endTime = parse(timeString.split("-->")[1]);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 42 function parseTime(timeString, ampm) {
43 var time = timeString.match(/^(\d\d):(\d\d)$/);
45 throw 'Cannot parse: ' + timeString;
142 function speakPhraseWithTimeString(timeString) {
144 var utterance = phraseTemplate.replace(/\$TIME/g, timeString);
  /external/icu/icu4c/source/i18n/unicode/
reldatefmt.h 392 * @param timeString the time e.g '3:45'
400 const UnicodeString& timeString,
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 123 my $timeString = strftime "%Y-%m-%d-%H.%M.%S", localtime $^T;
125 my $resultsFile = "$resultDirectory/sunspider-results-$timeString.js";
210 my $profileFile = "$resultDirectory/sunspider-profile-$timeString.trace";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 256 graphArea.addArea(rec, "Time for baseline build "+baselineBuildResults.getName()+": "+Util.timeString((long)baselineValue));
269 tooltip.append(Util.timeString((long)baselineValue));
271 tooltip.append(Util.timeString((long)baselineError));
296 String tooltip = "Time for current build "+currentBuildResults.getName()+": "+Util.timeString((long)currentValue);
316 tooltip.append(Util.timeString((long)currentValue));
318 tooltip.append(Util.timeString((long)currentError));
445 String val= Util.timeString(value);
478 String str = Util.timeString(value);
GenerateResults.java     [all...]
ScenarioData.java 205 String duration = Util.timeString(System.currentTimeMillis()-start);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
AbstractResults.java 220 buffer.append(Util.timeString(time-start));
ScenarioResults.java 286 print(timeString(System.currentTimeMillis()-start));
297 println(timeString(System.currentTimeMillis()-start));
382 print(Util.timeString(System.currentTimeMillis()-start));
393 println(Util.timeString(System.currentTimeMillis()-start));
ConfigResults.java 533 buffer.append(Util.timeString((long)this.current.getValue()));
537 buffer.append(Util.timeString((long)this.baseline.getValue()));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 409 String timeString = time.group(2); // the "XX" in "(XX ms)"
412 returnInfo.mTestRunTime = timeString;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 61 String timeString = parseList[n];
63 float time = timeString.toFloat(&ok);
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 613 const UnicodeString& relativeDateString, const UnicodeString& timeString,
615 Formattable args[2] = {timeString, relativeDateString};
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 483 public static String timeString(long time) {
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1011 milliseconds