Searched refs:ms (Results 401 - 425 of 526) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js3043 var ms = 0, parsed;
3056 ms += parsed * Math.pow(60, (l - i - 1));
3059 return ms * 1000;
3130 tick: function tick(ms) {
3131 ms = typeof ms == "number" ? ms : parseTime(ms);
3132 var tickFrom = this.now, tickTo = this.now + ms, previous = this.now;
3222 function ClockDate(year, month, date, hour, minute, second, ms) {
[all...]
/external/aac/libAACdec/src/
H A Dchannel.cpp153 /* apply ms */
306 case ms:
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1154 int64_t ms = timeout->tv_sec * 1000 + ((timeout->tv_usec + 500) / 1000); local
1158 (timeout->tv_usec < 0) || (timeout->tv_usec >= 1000000) || (ms < 0) ||
1159 (ms >= INT_MAX)) {
1167 ms_timeout = static_cast<int>(ms);
/external/mdnsresponder/Clients/
H A Ddns-sd.c319 int ms; local
325 ms = sysTime.wMilliseconds;
330 ms = tv.tv_usec/1000;
332 printf("%2d:%02d:%02d.%03d ", tm.tm_hour, tm.tm_min, tm.tm_sec, ms);
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp537 const UnicodeSet *ms = dynamic_cast<const UnicodeSet *>(m); local
538 if (ms == NULL) {
544 nested = const_cast<UnicodeSet*>(ms);
H A Dlocmap.c478 ILCID_POSIX_SUBTABLE(ms) {
479 {0x3e, "ms"},
820 ILCID_POSIX_MAP(ms), /* ms Malay 0x3e */
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp437 void printTime(double ms) { argument
440 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis);
443 U_DEBUG_TZ_MSG((" getHistoricalOffset: time %.1f (%04d.%02d.%02d+%.1fh)\n", ms,
/external/icu/icu4c/source/common/
H A Duniset_props.cpp537 const UnicodeSet *ms = dynamic_cast<const UnicodeSet *>(m); local
538 if (ms == NULL) {
544 nested = const_cast<UnicodeSet*>(ms);
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp437 void printTime(double ms) { argument
440 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis);
443 U_DEBUG_TZ_MSG((" getHistoricalOffset: time %.1f (%04d.%02d.%02d+%.1fh)\n", ms,
/external/llvm/include/llvm/ADT/
H A DAPInt.h1560 struct ms;
1561 ms magic() const;
1697 struct APInt::ms {
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c991 int sqlite3_busy_timeout(sqlite3 *db, int ms){ argument
992 if( ms>0 ){
993 db->busyTimeout = ms;
2387 int sqlite3_sleep(int ms){ argument
2396 rc = (sqlite3OsSleep(pVfs, 1000*ms)/1000);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c918 int32_t y,m,d,hr,min,sec,ms; local
921 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0;
1018 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0;
1030 ucal_set(cal, UCAL_MILLISECOND, ms);
1049 checkDateTime(cal, y, m, d, hr, min, sec, ms, e);
1069 checkDateTime(cal, y, m, d, hr, min, sec, ms, e);
1366 int32_t ms, UCalendarDateFields field)
1376 ucal_get(c, UCAL_MILLISECOND, &status) != ms) {
1377 log_err("U_FAILURE for field %d, Expected y/m/d h:m:s:ms of %d/%d/%d %d:%d:%d:%d got %d/%d/%d %d:%d:%d:%d\n",
1378 (int32_t)field, y, m + 1, d, hr, min, sec, ms,
1363 checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec, int32_t ms, UCalendarDateFields field) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c919 int32_t y,m,d,hr,min,sec,ms; local
922 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0;
1019 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0;
1031 ucal_set(cal, UCAL_MILLISECOND, ms);
1050 checkDateTime(cal, y, m, d, hr, min, sec, ms, e);
1070 checkDateTime(cal, y, m, d, hr, min, sec, ms, e);
1367 int32_t ms, UCalendarDateFields field)
1377 ucal_get(c, UCAL_MILLISECOND, &status) != ms) {
1378 log_err("U_FAILURE for field %d, Expected y/m/d h:m:s:ms of %d/%d/%d %d:%d:%d:%d got %d/%d/%d %d:%d:%d:%d\n",
1379 (int32_t)field, y, m + 1, d, hr, min, sec, ms,
1364 checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec, int32_t ms, UCalendarDateFields field) argument
[all...]
/external/e2fsprogs/misc/
H A De4defrag.c285 struct stat64 ms; local
291 if (stat64(mnt->mnt_fsname, &ms) < 0)
293 if (sb.st_rdev != ms.st_rdev)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java1543 final MulticastSocket ms = _socket;
1544 if (ms != null && !ms.isClosed()) {
1545 ms.send(packet);
/external/kernel-headers/original/uapi/linux/
H A Dnvme.h83 __le16 ms; member in struct:nvme_lbaf
/external/pdfium/core/
H A DAndroid.mk72 src/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-H_2.cpp \
73 src/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-V_2.cpp \
/external/valgrind/main/massif/
H A Dms_main.c99 time_unit: ms
125 n_events: n time(ms) total(B) useful-heap(B) admin-heap(B) stacks(B)
150 0 +-----------------------------------@---@---@-----@--@---#-------------->ms 0 713
154 -------------------------------------------------------------------------------- n time(ms) total(B) useful-heap(B) admin-heap(B) stacks(B)
306 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
353 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
388 case TimeMS: return "ms";
445 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {}
473 " --time-unit=i|ms|B time unit: instructions executed, milliseconds\n"
618 parent->children = VG_(malloc)( "ms
[all...]
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.css246 -webkit-transition: border-color 200ms;
/external/chromium_org/extensions/renderer/resources/
H A Dextension.css339 -webkit-transition: border-color 200ms;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DmediaControls.css395 transition: top 433ms linear;
/external/chromium_org/third_party/icu/source/data/coll/
H A Dcolfiles.mk89 mr_IN.txt ms.txt ms_Latn.txt ms_Latn_BN.txt ms_Latn_MY.txt\
/external/chromium_org/third_party/icu/source/data/lang/
H A Dresfiles.mk99 mr.txt ms.txt ms_Latn.txt mt.txt mua.txt\
/external/chromium_org/third_party/icu/source/data/region/
H A Dresfiles.mk98 ml.txt mn.txt mn_Cyrl.txt mr.txt ms.txt\

Completed in 1075 milliseconds

<<11121314151617181920>>