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

1 2

  /external/libchrome/base/time/
pr_time_unittest.cc 79 struct tm local_time = {0}; local
82 localtime_s(&local_time, &current_time);
83 asctime_s(time_buf, arraysize(time_buf), &local_time);
85 localtime_r(&current_time, &local_time);
86 asctime_r(&local_time, time_buf);
time_unittest.cc 171 struct tm local_time = {0}; local
174 localtime_s(&local_time, &current_time);
175 asctime_s(time_buf, arraysize(time_buf), &local_time);
177 localtime_r(&current_time, &local_time);
178 asctime_r(&local_time, time_buf);
    [all...]
  /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
  /system/connectivity/shill/net/
shill_time.cc 98 struct tm local_time = {}; local
104 localtime_r(&now_wall_clock.tv_sec, &local_time);
105 wall_clock_string = FormatTime(local_time, now_wall_clock.tv_usec);
  /external/libweave/third_party/chromium/base/
logging.cc 208 struct tm local_time; local
209 memset(&local_time, 0, sizeof(local_time));
211 localtime_s(&local_time, &t);
213 localtime_r(&t, &local_time);
215 struct tm* tm_time = &local_time;
  /frameworks/base/libs/common_time/
clock_recovery.h 42 bool pushDisciplineEvent(int64_t local_time,
87 int64_t local_time; member in struct:android::ClockRecoveryLoop::__anon28296
  /external/ImageMagick/MagickCore/
string.c 1178 local_time; local
    [all...]
  /external/ImageMagick/coders/
cin.c 935 local_time;
995 (void) localtime_r(&seconds,&local_time);
997 (void) memcpy(&local_time,localtime(&seconds),sizeof(local_time));
1000 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time)
927 local_time; local
    [all...]
mat.c 1400 struct tm local_time; local
    [all...]
pdf.c 1271 local_time; local
    [all...]
  /external/libchrome/base/
logging.cc 772 struct tm local_time; local
773 memset(&local_time, 0, sizeof(local_time));
775 localtime_s(&local_time, &t);
777 localtime_r(&t, &local_time);
779 struct tm* tm_time = &local_time;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 541 * @local_time: system time, in microseconds since the Epoch
552 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /development/ndk/platforms/android-21/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 894 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 865 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer

Completed in 883 milliseconds

1 2