Searched defs:print_time (Results 1 - 10 of 10) sorted by relevance

/external/strace/tests/
H A Dstat.c87 print_time(time_t t) function
154 print_time(stb.st_atime);
156 print_time(stb.st_mtime);
158 print_time(stb.st_ctime);
/external/e2fsprogs/e2fsck/
H A Dmessage.c217 static void print_time(FILE *f, time_t t) function
312 print_time(f, inode->i_mtime);
497 print_time(f, (time_t) ctx->num);
500 print_time(f, e2fsck_ctx ? e2fsck_ctx->now : time(0));
/external/bison/lib/
H A Dtimevar.c555 print_time (str, total) function
/external/blktrace/
H A Dblkparse_fmt.c84 print_time(unsigned long long timestamp) function
248 fprintf(ofp, strcat(format, "s"), print_time(t->time));
/external/tinycompress/
H A Dcplay.c138 static int print_time(struct compress *compress) function
306 print_time(compress);
/external/iproute2/tc/
H A Dtc_util.c255 void print_time(char *buf, int len, __u32 time) function
269 print_time(buf, SPRINT_BSIZE-1, time);
/external/libvpx/libvpx/
H A Dvpxenc.c1893 static void print_time(const char *label, int64_t etl) { function
2152 print_time("ETA", estimated_time_left);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc48 || testing::GTEST_FLAG(print_time)
125 using testing::GTEST_FLAG(print_time);
1854 GTEST_FLAG(print_time) = true;
1881 EXPECT_TRUE(GTEST_FLAG(print_time));
1897 GTEST_FLAG(print_time) = false;
5433 print_time(true),
5501 static Flags PrintTime(bool print_time) { argument
5503 flags.print_time = print_time;
5563 bool print_time; member in struct:testing::Flags
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc48 || testing::GTEST_FLAG(print_time)
213 using testing::GTEST_FLAG(print_time);
1546 GTEST_FLAG(print_time) = true;
1573 EXPECT_TRUE(GTEST_FLAG(print_time));
1589 GTEST_FLAG(print_time) = false;
5288 print_time(true),
5356 static Flags PrintTime(bool print_time) { argument
5358 flags.print_time = print_time;
5418 bool print_time; member in struct:testing::Flags
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc49 || testing::GTEST_FLAG(print_time)
122 using testing::GTEST_FLAG(print_time);
1696 GTEST_FLAG(print_time) = true;
1722 EXPECT_TRUE(GTEST_FLAG(print_time));
1737 GTEST_FLAG(print_time) = false;
5028 print_time(true),
5095 static Flags PrintTime(bool print_time) { argument
5097 flags.print_time = print_time;
5149 bool print_time; member in struct:testing::Flags
[all...]

Completed in 461 milliseconds