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.mk464 ## This can be called multiple times, but it will only add
471 define libc-add-cpu-variant-src
683 # To enable malloc leak check for statically linked programs, add
909 # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
910 # 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.cpp185 static inline void add(hdr_t* hdr, size_t size) { function
332 add(hdr, size);
369 add(hdr, bytes);
476 add(hdr, size);
490 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 5303 milliseconds