Searched defs:option (Results 1 – 9 of 9) sorted by relevance
| /bionic/libc/malloc_debug/ |
| D | Config.cpp | 221 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 …]
|
| D | Config.h | 110 uint64_t option; member
|
| /bionic/libc/include/ |
| D | getopt.h | 51 struct option { struct 63 /** If not NULL, set `*flag` to val when option found. */ argument 75 …ull const* _Nonnull __argv, const char* _Nonnull __options, const struct option* _Nonnull __long_o… argument
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | xt_dccp.h | 21 __u8 option; member
|
| D | xt_tcpudp.h | 13 __u8 option; member
|
| /bionic/libc/kernel/uapi/linux/ |
| D | scc.h | 116 char option; member
|
| /bionic/libc/dns/resolv/ |
| D | res_debug.c | 682 p_option(u_long option) { in p_option()
|
| /bionic/libc/kernel/uapi/rdma/ |
| D | rdma_user_cm.h | 108 __u32 option; member
|
| /bionic/tests/ |
| D | unistd_test.cpp | 982 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf()
|