Searched defs:new_time (Results 1 – 14 of 14) sorted by relevance
/external/google-benchmark/src/ |
D | reporter.cc | 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/external/libcxx/utils/google-benchmark/src/ |
D | reporter.cc | 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/external/toolchain-utils/mem_tests/ |
D | clean_data.py | 25 new_time = int(line.split(',')[0]) variable
|
/external/ltp/testcases/kernel/syscalls/stime/ |
D | stime01.c | 88 time_t new_time; variable
|
D | stime02.c | 84 time_t new_time; /* system's new time */ variable
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 443 file_time_type new_time; in TEST_CASE() member 487 const file_time_type new_time = Clock::now() + Hours(3); in TEST_CASE() local 516 file_time_type new_time = file_time_type::min(); in TEST_CASE() local 550 file_time_type new_time = file_time_type::max(); in TEST_CASE() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TimeValue.h | 94 explicit TimeValue( double new_time ) in TimeValue()
|
/external/llvm/include/llvm/Support/ |
D | TimeValue.h | 106 explicit TimeValue( double new_time ) in TimeValue()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | TimeValue.h | 106 explicit TimeValue( double new_time ) in TimeValue()
|
/external/autotest/client/site_tests/video_YouTubePage/ |
D | video_YouTubePage.py | 95 def seek_video(self, new_time): argument
|
/external/perf_data_converter/src/quipper/ |
D | perf_parser_test.cc | 46 uint64_t new_time = GetTimeFromPerfEvent(events.Get(i)); in CheckChronologicalOrderOfEvents() local
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 1016 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
|
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1001 #define new_time(hh, mm, ss, us, tzinfo, fold) \ macro
|