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

1 2

  /development/ndk/platforms/android-L/include/
time.h 39 extern char* tzname[] __LIBC_ABI_PUBLIC__;
40 extern int daylight __LIBC_ABI_PUBLIC__;
41 extern long int timezone __LIBC_ABI_PUBLIC__;
61 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
62 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
64 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
67 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__;
68 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
70 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /bionic/libc/include/
time.h 40 extern char* tzname[] __LIBC_ABI_PUBLIC__;
41 extern int daylight __LIBC_ABI_PUBLIC__;
42 extern long int timezone __LIBC_ABI_PUBLIC__;
62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__;
63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
    [all...]
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__;
79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
nsswitch.h 218 const char *, const ns_src [], ...) __LIBC_ABI_PUBLIC__;
  /bionic/libc/bionic/
dlmalloc.h 49 int dlmalloc_trim(size_t) __LIBC_ABI_PUBLIC__;
50 void dlmalloc_inspect_all(void (*handler)(void*, void*, size_t, void*), void*) __LIBC_ABI_PUBLIC__;
  /bionic/libc/include/arpa/
nameser.h 569 int ns_msg_getflag(ns_msg, int) __LIBC_ABI_PUBLIC__;
570 uint16_t ns_get16(const u_char *) __LIBC_ABI_PUBLIC__;
571 uint32_t ns_get32(const u_char *) __LIBC_ABI_PUBLIC__;
572 void ns_put16(uint16_t, u_char *) __LIBC_ABI_PUBLIC__;
573 void ns_put32(uint32_t, u_char *) __LIBC_ABI_PUBLIC__;
574 int ns_initparse(const u_char *, int, ns_msg *) __LIBC_ABI_PUBLIC__;
575 int ns_skiprr(const u_char *, const u_char *, ns_sect, int) __LIBC_ABI_PUBLIC__;
576 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *) __LIBC_ABI_PUBLIC__;
579 const char *, const char *, char *, size_t) __LIBC_ABI_PUBLIC__;
583 char *, size_t) __LIBC_ABI_PUBLIC__;
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
cdefs_elf.h 71 #define __LIBC64_HIDDEN__ __LIBC_ABI_PUBLIC__
75 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default")))
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
cdefs_elf.h 71 #define __LIBC64_HIDDEN__ __LIBC_ABI_PUBLIC__
75 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default")))
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
cdefs_elf.h 71 #define __LIBC64_HIDDEN__ __LIBC_ABI_PUBLIC__
75 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default")))
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
cdefs_elf.h 71 #define __LIBC64_HIDDEN__ __LIBC_ABI_PUBLIC__
75 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default")))
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
cdefs_elf.h 71 #define __LIBC64_HIDDEN__ __LIBC_ABI_PUBLIC__
75 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default")))
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
cdefs_elf.h 71 #define __LIBC64_HIDDEN__ __LIBC_ABI_PUBLIC__
75 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default")))

Completed in 511 milliseconds

1 2