HomeSort by relevance Sort by last modified time
    Searched defs:new_time (Results 1 - 9 of 9) sorted by null

  /external/toolchain-utils/mem_tests/
clean_data.py 25 new_time = int(line.split(',')[0]) variable
26 dictionary[new_time] = line
  /external/google-benchmark/src/
reporter.cc 57 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); local
58 if (iterations != 0) new_time /= static_cast<double>(iterations);
59 return new_time;
63 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); local
64 if (iterations != 0) new_time /= static_cast<double>(iterations);
65 return new_time;
  /external/libcxx/utils/google-benchmark/src/
reporter.cc 57 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); local
58 if (iterations != 0) new_time /= static_cast<double>(iterations);
59 return new_time;
63 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); local
64 if (iterations != 0) new_time /= static_cast<double>(iterations);
65 return new_time;
  /external/ltp/testcases/kernel/syscalls/stime/
stime01.c 88 time_t new_time; variable
121 new_time = real_time_tv.tv_sec + INCR_TIME;
127 * new_time.
129 if (stime(&new_time) < 0) {
130 tst_resm(TFAIL | TERRNO, "stime(%ld) failed", new_time);
144 switch (pres_time_tv.tv_sec - new_time) {
150 "to %ld", new_time);
156 new_time, pres_time_tv.tv_sec);
stime02.c 84 time_t new_time; /* system's new time */ variable
106 * to the specified new_time as non-root user.
108 TEST(stime(&new_time));
159 new_time = curr_time + INCR_TIME;
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 278 struct utimbuf new_time; local
313 new_time.actime = st_src.st_atime;
314 new_time.modtime = st_src.st_mtime;
316 rc = utime(WLAN_INI_FILE_DEST, &new_time);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
    [all...]

Completed in 420 milliseconds