Searched defs:option (Results 1 – 9 of 9) sorted by relevance
| /bionic/libc/malloc_debug/ |
| D | Config.cpp | 209 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() 250 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue() 259 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard() 277 bool Config::SetFrontGuard(const std::string& option, const std::string& value) { in SetFrontGuard() 287 bool Config::SetRearGuard(const std::string& option, const std::string& value) { in SetRearGuard() 291 bool Config::SetFill(const std::string& option, const std::string& value) { in SetFill() 306 bool Config::SetFillOnAlloc(const std::string& option, const std::string& value) { in SetFillOnAlloc() 310 bool Config::SetFillOnFree(const std::string& option, const std::string& value) { in SetFillOnFree() 314 bool Config::SetBacktrace(const std::string& option, const std::string& value) { in SetBacktrace() 320 bool Config::SetBacktraceEnableOnSignal(const std::string& option, const std::string& value) { in SetBacktraceEnableOnSignal() [all …]
|
| D | Config.h | 105 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 | 33 __u8 option; member
|
| D | xt_tcpudp.h | 25 __u8 option; member
|
| /bionic/libc/kernel/uapi/linux/ |
| D | scc.h | 128 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 | 120 __u32 option; member
|
| /bionic/tests/ |
| D | unistd_test.cpp | 952 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf()
|