Searched refs:time0 (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | local_path_info_unittest.py | 17 def _ChangeFileTime(path, time0, days): argument 18 new_time = time0 + (days * 24 * 60 * 60) 57 time0 = s.st_mtime 59 _ChangeFileTime('file1', time0, 4) 60 _ChangeFileTime('file2', time0, 2) 61 _ChangeFileTime('file3', time0, 0) 64 _ChangeFileTime('file1', time0, 0) 65 _ChangeFileTime('file2', time0, 4) 66 _ChangeFileTime('file3', time0, 2) 69 _ChangeFileTime('file1', time0, 2) [all …]
|
/external/freetype/src/tools/ |
D | test_bbox.c | 141 long time0; in profile_outline() local 143 time0 = get_time(); in profile_outline() 147 time0 = get_time() - time0; in profile_outline() 149 ((double)time0/10000.0), in profile_outline() 158 time0 = get_time(); in profile_outline() 162 time0 = get_time() - time0; in profile_outline() 164 ((double)time0/10000.0), in profile_outline()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/difftime/ |
D | 1-1.c | 23 time_t time0; in main() local 26 time0 = time(NULL); in main() 27 time_diff = difftime(time0 + 1, time0); in main()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 65 brw_raw_timestamp_delta(struct brw_context *brw, uint64_t time0, uint64_t time1) in brw_raw_timestamp_delta() argument 71 return (uint32_t)time1 - (uint32_t)time0; in brw_raw_timestamp_delta() 73 if (time0 > time1) { in brw_raw_timestamp_delta() 74 return (1ULL << 36) + time1 - time0; in brw_raw_timestamp_delta() 76 return time1 - time0; in brw_raw_timestamp_delta()
|
D | brw_context.h | 1363 uint64_t time0, uint64_t time1);
|
/external/libcxx/include/ |
D | ctime | 35 double difftime(time_t time1, time_t time0);
|