HomeSort by relevance Sort by last modified time
    Searched refs:Date (Results 776 - 800 of 890) sorted by null

<<313233343536

  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 929 expire: Date.now() + (opt_lifetime || util.AppCache.LIFETIME)
982 var cutoff = Date.now();
    [all...]
file_selection.js 233 var now = Date.now();
directory_model.js 520 if (this.rescanTime_ <= Date.now() + delay)
525 this.rescanTime_ = Date.now() + delay;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String};
241 var $time = Date.now || function(){
242 return +new Date;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.h 494 // any kind of object except for a native Date object or a native RegExp object.
496 // FIXME: Do we really need to special case Date and RegExp object?
567 return std::isfinite(value) ? v8::Date::New(value) : v8NullWithCheck(isolate);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CPUProfileView.js 952 this._fileName = this._fileName || "CPU-" + new Date().toISO8601Compact() + this._profileType.fileExtension();
    [all...]
utilities.js 321 Date.prototype.toISO8601Compact = function()
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 360 var start = (new Date).getTime();
362 var total = (new Date).getTime() - start;
  /external/jdiff/src/jdiff/
RootDocToXML.java 649 outputFile.println("<!-- on " + new Date() + " -->");
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_16_gcc.s 27 @ Who: Date: MM/DD/YYYY
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 28 import java.util.Date;
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 78 import java.util.Date;
3059 final Date date = new Date(); local
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 638 d = sqlite.Date(2004, 10, 28)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 638 d = sqlite.Date(2004, 10, 28)
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 354 * last modified time of the file as a Date object.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 810 var date = new Date();
811 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
812 expiration = date.toGMTString();
981 var date = new Date();
982 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years
983 writeCookie("nav", nav_pref, "reference", date.toGMTString())
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 875 var date = new Date();
876 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
877 expiration = date.toGMTString();
1046 var date = new Date();
1047 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years
1048 writeCookie("nav", nav_pref, "reference", date.toGMTString())
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 894 var date = new Date();
895 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
896 expiration = date.toGMTString();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 97 import java.util.Date;
273 yesterday.add(Calendar.DATE, -1);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 125 import java.util.Date;
701 final Date nextAnniversary =
    [all...]
  /dalvik/docs/
prettify.js     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 888 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();
905 $('attribution-img').src = 'chrome://theme/' + imageId + '?' + Date.now();
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]

Completed in 1020 milliseconds

<<313233343536