Searched refs:tms (Results 1 - 25 of 38) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Dtimes.h6 struct tms { struct
/external/chromium/base/
H A Dtime_unittest.cc20 struct tm tms; local
22 localtime_s(&tms, &now_t_1);
24 localtime_r(&now_t_1, &tms);
33 EXPECT_EQ(tms.tm_year + 1900, exploded.year);
34 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
35 EXPECT_EQ(tms.tm_mday, exploded.day_of_month);
36 EXPECT_EQ(tms.tm_hour, exploded.hour);
37 EXPECT_EQ(tms.tm_min, exploded.minute);
38 EXPECT_EQ(tms.tm_sec, exploded.second);
/external/bison/lib/
H A Dtimevar.c56 struct tms struct
69 extern clock_t times (struct tms *);
212 struct tms tms; local
213 now->wall = times (&tms) * ticks_to_msec;
215 now->user = tms.tms_utime * ticks_to_msec;
216 now->sys = tms.tms_stime * ticks_to_msec;
218 now->user = (tms.tms_utime + tms.tms_cutime) * ticks_to_msec;
219 now->sys = (tms
[all...]
/external/libnfc-nci/src/nfc/int/
H A Dtags_int.h45 UINT8 tms; member in struct:__anon21252
59 UINT8 tms; member in struct:__anon21253
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestExecutor.java215 int tms = request.getParams().getIntParameter(
218 if (conn.isResponseAvailable(tms)) {
/external/chromium_org/base/time/
H A Dtime_unittest.cc58 struct tm tms; local
60 localtime_s(&tms, &now_t_1);
62 localtime_r(&now_t_1, &tms);
71 EXPECT_EQ(tms.tm_year + 1900, exploded.year);
72 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
73 EXPECT_EQ(tms.tm_mday, exploded.day_of_month);
74 EXPECT_EQ(tms.tm_hour, exploded.hour);
75 EXPECT_EQ(tms.tm_min, exploded.minute);
76 EXPECT_EQ(tms.tm_sec, exploded.second);
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c63 static tNFC_STATUS rw_t2t_set_cc (UINT8 tms);
1809 UINT16 tms = 0; local
1814 tms = (UINT16) (LchunkSize * Num_LChuncks);
1816 tms += (T2T_STATIC_SIZE - T2T_HEADER_SIZE);
1818 tms /= 0x08;
1820 return (UINT8) tms;
1948 UINT8 tms; local
1974 tms = rw_t2t_get_tag_size (p_data);
1978 tms = p_ret->tms;
2619 rw_t2t_set_cc(UINT8 tms) argument
2665 UINT8 tms; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbnspeed.c86 /* Depending on the VMS version, the tms structure is perhaps defined.
132 static struct tms tstart,tend;
H A Dexpspeed.c112 /* Depending on the VMS version, the tms structure is perhaps defined.
158 static struct tms tstart,tend;
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/
H A Drc4speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/external/openssl/crypto/bn/
H A Dbnspeed.c86 /* Depending on the VMS version, the tms structure is perhaps defined.
132 static struct tms tstart,tend;
H A Dexpspeed.c112 /* Depending on the VMS version, the tms structure is perhaps defined.
158 static struct tms tstart,tend;
/external/openssl/crypto/rc2/
H A Drc2speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/external/openssl/crypto/rc4/
H A Drc4speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/external/mksh/src/
H A Dmisc.c2051 struct tms tms; local
2054 if (/* ru == NULL || */ times(&tms) == (clock_t)-1)
2059 u = tms.tms_utime;
2060 s = tms.tms_stime;
2063 u = tms.tms_cutime;
2064 s = tms.tms_cstime;
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp1971 TextMapState tms(SkMatrix::I(), constY);
1972 TextMapState::Proc tmsProc = tms.pickProc(scalarsPerPosition);
1979 tmsProc(tms, pos);
1981 alignProc(tms.fLoc, glyph, &loc);
2052 TextMapState tms(*ctm, constY);
2054 TextMapState tms(*fMatrix, constY);
2056 TextMapState::Proc tmsProc = tms.pickProc(scalarsPerPosition);
2080 tms.fLoc.fX = *pos;
2081 tms.fLoc.fY = *(pos+1);
2083 tmsProc(tms, po
[all...]
/external/skia/src/core/
H A DSkDraw.cpp1971 TextMapState tms(SkMatrix::I(), constY);
1972 TextMapState::Proc tmsProc = tms.pickProc(scalarsPerPosition);
1979 tmsProc(tms, pos);
1981 alignProc(tms.fLoc, glyph, &loc);
2052 TextMapState tms(*ctm, constY);
2054 TextMapState tms(*fMatrix, constY);
2056 TextMapState::Proc tmsProc = tms.pickProc(scalarsPerPosition);
2080 tms.fLoc.fX = *pos;
2081 tms.fLoc.fY = *(pos+1);
2083 tmsProc(tms, po
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLContext1Test.java369 TrustManager[] tms = tmf.getTrustManagers();
371 sslC[i].init(kms, tms, new SecureRandom());
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dspeed.c85 /* Depending on the VMS version, the tms structure is perhaps defined.
147 static struct tms tstart,tend;
H A Ddes_opts.c87 /* Depending on the VMS version, the tms structure is perhaps defined.
364 static struct tms tstart,tend;
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest8.c107 struct tms tmsStart, tmsEnd;
/external/openssl/crypto/des/
H A Dspeed.c85 /* Depending on the VMS version, the tms structure is perhaps defined.
147 static struct tms tstart,tend;
/external/dnsmasq/src/
H A Dutil.c308 struct tms dummy;
/external/strace/
H A Dresource.c457 struct tms tbuf;

Completed in 955 milliseconds

12