/external/chromium_org/v8/test/webkit/fast/js/ |
date-preserve-milliseconds-expected.txt | 29 PASS d.getMilliseconds() is 1 30 PASS d.getMilliseconds() is 1 31 PASS d.getMilliseconds() is 1 32 PASS d.getMilliseconds() is 1 33 PASS d.getMilliseconds() is 1 34 PASS d.getMilliseconds() is 1
|
date-preserve-milliseconds.js | 31 var oldValue = d.getMilliseconds(); 34 shouldBe("d.getMilliseconds()", oldValue.toString()); 36 shouldBe("d.getMilliseconds()", oldValue.toString()); 38 shouldBe("d.getMilliseconds()", oldValue.toString()); 40 shouldBe("d.getMilliseconds()", oldValue.toString()); 42 shouldBe("d.getMilliseconds()", oldValue.toString()); 44 shouldBe("d.getMilliseconds()", oldValue.toString());
|
Object-getOwnPropertyNames.js | 87 "Date.prototype": "['constructor', 'getDate', 'getDay', 'getFullYear', 'getHours', 'getMilliseconds', 'getMinutes', 'getMonth', 'getSeconds', 'getTime', 'getTimezoneOffset', 'getUTCDate', 'getUTCDay', 'getUTCFullYear', 'getUTCHours', 'getUTCMilliseconds', 'getUTCMinutes', 'getUTCMonth', 'getUTCSeconds', 'getYear', 'setDate', 'setFullYear', 'setHours', 'setMilliseconds', 'setMinutes', 'setMonth', 'setSeconds', 'setTime', 'setUTCDate', 'setUTCFullYear', 'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', 'setYear', 'toDateString', 'toGMTString', 'toISOString', 'toJSON', 'toLocaleDateString', 'toLocaleString', 'toLocaleTimeString', 'toString', 'toTimeString', 'toUTCString', 'valueOf']",
|
Object-getOwnPropertyNames-expected.txt | 79 PASS getSortedOwnPropertyNames(Date.prototype) is ['constructor', 'getDate', 'getDay', 'getFullYear', 'getHours', 'getMilliseconds', 'getMinutes', 'getMonth', 'getSeconds', 'getTime', 'getTimezoneOffset', 'getUTCDate', 'getUTCDay', 'getUTCFullYear', 'getUTCHours', 'getUTCMilliseconds', 'getUTCMinutes', 'getUTCMonth', 'getUTCSeconds', 'getYear', 'setDate', 'setFullYear', 'setHours', 'setMilliseconds', 'setMinutes', 'setMonth', 'setSeconds', 'setTime', 'setUTCDate', 'setUTCFullYear', 'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', 'setYear', 'toDateString', 'toGMTString', 'toISOString', 'toJSON', 'toLocaleDateString', 'toLocaleString', 'toLocaleTimeString', 'toString', 'toTimeString', 'toUTCString', 'valueOf']
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowVibrator.java | 43 public long getMilliseconds() {
|
/external/chromium_org/content/browser/resources/media/ |
util.js | 43 pad(date.getUTCSeconds()) + ' ' + pad((date.getMilliseconds()) % 1000);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
UNCOVERED | 58 Date.getMilliseconds
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
VibratorTest.java | 34 assertThat(shadowVibrator.getMilliseconds(), equalTo(5000L));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-91.js | 38 assertEquals(0, date.getMilliseconds());
|
/external/v8/test/mjsunit/regress/ |
regress-91.js | 38 assertEquals(0, date.getMilliseconds());
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_entry.js | 64 ':' + this.time.getSeconds() + ':' + this.time.getMilliseconds();
|
time_util.js | 82 zeroPad_(date.getMilliseconds(), 3);
|
/external/chromium_org/v8/test/mjsunit/ |
function-names.js | 64 "getUTCSeconds", "getMilliseconds", "getUTCMilliseconds",
|
undeletable-functions.js | 51 "getUTCMinutes", "getSeconds", "getUTCSeconds", "getMilliseconds",
|
function-call.js | 112 Date.prototype.getMilliseconds,
|
/external/chromium_org/v8/test/webkit/ |
date-set-to-nan.js | 134 getResult = date.getMilliseconds(); 136 testFailed("date.getMilliseconds() was " + getResult + " instead of 0"); 241 getResult = date.getMilliseconds(); 243 testFailed("date.getMilliseconds() was " + getResult + " instead of 0");
|
/external/v8/test/mjsunit/ |
function-names.js | 64 "getUTCSeconds", "getMilliseconds", "getUTCMilliseconds",
|
undeletable-functions.js | 51 "getUTCMinutes", "getSeconds", "getUTCSeconds", "getMilliseconds",
|
function-call.js | 113 Date.prototype.getMilliseconds,
|
/external/chromium_org/third_party/WebKit/ManualTests/media-elements/ |
video-preload.html | 117 var milli = now.getMilliseconds();
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
inbuilt_function_proto.js | 93 shouldBe("Date.prototype.getMilliseconds.__proto__","Function.prototype");
|
inbuilt_function_proto-expected.txt | 97 PASS Date.prototype.getMilliseconds.__proto__ is Function.prototype
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 83 'getFontList', 'getFullYear', 'getHours', 'getInstanceAtDepth', 'getLocal', 'getMilliseconds',
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
popup.js | 59 ss = d.getSeconds() + 0.001 * d.getMilliseconds();
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 353 "getMilliseconds", "getUTCMilliseconds", "getTimezoneOffset", "setTime",
|