Home
last modified time | relevance | path

Searched refs:ftime (Results 1 – 25 of 35) sorted by relevance

12

/external/curl/tests/
Ddirectories.pm214 my $ftime = $file{'time'} ? sprintf("%10s", $file{'time'}) : "Jan 9 1933";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/external/compiler-rt/test/msan/
Dftime.cc13 int res = ftime(&tb); in main()
/external/xmlrpcpp/src/
DXmlRpcDispatch.cpp14 # define ftime _ftime macro
196 ftime(&tbuff); in getTime()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c116 FILETIME ftime; in gettimeofday() local
119 GetSystemTimeAsFileTime (&ftime); in gettimeofday()
120 n = (((uint64_t) ftime.dwHighDateTime << 32) in gettimeofday()
121 + (uint64_t) ftime.dwLowDateTime); in gettimeofday()
/external/libweave/third_party/chromium/base/time/
Dtime_unittest.cc337 FILETIME ftime; in TEST_F() local
338 ftime.dwHighDateTime = std::numeric_limits<DWORD>::max(); in TEST_F()
339 ftime.dwLowDateTime = std::numeric_limits<DWORD>::max(); in TEST_F()
340 t = Time::FromFileTime(ftime); in TEST_F()
342 ftime = t.ToFileTime(); in TEST_F()
343 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwHighDateTime); in TEST_F()
344 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwLowDateTime); in TEST_F()
/external/zlib/src/contrib/untgz/
Duntgz.c206 int setfiletime (char *fname,time_t ftime) in setfiletime() argument
216 loctm = localtime(&ftime); in setfiletime()
245 settime.actime = settime.modtime = ftime; in setfiletime()
/external/libchrome/base/time/
Dtime_unittest.cc532 FILETIME ftime; in TEST_F() local
533 ftime.dwHighDateTime = std::numeric_limits<DWORD>::max(); in TEST_F()
534 ftime.dwLowDateTime = std::numeric_limits<DWORD>::max(); in TEST_F()
535 t = Time::FromFileTime(ftime); in TEST_F()
537 ftime = t.ToFileTime(); in TEST_F()
538 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwHighDateTime); in TEST_F()
539 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwLowDateTime); in TEST_F()
/external/libpcap/lbl/
Dos-sunos4.h86 int ftime(struct timeb *);
/external/tcpdump/lbl/
Dos-sunos4.h86 int ftime(struct timeb *);
/external/lz4/programs/
Dbench.c168 ftime( &tb ); in BMK_GetMilliStart()
Dframetest.c118 ftime( &tb ); in FUZ_GetMilliStart()
Dfullbench.c188 ftime( &tb ); in BMK_GetMilliStart()
/external/strace/linux/powerpc64/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/i386/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/m68k/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/sh/
Dsyscallent.h66 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/mips/
Dsyscallent-o32.h38 [4035] = { 1, 0, SEN(ftime), "ftime" },
/external/strace/linux/powerpc/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/sh64/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/microblaze/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/clang/include/clang/Frontend/
DCodeGenOptions.def141 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report is enabled.
/external/libxml2/
DtestSAX.c84 ftime(&timebuffer); in my_gettimeofday()
/external/strace/linux/arm/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/strace/linux/bfin/
Dsyscallent.h64 [ 35] = { 0, 0, SEN(ftime), "ftime" },
/external/libxml2/os400/
Dos400config.h.in63 /* Define to 1 if you have the `ftime' function. */

12