Home
last modified time | relevance | path

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

12345678910>>...30

/external/ComputeLibrary/utils/command_line/
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
/external/libwebsockets/win32port/win32helpers/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, char*, struct option*, int*); argument
/external/libusb/msvc/getopt/
Dgetopt.h94 struct option struct
108 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/external/perfetto/include/perfetto/ext/base/
Dgetopt_compat.h47 struct option { struct
62 const option* longopts, argument
/external/libevent/WIN32-Code/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
/external/trusty/musl/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/external/tcpdump/missing/
Dgetopt_long.h44 struct option { struct
49 * whether option takes an argument argument
52 /* if not NULL, set *flag to val when option found */ argument
59 const struct option *, int *); argument
/external/musl/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/external/sg3_utils/getopt_long/
Dgetopt.h67 struct option { struct
72 * whether option takes an argument argument
75 /* if not NULL, set *flag to val when option found */ argument
82 const struct option *, int *); argument
/external/e2fsprogs/include/nonunix/
Dgetopt.h83 struct option struct
97 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/external/mesa3d/src/getopt/
Dgetopt.h47 struct option { struct
52 * whether option takes an argument argument
55 /* if not NULL, set *flag to val when option found */ argument
62 const struct option *, int *); argument
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/client/config/
DSdkClientConfiguration.java87 public <T> T option(ClientOption<T> option) { in option() method in SdkClientConfiguration
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()
/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/
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()
/external/libdav1d/include/compat/
Dgetopt.h60 struct option /* specification for a long form option... */ struct
62 const char *name; /* option name, without leading hyphens */ argument
70 no_argument = 0, /* option never takes an argument */ argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c30 #define query_option_impl(option, type) \ in u_driconf_fill_st_options() argument
32 #define query_bool_option(option) query_option_impl(option, b) in u_driconf_fill_st_options() argument
33 #define query_int_option(option) query_option_impl(option, i) in u_driconf_fill_st_options() argument
34 #define query_string_option(option) \ in u_driconf_fill_st_options() argument
/external/swiftshader/src/Reactor/
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()
/external/openthread/src/core/net/
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
461 Option option; in FindOption() local
480 ServerIdentifier option; in ProcessServerIdentifier() local
496 ClientIdentifier option; in ProcessClientIdentifier() local
513 IaNa option; in ProcessIaNa() local
549 StatusCode option; in ProcessStatusCode() local
[all …]
/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 …]
/external/guice/core/src/com/google/inject/internal/
DInjectorOptionsProcessor.java46 public Boolean visit(DisableCircularProxiesOption option) { in visit()
52 public Boolean visit(RequireExplicitBindingsOption option) { in visit()
58 public Boolean visit(RequireAtInjectOnConstructorsOption option) { in visit()
64 public Boolean visit(RequireExactBindingAnnotationsOption option) { in visit()
/external/trusty/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h69 struct option { struct
74 * Indicates whether the option takes an argument. argument
79 /* If not null, when option present, *flag is set to val. */ argument
83 * The value associated with this option to return argument
90 * This variable is set by getopt to point at the value of the option argument
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h69 struct option { struct
74 * Indicates whether the option takes an argument. argument
79 /* If not null, when option present, *flag is set to val. */ argument
83 * The value associated with this option to return argument
90 * This variable is set by getopt to point at the value of the option argument
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
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()
/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 …]
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/telemetry/
DExperimentalOptionsTest.java56 ExperimentalOptions option = new ExperimentalOptions(""); in testNullString_shouldUseUnsetValues() local
84 ExperimentalOptions option = new ExperimentalOptions("blah"); in testInvalidString_shouldUseUnsetValues() local
112 ExperimentalOptions option = generateExperimentalValuesWith(true); in testSetToTrueOptions_shouldUseSetValues() local
139 ExperimentalOptions option = generateExperimentalValuesWith(false); in testSetToFalseOptions_shouldUseFalseValues() local
/external/nanopb-c/tests/oneof/
Ddecode_oneof.c12 int test_oneof_1(pb_istream_t *stream, int option) in test_oneof_1()
56 int test_oneof_2(pb_istream_t *stream, int option) in test_oneof_2()
95 int option; in main() local

12345678910>>...30