Searched defs:add (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dsysdev.h44 int (*add)(struct sys_device *); member in struct:sysdev_driver
H A Ddevice.h162 int (*add) (struct class_device *, struct class_interface *); member in struct:class_interface
/bionic/libc/
H A DAndroid.mk432 ## This can be called multiple times, but it will only add
439 define libc-add-cpu-variant-src
665 # To enable malloc leak check for statically linked programs, add
864 # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
865 # make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp176 static inline void add(hdr_t *hdr, size_t size) { function
322 add(hdr, size);
420 add(hdr, size);
433 add(hdr, total_size);
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h140 void (*add)(struct mtd_info *mtd); member in struct:mtd_notifier

Completed in 334 milliseconds