| /bionic/libc/malloc_debug/ |
| D | Config.cpp | 134 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() 175 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue() 184 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard() 202 bool Config::SetFrontGuard(const std::string& option, const std::string& value) { in SetFrontGuard() 212 bool Config::SetRearGuard(const std::string& option, const std::string& value) { in SetRearGuard() 216 bool Config::SetFill(const std::string& option, const std::string& value) { in SetFill() 231 bool Config::SetFillOnAlloc(const std::string& option, const std::string& value) { in SetFillOnAlloc() 235 bool Config::SetFillOnFree(const std::string& option, const std::string& value) { in SetFillOnFree() 239 bool Config::SetBacktrace(const std::string& option, const std::string& value) { in SetBacktrace() 245 bool Config::SetBacktraceEnableOnSignal(const std::string& option, const std::string& value) { in SetBacktraceEnableOnSignal() [all …]
|
| D | DebugData.h | 54 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetPointer() local 59 uintptr_t value = reinterpret_cast<uintptr_t>(pointer); in GetHeader() local 64 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetFrontGuard() local 69 uintptr_t value = reinterpret_cast<uintptr_t>(GetPointer(header)); in GetRearGuard() local
|
| /bionic/libc/bionic/ |
| D | system_property_api.cpp | 75 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() 82 const char* value, uint32_t serial), in __system_property_read_callback() 88 int __system_property_get(const char* name, char* value) { in __system_property_get() 93 int __system_property_update(prop_info* pi, const char* value, unsigned int len) { in __system_property_update() 98 int __system_property_add(const char* name, unsigned int namelen, const char* value, in __system_property_add()
|
| D | system_property_set.cpp | 83 bool RecvInt32(int32_t* value) { in RecvInt32() 123 SocketWriter& WriteUint32(uint32_t value) { in WriteUint32() 134 SocketWriter& WriteString(const char* value) { in WriteString() 179 char value[PROP_VALUE_MAX]; member 233 char value[PROP_VALUE_MAX]; in detect_protocol_version() local 253 int __system_property_set(const char* key, const char* value) { in __system_property_set()
|
| D | bionic_futex.cpp | 35 static inline __always_inline int FutexWithTimeout(volatile void* ftx, int op, int value, in FutexWithTimeout() 61 int __futex_wait_ex(volatile void* ftx, bool shared, int value, bool use_realtime_clock, in __futex_wait_ex()
|
| 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 | fgetxattr.cpp | 40 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size) { in fgetxattr()
|
| D | setjmp_cookie.cpp | 44 long value; in __libc_init_setjmp_cookie() local
|
| D | fsetxattr.cpp | 40 int fsetxattr(int fd, const char* name, const void* value, size_t size, int flags) { in fsetxattr()
|
| /bionic/libc/private/ |
| D | bionic_futex.h | 41 static inline __always_inline int __futex(volatile void* ftx, int op, int value, in __futex() 61 static inline int __futex_wait(volatile void* ftx, int value, const timespec* timeout) { in __futex_wait() 65 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value) { in __futex_wait_ex()
|
| D | WriteProtected.h | 33 T value; member
|
| /bionic/tests/ |
| D | system_properties_test.cpp | 69 char value[PROP_VALUE_MAX]; in hierarchical_test_callback() local 236 char value[PROP_VALUE_MAX]; in TEST() local 405 char value[PROP_VALUE_MAX]; in TEST() local 462 const std::string& value = property.second; in TEST() local 468 const std::string& value = property.second; in TEST() local 474 char value[PROP_VALUE_MAX]; in TEST() local 484 std::string value; in TEST() local 486 [](void* cookie, const char*, const char* value, uint32_t) { in TEST() 496 const std::string& value = property.second; in TEST() local 505 const std::string& value = property.second; in TEST() local [all …]
|
| D | setjmp_test.cpp | 25 int value; in TEST() local 36 int value; in TEST() local 47 int value; in TEST() local 58 int value; in TEST() local 204 int value; in TEST() local 233 int value = setjmp(jb); in TEST() local 254 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/system_properties/ |
| D | system_properties.cpp | 143 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read() 183 const char* value, uint32_t serial), in ReadCallback() 214 int SystemProperties::Get(const char* name, char* value) { in Get() 225 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update() 258 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add()
|
| D | prop_info.cpp | 38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info()
|
| /bionic/linker/ |
| D | linker_config.cpp | 71 int next_token(std::string* name, std::string* value, std::string* error_msg) { in next_token() 147 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() 150 const std::string& value() const { in value() function in PropertyValue 154 void append_value(std::string&& value) { in append_value() 199 std::string value; in parse_config_file() local 247 std::string value; in parse_config_file() local 267 std::string value; in parse_config_file() local
|
| D | linker_sleb128.h | 46 size_t value = 0; in pop_front() local
|
| D | linker_dlwarning.cpp | 37 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning()
|
| /bionic/libc/arch-arm/bionic/ |
| D | exidx_static.c | 40 uint32_t value; member
|
| /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/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 | 29 void * value; member
|