Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 144) sorted by relevance

123456

/bionic/libc/malloc_debug/
DConfig.cpp221 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue()
262 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue()
271 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard()
289 bool Config::SetFrontGuard(const std::string& option, const std::string& value) { in SetFrontGuard()
299 bool Config::SetRearGuard(const std::string& option, const std::string& value) { in SetRearGuard()
303 bool Config::SetFill(const std::string& option, const std::string& value) { in SetFill()
318 bool Config::SetFillOnAlloc(const std::string& option, const std::string& value) { in SetFillOnAlloc()
322 bool Config::SetFillOnFree(const std::string& option, const std::string& value) { in SetFillOnFree()
326 bool Config::SetBacktrace(const std::string& option, const std::string& value) { in SetBacktrace()
332 bool Config::SetBacktraceEnableOnSignal(const std::string& option, const std::string& value) { in SetBacktraceEnableOnSignal()
[all …]
DDebugData.h54 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/
Dsystem_property_api.cpp73 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read()
80 const char* value, uint32_t serial), in __system_property_read_callback()
86 int __system_property_get(const char* name, char* value) { in __system_property_get()
91 int __system_property_update(prop_info* pi, const char* value, unsigned int len) { in __system_property_update()
96 int __system_property_add(const char* name, unsigned int namelen, const char* value, in __system_property_add()
Dsystem_property_set.cpp97 bool RecvInt32(int32_t* value) { in RecvInt32()
131 SocketWriter& WriteUint32(uint32_t value) { in WriteUint32()
142 SocketWriter& WriteString(const char* value) { in WriteString()
187 char value[PROP_VALUE_MAX]; member
240 char value[PROP_VALUE_MAX]; in detect_protocol_version() local
275 int __system_property_set(const char* key, const char* value) { in __system_property_set()
Deventfd.cpp40 int eventfd_read(int fd, eventfd_t* value) { in eventfd_read()
44 int eventfd_write(int fd, eventfd_t value) { in eventfd_write()
Dbionic_futex.cpp36 static inline __always_inline int FutexWithTimeout(volatile void* ftx, int op, int value, in FutexWithTimeout()
71 int __futex_wait_ex(volatile void* ftx, bool shared, int value, bool use_realtime_clock, in __futex_wait_ex()
Dsetjmp_cookie.cpp43 long value; in __libc_init_setjmp_cookie() local
Dpthread_sigqueue.cpp40 int pthread_sigqueue(pthread_t t, int sig, const union sigval value) { in pthread_sigqueue()
Dfgetxattr.cpp40 ssize_t fgetxattr(int fd, const char* name, void* value, size_t size) { in fgetxattr()
/bionic/tests/
Dsystem_properties_test.cpp90 char value[PROP_VALUE_MAX]; in hierarchical_test_callback() local
309 char value[PROP_VALUE_MAX]; in TEST() local
478 char value[PROP_VALUE_MAX]; in TEST() local
535 const std::string& value = property.second; in TEST() local
541 const std::string& value = property.second; in TEST() local
547 char value[PROP_VALUE_MAX]; in TEST() local
557 std::string value; in TEST() local
559 [](void* cookie, const char*, const char* value, uint32_t) { in TEST()
569 const std::string& value = property.second; in TEST() local
578 const std::string& value = property.second; in TEST() local
[all …]
Deventfd_test.cpp31 eventfd_t value = 123; in TEST() local
56 eventfd_t value = 123; in TEST() local
77 eventfd_t value = 123; in TEST() local
Dsetjmp_test.cpp33 int value; in TEST() local
44 int value; in TEST() local
55 int value; in TEST() local
66 int value; in TEST() local
243 int value; in TEST() local
270 int value = setjmp(jb); in TEST_F() local
285 int value = setjmp(jb); in TEST_F() local
303 int value = setjmp(buf); in TEST() local
391 int value; in TEST() local
DDoNotOptimize.h21 static inline void DoNotOptimize(Tp const& value) { in DoNotOptimize()
25 static inline void DoNotOptimize(Tp& value) { in DoNotOptimize()
Dgwp_asan_test.cpp107 std::string value = GetSysprop(prop); in SyspropRestorer() local
125 std::string value; in GetSysprop() local
130 [](void* cookie, const char* /* name */, const char* value, uint32_t /* serial */) { in GetSysprop()
Dsystem_properties_test2.cpp92 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST()
103 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST()
/bionic/libc/private/
Dbionic_futex.h41 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()
/bionic/libc/system_properties/
Dsystem_properties.cpp184 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue()
215 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read()
240 const char* value, uint32_t serial), in ReadCallback()
259 int SystemProperties::Get(const char* name, char* value) { in Get()
270 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update()
338 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add()
/bionic/linker/
Dlinker_config.cpp70 int next_token(std::string* name, std::string* value, std::string* error_msg) { in next_token()
146 PropertyValue(std::string&& value, size_t lineno) in PropertyValue()
149 const std::string& value() const { in value() function in PropertyValue
153 void append_value(std::string&& value) { in append_value()
198 std::string value; in parse_config_file() local
271 std::string value; in parse_config_file() local
291 std::string value; in parse_config_file() local
Dlinker_sleb128.h46 size_t value = 0; in pop_front() local
78 uint64_t value = 0; in pop_front() local
Dlinker_auxv.cpp109 long value = v->a_un.a_val; in ld_show_auxv() local
/bionic/libc/kernel/uapi/linux/
Dvirtio_gpio.h36 __le32 value; member
40 __u8 value; member
44 __u8 value[]; member
/bionic/libc/kernel/uapi/linux/surface_aggregator/
Ddtx.h16 #define SDTX_CATEGORY(value) ((value) & SDTX_CATEGORY_MASK) argument
21 #define SDTX_SUCCESS(value) (SDTX_CATEGORY(value) == SDTX_CATEGORY_STATUS) argument
34 #define SDTX_DEVICE_TYPE(value) ((value) & SDTX_DEVICE_TYPE_MASK) argument
/bionic/benchmarks/
DScopedDecayTimeRestorer.h28 bool value; in ScopedDecayTimeRestorer() local
/bionic/libc/include/bits/
Dget_device_api_level_inlines.h42 char value[92] = { 0 }; in android_get_device_api_level() local
/bionic/libc/tools/
Dgenseccomp.py20 def __init__(self, name, value): argument
28 def add(self, name, value): argument

123456