| /external/ComputeLibrary/utils/command_line/ |
| D | CommandLineParser.h | 145 …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/ |
| D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, char*, struct option*, int*); argument
|
| /external/libusb/msvc/getopt/ |
| D | getopt.h | 94 struct option struct 108 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
| /external/perfetto/include/perfetto/ext/base/ |
| D | getopt_compat.h | 47 struct option { struct 62 const option* longopts, argument
|
| /external/libevent/WIN32-Code/ |
| D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
|
| /external/trusty/musl/include/ |
| D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
| /external/tcpdump/missing/ |
| D | getopt_long.h | 44 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/ |
| D | getopt.h | 12 struct option { struct 19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
|
| /external/sg3_utils/getopt_long/ |
| D | getopt.h | 67 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/ |
| D | getopt.h | 83 struct option struct 97 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
| /external/mesa3d/src/getopt/ |
| D | getopt.h | 47 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/ |
| D | SdkClientConfiguration.java | 87 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/ |
| D | curl_wrapper.cc | 17 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/ |
| D | getopt.h | 60 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/ |
| D | u_driconf.c | 30 #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/ |
| D | Pragma.cpp | 64 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/ |
| D | dhcp6_client.cpp | 307 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/ |
| D | ConfigParser.py | 158 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/ |
| D | InjectorOptionsProcessor.java | 46 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/ |
| D | win_posix.h | 69 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/ |
| D | win_posix.h | 69 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/ |
| D | channel_configuration.h | 314 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/ |
| D | configparser.py | 224 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/ |
| D | ExperimentalOptionsTest.java | 56 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/ |
| D | decode_oneof.c | 12 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
|