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

  /external/chromium/base/
pr_time_unittest.cc 53 struct tm local_time = {0}; local
56 localtime_s(&local_time, &current_time);
57 asctime_s(time_buf, arraysize(time_buf), &local_time);
59 localtime_r(&current_time, &local_time);
60 asctime_r(&local_time, time_buf);
logging.cc 666 struct tm local_time = {0}; local
668 localtime_s(&local_time, &t);
670 localtime_r(&t, &local_time);
672 struct tm* tm_time = &local_time;
  /external/chromium_org/base/time/
pr_time_unittest.cc 54 struct tm local_time = {0}; local
57 localtime_s(&local_time, &current_time);
58 asctime_s(time_buf, arraysize(time_buf), &local_time);
60 localtime_r(&current_time, &local_time);
61 asctime_r(&local_time, time_buf);
time_unittest.cc 167 struct tm local_time = {0}; local
170 localtime_s(&local_time, &current_time);
171 asctime_s(time_buf, arraysize(time_buf), &local_time);
173 localtime_r(&current_time, &local_time);
174 asctime_r(&local_time, time_buf);
  /external/chromium_org/chrome/browser/google_apis/
time_util_unittest.cc 25 base::Time local_time = base::Time::FromLocalExploded(exploded); local
34 EXPECT_EQ(local_time, test_time);
  /hardware/libhardware/include/hardware/
local_time_hal.h 30 #define LOCAL_TIME_HARDWARE_MODULE_ID "local_time"
45 int64_t local_time; member in struct:local_time_debug_event
  /frameworks/base/services/common_time/
clock_recovery.h 42 bool pushDisciplineEvent(int64_t local_time,
87 int64_t local_time; member in struct:android::ClockRecoveryLoop::__anon31995
  /external/chromium_org/base/
logging.cc 695 struct tm local_time = {0}; local
697 localtime_s(&local_time, &t);
699 localtime_r(&t, &local_time);
701 struct tm* tm_time = &local_time;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 465 * @local_time: system time, in microseconds since the Epoch
473 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 465 * @local_time: system time, in microseconds since the Epoch
473 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 465 * @local_time: system time, in microseconds since the Epoch
473 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 501 time_t local_time; member in struct:__anon8106
518 test_cases[i].local_time, true, test_cases[i].local_created_by_policy);
    [all...]
  /external/chromium_org/chrome_frame/
chrome_tab.cc 116 SYSTEMTIME local_time; local
117 ::GetSystemTime(&local_time);
118 std::string hex(base::HexEncode(&local_time, sizeof(local_time)));
    [all...]

Completed in 219 milliseconds