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

  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 49 // Convert NaCl Seconds elapsed to MS
  /external/llvm/lib/Object/
Archive.cpp 58 unsigned Seconds;
60 .getAsInteger(10, Seconds))
64 Ret.fromEpochTime(Seconds);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/fio/tools/plot/
fio2gnuplot 58 set xlabel "Time (Seconds)"
376 print '-m or --min_time <time> : Only consider data starting from <time> seconds (default is 0)'
377 print '-M or --max_time <time> : Only consider data ending before <time> seconds (default is -1 aka nolimit)'
471 mode="IO per Seconds (IO/sec)"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 51 // ...Hours/Minutes/Seconds could be longer for any locale, then this should
116 var seconds = parseInt(ms / 1000) % 60;
118 return chrome.i18n.getMessage(prefix + 'Minutes', [minutes, seconds]);
120 return chrome.i18n.getMessage(prefix + 'Seconds', [seconds]);
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 95 // Seconds are optional.
date.js 126 // Seconds
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 32 "Seconds",

Completed in 225 milliseconds