HomeSort by relevance Sort by last modified time
    Searched refs:localtime_r (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.h 57 localtime_r(localTime, localTM);
  /system/extras/tests/bionic/libc/common/
test_tm_zone.c 49 tm = localtime_r( &now, &tm0 );
50 printf( "localtime_r() returns timezone abbreviation '%s'\n", tm->TM_ZONE ? tm->TM_ZONE : "<NULL POINTER>" );
  /frameworks/av/media/mtp/
MtpUtils.cpp 52 localtime_r(&dummy, &tm);
73 localtime_r(&seconds, &tm);
76 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range
  /bionic/libc/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /development/ndk/platforms/android-3/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /development/ndk/platforms/android-8/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /external/skia/src/animator/
SkTime.cpp 56 localtime_r(&tm, &syst);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);

Completed in 662 milliseconds

1 2 3