Home
last modified time | relevance | path

Searched defs:new_time (Results 1 – 14 of 14) sorted by relevance

/external/google-benchmark/src/
Dreporter.cc94 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/
Dreporter.cc94 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/
Dclean_data.py25 new_time = int(line.split(',')[0]) variable
/external/ltp/testcases/kernel/syscalls/stime/
Dstime01.c88 time_t new_time; variable
Dstime02.c84 time_t new_time; /* system's new time */ variable
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp443 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/
DTimeValue.h94 explicit TimeValue( double new_time ) in TimeValue()
/external/llvm/include/llvm/Support/
DTimeValue.h106 explicit TimeValue( double new_time ) in TimeValue()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h106 explicit TimeValue( double new_time ) in TimeValue()
/external/autotest/client/site_tests/video_YouTubePage/
Dvideo_YouTubePage.py95 def seek_video(self, new_time): argument
/external/perf_data_converter/src/quipper/
Dperf_parser_test.cc46 uint64_t new_time = GetTimeFromPerfEvent(events.Get(i)); in CheckChronologicalOrderOfEvents() local
/external/libcxx/src/filesystem/
Doperations.cpp1016 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
/external/python/cpython2/Modules/
Ddatetimemodule.c721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
/external/python/cpython3/Modules/
D_datetimemodule.c1001 #define new_time(hh, mm, ss, us, tzinfo, fold) \ macro