/bionic/libc/malloc_debug/ |
D | DebugData.h | 57 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetPointer() local 62 uintptr_t value = reinterpret_cast<uintptr_t>(pointer); in GetHeader() local 67 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetAllocBacktrace() local 72 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetFrontGuard() local 77 uintptr_t value = reinterpret_cast<uintptr_t>(GetPointer(header)); in GetRearGuard() local
|
D | Config.cpp | 104 std::string* value; member 129 size_t* value; member 198 bool PropertyParser::Get(std::string* property, std::string* value) { in Get() 424 std::string value; in Set() local
|
/bionic/libc/private/ |
D | kernel_sigset_t.h | 31 kernel_sigset_t(const sigset_t* value) { in kernel_sigset_t() 40 void set(const sigset_t* value) { in set()
|
D | bionic_futex.h | 43 static inline __always_inline int __futex(volatile void* ftx, int op, int value, in __futex() 64 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait() 68 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value, in __futex_wait_ex()
|
D | bionic_macros.h | 43 #define BIONIC_ALIGN(value, alignment) \ argument 46 #define BIONIC_ROUND_UP_POWER_OF_2(value) \ argument
|
D | WriteProtected.h | 32 T value; member
|
D | CachedProperty.h | 82 static void Callback(void* data, const char*, const char* value, uint32_t serial) { in Callback()
|
/bionic/tests/ |
D | setjmp_test.cpp | 23 int value; in TEST() local 34 int value; in TEST() local 45 int value; in TEST() local 56 int value; in TEST() local 203 int value; in TEST() local 232 int value = setjmp(jb); in TEST() local 253 int value = setjmp(jb); in TEST() local
|
D | eventfd_test.cpp | 42 eventfd_t value = 123; in TEST() local
|
D | system_properties_test2.cpp | 94 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST() 105 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST()
|
/bionic/libc/bionic/ |
D | eventfd_read.cpp | 32 int eventfd_read(int fd, eventfd_t* value) { in eventfd_read()
|
D | eventfd_write.cpp | 32 int eventfd_write(int fd, eventfd_t value) { in eventfd_write()
|
D | sigqueue.cpp | 36 int sigqueue(pid_t pid, int signo, const sigval value) { in sigqueue()
|
D | setjmp_cookie.cpp | 43 long value; in __libc_init_setjmp_cookie() local
|
D | fgetxattr.cpp | 38 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size) { in fgetxattr()
|
D | fsetxattr.cpp | 38 int fsetxattr(int fd, const char* name, const void* value, size_t size, int flags) { in fsetxattr()
|
D | system_properties.cpp | 188 char value[PROP_VALUE_MAX]; member 329 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, in new_prop_info() 421 const char* value, uint32_t valuelen, in find_property() 509 bool RecvInt32(int32_t* value) { in RecvInt32() 549 SocketWriter& WriteUint32(uint32_t value) { in WriteUint32() 560 SocketWriter& WriteString(const char* value) { in WriteString() 605 char value[PROP_VALUE_MAX]; member 686 bool prop_area::add(const char* name, unsigned int namelen, const char* value, in add() 1168 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() 1201 const char* value, in __system_property_read_callback() [all …]
|
D | jemalloc_wrapper.cpp | 51 int je_mallopt(int param, int value) { in je_mallopt()
|
/bionic/linker/ |
D | linker_config.cpp | 64 int next_token(std::string* name, std::string* value, std::string* error_msg) { in next_token() 133 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() 136 const std::string& value() const { in value() function in PropertyValue 177 std::string value; in parse_config_file() local 225 std::string value; in parse_config_file() local 245 std::string value; in parse_config_file() local
|
D | linker_dlwarning.cpp | 37 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning()
|
D | linker_sleb128.h | 45 size_t value = 0; in pop_front() local
|
/bionic/tools/relocation_packer/src/ |
D | sleb128.cc | 48 void Sleb128Encoder<uint_t>::Enqueue(uint_t value) { in Enqueue() 97 uint_t value = 0; in Dequeue() local
|
/bionic/libc/tools/ |
D | genseccomp.py | 14 def __init__(self, name, value): argument 22 def add(self, name, value): argument
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | ldexp.c | 27 double value; member 41 double value; member
|
/bionic/libc/kernel/uapi/linux/ |
D | reiserfs_xattr.h | 31 void * value; member
|