Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 3104) sorted by relevance

12345678910>>...125

/aosp_15_r20/bionic/libc/malloc_debug/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dconfigparser.py224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dconfigparser.py224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dconfigparser.py224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dconfigparser.py224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dconfigparser.py224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dconfigparser.py224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
DConfigParser.py158 def __init__(self, option, section): argument
168 def __init__(self, option, section, msg): argument
177 def __init__(self, option, section, rawval, reference): argument
195 def __init__(self, option, section, rawval): argument
326 def get(self, section, option): argument
355 def _get(self, section, conv, option): argument
358 def getint(self, section, option): argument
361 def getfloat(self, section, option): argument
367 def getboolean(self, section, option): argument
376 def has_option(self, section, option): argument
[all …]
/aosp_15_r20/external/openthread/src/core/net/
H A Ddhcp6_client.cpp307 ElapsedTime option; in AppendElapsedTime() local
316 ClientIdentifier option; in AppendClientIdentifier() local
334 IaNa option; in AppendIaNa() local
368 IaAddress option; in AppendIaAddress() local
392 RapidCommit option; in AppendRapidCommit() local
456 Option option; in FindOption() local
475 ServerIdentifier option; in ProcessServerIdentifier() local
491 ClientIdentifier option; in ProcessClientIdentifier() local
508 IaNa option; in ProcessIaNa() local
544 StatusCode option; in ProcessStatusCode() local
[all …]
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DSubscriptionUnitTest.java49 Subscription option = builder.build(); in testBuilder_noUpdateRateSet() local
63 Subscription option = builder.build(); in testBuilder_withUpdateRateSet() local
80 Subscription option = builder.build(); in testAddAreaId_withMultipleAreas() local
97 Subscription option = builder.build(); in testAddAreaId_withOverlappingAreas() local
122 Subscription option = builder.build(); in testSetRateUI() local
137 Subscription option = builder.build(); in testSetRateNormal() local
152 Subscription option = builder.build(); in testSetRateFast() local
167 Subscription option = builder.build(); in testSetRateFastest() local
183 Subscription option = builder.build(); in testSetResolution() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/client/config/
H A DSdkClientConfiguration.java87 public <T> T option(ClientOption<T> option) { in option() argument
165 public <T> Builder option(ClientOption<T> option, T value) { in option() argument
180 public <T> Builder lazyOption(ClientOption<T> option, AttributeMap.LazyValue<T> lazyValue) { in lazyOption()
189 …public <T> Builder lazyOptionIfAbsent(ClientOption<T> option, AttributeMap.LazyValue<T> lazyValue)… in lazyOptionIfAbsent()
197 public <T> T option(ClientOption<T> option) { in option() method in SdkClientConfiguration.Builder
204 public <T> T computeOptionIfAbsent(ClientOption<T> option, Supplier<T> valueSupplier) { in computeOptionIfAbsent()
/aosp_15_r20/platform_testing/libraries/health/options/tests/src/android/platform/test/options/
H A DTestOptionTest.java72 TestableOption option = new TestableOption(OPTION_NAME); in testSuppliedValue_valid() local
90 TestableOption option = new TestableOption(OPTION_NAME); in testSuppliedValue_invalid() local
108 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testRequiredValueAbsent_explicit() local
125 TestableOption option = new TestableOption(OPTION_NAME); in testRequiredValueAbsent_implicit() local
140 TestableOption option = in testRequiredValueAbsent_withDefault() local
156 TestableOption option = new TestableOption(OPTION_NAME).setRequired(false); in testNonRequiredValueAbsent() local
171 TestableOption option = new TestableOption(OPTION_NAME); in testOptionErrorSkipsTest_invalidValue() local
195 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testOptionErrorSkipsTest_requiredMissing() local
226 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testUninitializedOptionThrows() local
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/
H A Dcurl_wrapper.cc17 CURLcode curl_easy_setopt_ptr(CURL* handle, CURLoption option, in curl_easy_setopt_ptr()
22 CURLcode curl_easy_setopt_long(CURL* handle, CURLoption option, in curl_easy_setopt_long()
27 CURLcode curl_easy_setopt_curl_off_t(CURL* handle, CURLoption option, in curl_easy_setopt_curl_off_t()
32 CURLcode curl_easy_getinfo_ptr(CURL* handle, CURLINFO option, void* parameter) { in curl_easy_getinfo_ptr()
47 CURLMcode curl_multi_setopt_ptr(CURLM* handle, CURLMoption option, in curl_multi_setopt_ptr()
52 CURLMcode curl_multi_setopt_long(CURLM* handle, CURLMoption option, in curl_multi_setopt_long()
57 CURLMcode curl_multi_setopt_curl_off_t(CURLM* handle, CURLMoption option, in curl_multi_setopt_curl_off_t()
78 CURLSHcode curl_share_setopt_ptr(CURLSH* handle, CURLSHoption option, in curl_share_setopt_ptr()
83 CURLSHcode curl_share_setopt_long(CURLSH* handle, CURLSHoption option, in curl_share_setopt_long()
/aosp_15_r20/external/curl/lib/
H A Dsetopt.c112 static CURLcode setstropt_userpwd(char *option, char **userp, char **passwdp) in setstropt_userpwd()
142 static CURLcode setstropt_interface(char *option, char **devp, in setstropt_interface()
258 static CURLcode setopt_long(struct Curl_easy *data, CURLoption option, in setopt_long()
1420 static CURLcode setopt_slist(struct Curl_easy *data, CURLoption option, in setopt_slist()
1517 static CURLcode setopt_pointers(struct Curl_easy *data, CURLoption option, in setopt_pointers()
1669 static CURLcode setopt_cptr(struct Curl_easy *data, CURLoption option, in setopt_cptr()
2699 static CURLcode setopt_func(struct Curl_easy *data, CURLoption option, in setopt_func()
2873 static CURLcode setopt_offt(struct Curl_easy *data, CURLoption option, in setopt_offt()
2952 static CURLcode setopt_blob(struct Curl_easy *data, CURLoption option, in setopt_blob()
3020 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param) in Curl_vsetopt()
/aosp_15_r20/external/ComputeLibrary/utils/command_line/
H A DCommandLineParser.h145 …const std::string option = arm_compute::utility::tolower(mixed_case_opt.substr(0, pos)) + mixed_ca… in parse() local
187 for(const auto &option : _options) in validate() local
196 for(const auto &option : _positional_options) in validate() local
205 for(const auto &option : _unknown_options) in validate() local
210 for(const auto &option : _invalid_options) in validate() local
222 for(const auto &option : _options) in print_help() local
227 for(const auto &option : _positional_options) in print_help() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel_configuration.h314 void set_mtu_option(std::optional<MtuOption> option) { in set_mtu_option()
319 std::optional<RetransmissionAndFlowControlOption> option) { in set_retransmission_flow_control_option()
323 void set_flush_timeout_option(std::optional<FlushTimeoutOption> option) { in set_flush_timeout_option()
328 std::optional<FrameCheckSequenceOption> option) { in set_frame_check_sequence_option()
360 void OnReadMtuOption(MtuOption option) { mtu_option_ = option; } in OnReadMtuOption()
362 RetransmissionAndFlowControlOption option) { in OnReadRetransmissionAndFlowControlOption()
365 void OnReadFrameCheckSequenceOption(FrameCheckSequenceOption option) { in OnReadFrameCheckSequenceOption()
368 void OnReadFlushTimeoutOption(FlushTimeoutOption option) { in OnReadFlushTimeoutOption()
/aosp_15_r20/prebuilts/misc/common/commons-cli/
HDcommons-cli-1.8.0.jar ... private final org.apache.commons.cli.Option option public void <init> (org.apache ...
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/sys/cpu/
Dcpu.go215 type option struct { struct
216 Name string
217 Feature *bool
218 Specified bool // whether feature value was specified in GODEBUG
219 Enable bool // whether feature should be enabled
220 Required bool // whether feature is mandatory and can not be disabled
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/
DArgsOptionParserTest.java741 final String option = "--my_option"; in testParseBestEffort_oneArg() local
753 final String option = "--my_option"; in testParseBestEffort_oneArg_overwrite() local
846 final String option = "--my_option"; in testParseBestEffort_oneArg_manualStop() local
865 final String option = "--my_option"; in testParseBestEffort_oneArg_bareWord() local
900 final String option = "--my_option"; in testParseBestEffort_mapOption() local
927 final String option = "--my_option"; in testParseBestEffort_mapOption_singleValue() local
946 final String option = "--my_option"; in testParseBestEffort_mapOption_escaping() local
966 final String option = "--my_option"; in testParseBestEffort_mapOption_singleValue_escaping() local
986 final String option = "--my_option"; in testParseBestEffort_mapOption_bothFormat() local
1015 final String option = "--my_option"; in testParseBestEffort_mapOption_missingValue() local
[all …]
/aosp_15_r20/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h37 #define curl_easy_setopt(handle, option, value) \ argument
186 #define _curl_is_long_option(option) \ argument
189 #define _curl_is_off_t_option(option) \ argument
193 #define _curl_is_string_option(option) \ argument
237 #define _curl_is_write_cb_option(option) \ argument
242 #define _curl_is_conv_cb_option(option) \ argument
248 #define _curl_is_cb_data_option(option) \ argument
263 #define _curl_is_postfields_option(option) \ argument
269 #define _curl_is_slist_option(option) \ argument
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DPragma.cpp64 void Pragma(BooleanPragmaOption option, bool enable) in Pragma()
81 void Pragma(IntegerPragmaOption option, int value) in Pragma()
95 bool getPragmaState(BooleanPragmaOption option) in getPragmaState()
111 int getPragmaState(IntegerPragmaOption option) in getPragmaState()
125 ScopedPragma::ScopedPragma(BooleanPragmaOption option, bool enable) in ScopedPragma()
131 ScopedPragma::ScopedPragma(IntegerPragmaOption option, int value) in ScopedPragma()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/curl/include/curl/
Dtypecheck-gcc.h41 #define curl_easy_setopt(handle, option, value) \ argument
247 #define curlcheck_long_option(option) \ argument
250 #define curlcheck_off_t_option(option) \ argument
254 #define curlcheck_string_option(option) \ argument
340 #define curlcheck_write_cb_option(option) \ argument
345 #define curlcheck_conv_cb_option(option) \ argument
351 #define curlcheck_cb_data_option(option) \ argument
373 #define curlcheck_postfields_option(option) \ argument
379 #define curlcheck_slist_option(option) \ argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/curl/include/curl/
Dtypecheck-gcc.h43 #define curl_easy_setopt(handle, option, value) \ argument
253 #define curlcheck_long_option(option) \ argument
256 #define curlcheck_off_t_option(option) \ argument
260 #define curlcheck_string_option(option) \ argument
353 #define curlcheck_write_cb_option(option) \ argument
358 #define curlcheck_conv_cb_option(option) \ argument
364 #define curlcheck_cb_data_option(option) \ argument
389 #define curlcheck_postfields_option(option) \ argument
395 #define curlcheck_slist_option(option) \ argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/curl/include/curl/
Dtypecheck-gcc.h41 #define curl_easy_setopt(handle, option, value) \ argument
247 #define curlcheck_long_option(option) \ argument
250 #define curlcheck_off_t_option(option) \ argument
254 #define curlcheck_string_option(option) \ argument
345 #define curlcheck_write_cb_option(option) \ argument
350 #define curlcheck_conv_cb_option(option) \ argument
356 #define curlcheck_cb_data_option(option) \ argument
380 #define curlcheck_postfields_option(option) \ argument
386 #define curlcheck_slist_option(option) \ argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/curl/include/curl/
Dtypecheck-gcc.h41 #define curl_easy_setopt(handle, option, value) \ argument
247 #define curlcheck_long_option(option) \ argument
250 #define curlcheck_off_t_option(option) \ argument
254 #define curlcheck_string_option(option) \ argument
345 #define curlcheck_write_cb_option(option) \ argument
350 #define curlcheck_conv_cb_option(option) \ argument
356 #define curlcheck_cb_data_option(option) \ argument
380 #define curlcheck_postfields_option(option) \ argument
386 #define curlcheck_slist_option(option) \ argument

12345678910>>...125