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

  /bionic/libc/private/
kernel_sigset_t.h 41 bionic = *value;
45 return &bionic;
48 sigset_t bionic; member in union:kernel_sigset_t
  /bionic/libc/tools/
check-symbols-glibc.py 65 bionic = symbols.GetFromAndroidSo(['libc.so', 'libm.so']) variable
72 # bionic includes various BSD symbols to ease porting other BSD-licensed code.
132 # bionic exposes various Linux features that glibc doesn't.
208 #print 'bionic:'
209 #for symbol in sorted(bionic):
213 print 'in glibc (but not posix) but not bionic:'
214 for symbol in sorted((glibc - posix).difference(bionic)):
218 print 'in posix (and implemented in glibc) but not bionic:'
219 for symbol in sorted((posix.intersection(glibc)).difference(bionic)):
223 print 'in bionic but not glibc:
    [all...]

Completed in 1349 milliseconds