Searched refs:ms (Results 251 - 275 of 526) sorted by path

<<11121314151617181920>>

/external/chromium_org/ui/file_manager/video_player/css/
H A Dvideo_player.css143 transition: opacity 180ms linear;
/external/chromium_org/ui/login/account_picker/
H A Dscreen_account_picker.css7 -webkit-transition: width 180ms ease,
8 height 180ms ease;
H A Duser_pod_row.css39 transition: all 180ms;
142 transition: transform 180ms;
237 -webkit-transition: opacity 200ms ease-in-out,
238 visibility 200ms ease-in-out;
347 transition: opacity 100ms;
502 transition: all 100ms;
577 transition: width 180ms;
613 transition: opacity 180ms ease 180ms;
/external/chromium_org/ui/login/
H A Dbubble.css9 -webkit-transition: opacity 200ms ease-in-out;
H A Doobe.css38 -webkit-transition: border-color 200ms;
181 -webkit-transition: 250ms opacity;
194 -webkit-transition: 250ms opacity;
202 -webkit-transition: all 500ms linear;
214 -webkit-transition: 700ms opacity;
H A Dscreen_container.css87 -webkit-transition: width 180ms ease,
88 height 180ms ease;
93 -webkit-transition: -webkit-transform 200ms ease-in-out;
110 -webkit-transition: opacity 200ms ease-in-out,
111 visibility 200ms ease-in-out;
/external/chromium_org/ui/webui/resources/css/
H A Ddialogs.css8 -webkit-transition: opacity 250ms linear;
55 -webkit-animation-duration: 180ms;
70 -webkit-transition: all 180ms;
71 -webkit-transition-duration: 250ms;
76 -webkit-transition: opacity 500ms;
89 -webkit-transition: opacity 500ms;
H A Doverlay.css12 -webkit-transition: 200ms opacity;
35 -webkit-transition: 200ms -webkit-transform;
69 -webkit-animation-duration: 180ms;
H A Dtabs.css33 -webkit-transition: border-color 150ms, background-color 150ms;
H A Dtrash.css32 -webkit-transition: -webkit-transform 150ms;
44 -webkit-transition: -webkit-transform 250ms;
H A Dtree.css26 -webkit-transition: all 150ms;
H A Dwidgets.css245 -webkit-transition: border-color 200ms;
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js462 var y = nbi(), ts = this.s, ms = m.s;
496 if(ts != ms) BigInteger.ZERO.subTo(q,q);
/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc204 useconds_t ms = static_cast<useconds_t>(milliseconds); local
205 usleep(1000 * ms);
/external/chromium_org/v8/src/
H A Ddate.js48 function MakeTime(hour, min, sec, ms) {
52 if (!$isFinite(ms)) return NAN;
56 + TO_INTEGER(ms);
121 function DateConstructor(year, month, date, hours, minutes, seconds, ms) {
170 ms = argc > 6 ? ToNumber(ms) : 0;
175 var time = MakeTime(hours, minutes, seconds, ms);
268 function DateUTC(year, month, date, hours, minutes, seconds, ms) {
276 ms = argc > 6 ? ToNumber(ms)
[all...]
H A Ddeoptimizer.cc852 double ms = timer.Elapsed().InMillisecondsF(); local
862 " took %0.3f ms]\n",
870 ms);
H A Dhydrogen.cc12464 double ms = times_[i].InMillisecondsF(); local
12466 PrintF(" %8.3f ms / %4.1f %% ", ms, percent);
12477 PrintF("%33s %8.3f ms / %4.1f %% \n", "Create graph",
12479 PrintF("%33s %8.3f ms / %4.1f %% \n", "Optimize graph",
12481 PrintF("%33s %8.3f ms / %4.1f %% \n", "Generate and install code",
12486 PrintF("%33s %8.3f ms %9u bytes\n", "Total",
12498 PrintF("%33s %8.3f ms %7.3f kB allocated\n",
H A Dparser.cc841 double ms = timer.Elapsed().InMillisecondsF(); local
851 PrintF(" - took %0.3f ms]\n", ms);
977 double ms = timer.Elapsed().InMillisecondsF(); local
979 PrintF("[parsing function: %s - took %0.3f ms]\n", name_chars.get(), ms);
H A Dserialize.cc1805 double ms = timer.Elapsed().InMillisecondsF(); local
1807 PrintF("[Serializing to %d bytes took %0.3f ms]\n", length, ms);
2015 double ms = timer.Elapsed().InMillisecondsF(); local
2017 PrintF("[Deserializing from %d bytes took %0.3f ms]\n", length, ms);
H A Dsnapshot-common.cc40 double ms = timer.Elapsed().InMillisecondsF(); local
41 PrintF("[Snapshot loading and deserialization took %0.3f ms]\n", ms);
H A Dsnapshot-external.cc71 double ms = timer.Elapsed().InMillisecondsF(); local
72 PrintF("[Snapshot loading and deserialization took %0.3f ms]\n", ms);
/external/chromium_org/v8/test/mjsunit/
H A Ddate-parse.js281 var ms = i * (3600 * 1000);
282 var s = (new Date(ms)).toString();
283 assertEquals(ms, Date.parse(s), "parse own: " + s);
H A Ddate.js317 var ms = (i * 60 + j) * 60000;
319 assertEquals(70674603500 + ms, Date.parse(string), string);
321 assertEquals(70674603500 - ms, Date.parse(string), string);
H A Dto_number_order.js65 var ms = { valueOf: function() { x += 7; return 999; } };
68 new Date(year, month, date, hours, minutes, seconds, ms);
73 Date(year, month, date, hours, minutes, seconds, ms);
77 Date.UTC(year, month, date, hours, minutes, seconds, ms);
82 new Date().setSeconds(seconds, ms);
86 new Date().setSeconds(seconds, ms);
90 new Date().setUTCSeconds(seconds, ms);
94 new Date().setMinutes(minutes, seconds, ms);
98 new Date().setUTCMinutes(minutes, seconds, ms);
102 new Date().setHours(hours, minutes, seconds, ms);
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2185-2.js50 var ms = end - start;
51 print("Short " + Math.floor(ms) + "ms");
129 var ms = end - start;
130 print(name + " " + Math.floor(ms) + "ms");

Completed in 4161 milliseconds

<<11121314151617181920>>