/external/chromium/base/ |
D | time_unittest.cc | 20 struct tm tms; in TEST() local 22 localtime_s(&tms, &now_t_1); in TEST() 24 localtime_r(&now_t_1, &tms); in TEST() 33 EXPECT_EQ(tms.tm_year + 1900, exploded.year); in TEST() 34 EXPECT_EQ(tms.tm_mon + 1, exploded.month); in TEST() 35 EXPECT_EQ(tms.tm_mday, exploded.day_of_month); in TEST() 36 EXPECT_EQ(tms.tm_hour, exploded.hour); in TEST() 37 EXPECT_EQ(tms.tm_min, exploded.minute); in TEST() 38 EXPECT_EQ(tms.tm_sec, exploded.second); in TEST()
|
/external/bison/lib/ |
D | timevar.c | 56 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.tms_stime + tms.tms_cstime) * ticks_to_msec;
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpRequestExecutor.java | 215 int tms = request.getParams().getIntParameter( in doSendRequest() local 218 if (conn.isResponseAvailable(tms)) { in doSendRequest()
|
/external/kernel-headers/original/linux/ |
D | times.h | 6 struct tms { struct
|
/external/bison/m4/ |
D | timevar.m4 | 49 AC_CHECK_TYPES([clock_t, struct tms], [], [],
|
/external/openssl/crypto/rc4/ |
D | rc4speed.c | 142 static struct tms tstart,tend; in Time_F()
|
/external/openssl/crypto/bn/ |
D | bnspeed.c | 132 static struct tms tstart,tend; in Time_F()
|
D | expspeed.c | 158 static struct tms tstart,tend; in Time_F()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 1667 TextMapState tms(*fMatrix, constY); in drawPosText() local 1668 TextMapState::Proc tmsProc = tms.pickProc(scalarsPerPosition); in drawPosText() 1676 tmsProc(tms, pos); in drawPosText() 1678 SkFixed fx = SkScalarToFixed(tms.fLoc.fX); in drawPosText() 1679 SkFixed fy = SkScalarToFixed(tms.fLoc.fY); in drawPosText() 1703 tmsProc(tms, pos); in drawPosText() 1707 alignProc(tms.fLoc, *glyph, &fixedLoc); in drawPosText() 1735 tmsProc(tms, pos); in drawPosText() 1738 alignProc(tms.fLoc, glyph, &fixedLoc); in drawPosText()
|
/external/openssl/crypto/rc2/ |
D | rc2speed.c | 142 static struct tms tstart,tend; in Time_F()
|
/external/openssl/crypto/des/ |
D | speed.c | 147 static struct tms tstart,tend; in Time_F()
|
D | des_opts.c | 364 static struct tms tstart,tend; in Time_F()
|
/external/kernel-headers/original/asm-x86/ |
D | voyager.h | 432 __u8 tms; member
|
/external/dnsmasq/src/ |
D | util.c | 308 struct tms dummy; in dnsmasq_time()
|
/external/strace/ |
D | resource.c | 453 struct tms tbuf;
|
/external/icu4c/common/ |
D | triedict.cpp | 1025 struct tms timing; in compactMutableTrieDictionary() 1026 struct tms previous; in compactMutableTrieDictionary()
|
/external/chromium/third_party/icu/source/common/ |
D | triedict.cpp | 1457 struct tms timing; in compactMutableTrieDictionary() 1458 struct tms previous; in compactMutableTrieDictionary()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 85 struct tms timeBuf; in PGetCPUTimes()
|
/external/bison/ |
D | config.hin | 233 /* Define to 1 if the system has the type `struct tms'. */
|
D | config.log | 964 configure:8617: checking for struct tms
|
D | ChangeLog | 7416 Include <sys/time.h> when checking for clock_t and struct tms. 8081 times and struct tms are available.
|
/external/openssl/apps/ |
D | apps.c | 2873 struct tms rus; in app_tminterval() 2901 struct tms rus; in app_tminterval()
|