Home
last modified time | relevance | path

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

12345678910>>...35

/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/perfetto/include/perfetto/ext/base/
Dgetopt_compat.h47 struct option { struct
62 const option* longopts, 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/pciutils/compat/
Dgetopt.h77 struct option struct
91 /* Names for the values of the `has_arg' field of `struct option'. */ 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/libevent/WIN32-Code/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, const char*, 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/trusty/musl/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const 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/flashrom/include/
Dcli_classic.h29 struct option { struct
38 const struct option *longopts, int *longind); argument
/external/libwebsockets/win32port/win32helpers/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, char*, struct option*, int*); 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/e2fsprogs/include/nonunix/
Dgetopt.h83 struct option struct
97 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/external/libva-utils/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() 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/
Dgetopt.h45 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/
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.h62 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/
Dgetopt.h76 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/
DPakeClientKeyManagerParametersTest.java42 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/
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.cpp299 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/
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()
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/
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()

12345678910>>...35