/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/perfetto/include/perfetto/ext/base/ |
D | getopt_compat.h | 47 struct option { struct 62 const option* longopts, 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/pciutils/compat/ |
D | getopt.h | 77 struct option struct 91 /* Names for the values of the `has_arg' field of `struct option'. */ 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/libevent/WIN32-Code/ |
D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, const char*, 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/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/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/flashrom/include/ |
D | cli_classic.h | 29 struct option { struct 38 const struct option *longopts, int *longind); argument
|
/external/libwebsockets/win32port/win32helpers/ |
D | getopt.h | 14 struct option struct 27 int getopt_long(int, char**, char*, struct option*, int*); 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/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/libva-utils/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() argument 165 public <T> Builder option(ClientOption<T> option, T value) { in option() method in SdkClientConfiguration.Builder 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/coreboot/payloads/libpayload/include/ |
D | getopt.h | 45 struct option { struct 50 * whether option takes an argument argument 53 /* if not NULL, set *flag to val when option found */ argument 61 const struct option *, int *); argument
|
/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 | 62 struct option /* specification for a long form option... */ struct 64 const char *name; /* option name, without leading hyphens */ argument 72 no_argument = 0, /* option never takes an argument */ argument
|
/external/edid-decode/vs/ |
D | getopt.h | 76 struct option /* specification for a long form option... */ struct 78 const char *name; /* option name, without leading hyphens */ argument 86 no_argument = 0, /* option never takes an argument */ argument
|
/external/conscrypt/publicapi/src/test/java/android/net/ssl/ |
D | PakeClientKeyManagerParametersTest.java | 42 PakeOption option = new PakeOption.Builder("SPAKE2PLUS_PRERELEASE") in testBuilder_valid() local 56 PakeOption option = new PakeOption.Builder("SPAKE2PLUS_PRERELEASE") in testBuilder_withClientId() local 72 PakeOption option = new PakeOption.Builder("SPAKE2PLUS_PRERELEASE") in testBuilder_withServerId() local 88 PakeOption option = new PakeOption.Builder("SPAKE2PLUS_PRERELEASE") in testBuilder_nullEndpoints() local 117 PakeOption option = new PakeOption.Builder("SPAKE2PLUS_PRERELEASE") in testGetOptions_returnsClone() local
|
/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 | 299 ElapsedTime option; in AppendElapsedTime() local 308 ClientIdentifier option; in AppendClientIdentifier() local 326 IaNa option; in AppendIaNa() local 360 IaAddress option; in AppendIaAddress() local 384 RapidCommit option; in AppendRapidCommit() local 448 Option option; in FindOption() local 467 ServerIdentifier option; in ProcessServerIdentifier() local 483 ClientIdentifier option; in ProcessClientIdentifier() local 500 IaNa option; in ProcessIaNa() local 536 StatusCode option; in ProcessStatusCode() local [all …]
|
/external/curl/lib/ |
D | setopt.c | 112 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() 1417 static CURLcode setopt_slist(struct Curl_easy *data, CURLoption option, in setopt_slist() 1514 static CURLcode setopt_pointers(struct Curl_easy *data, CURLoption option, in setopt_pointers() 1664 static CURLcode setopt_cptr(struct Curl_easy *data, CURLoption option, in setopt_cptr() 2700 static CURLcode setopt_func(struct Curl_easy *data, CURLoption option, in setopt_func() 2874 static CURLcode setopt_offt(struct Curl_easy *data, CURLoption option, in setopt_offt() 2953 static CURLcode setopt_blob(struct Curl_easy *data, CURLoption option, in setopt_blob() 3021 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param) in Curl_vsetopt()
|
/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()
|