/external/tcpdump/ |
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/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/openssh/openbsd-compat/ |
D | getopt.h | 43 struct option { struct 48 * whether option takes an argument argument 51 /* if not NULL, set *flag to val when option found */ argument 58 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/fio/lib/ |
D | getopt.h | 10 struct option { struct 23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *); argument
|
/external/bison/lib/ |
D | getopt.in.h | 75 # define option __GETOPT_ID (option) macro 185 struct option struct 197 /* Names for the values of the 'has_arg' field of 'struct option'. */ argument
|
/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/bison/darwin-lib/ |
D | getopt.h | 76 # define option __GETOPT_ID (option) macro 196 struct option struct 208 /* Names for the values of the 'has_arg' field of 'struct option'. */ argument
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 53 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str() 63 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int() 83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv() 133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) in set_option_auo() 190 OPTION *option; in rc_read_config() local 269 OPTION *option; in rc_conf_str() local 280 OPTION *option; in rc_conf_int() local 291 OPTION *option; in rc_conf_srv() local
|
/external/ImageMagick/MagickCore/ |
D | option.c | 1862 const char *option) in DefineImageOption() 1912 const char *option) in DeleteImageOption() 1987 const char *option) in GetImageOption() 2030 static const OptionInfo *GetOptionInfo(const CommandOption option) in GetOptionInfo() 2101 MagickExport ssize_t GetCommandOptionFlags(const CommandOption option, in GetCommandOptionFlags() 2206 MagickExport const OptionInfo *GetCommandOptionInfo(const char *option) in GetCommandOptionInfo() 2239 MagickExport char **GetCommandOptions(const CommandOption option) in GetCommandOptions() 2320 MagickExport MagickBooleanType IsCommandOption(const char *option) in IsCommandOption() 2361 MagickExport const char *CommandOptionToMnemonic(const CommandOption option, in CommandOptionToMnemonic() 2407 MagickExport MagickBooleanType IsOptionMember(const char *option, in IsOptionMember() [all …]
|
/external/webrtc/webrtc/base/ |
D | optionsfile.cc | 127 bool OptionsFile::GetStringValue(const std::string& option, in GetStringValue() 142 bool OptionsFile::GetIntValue(const std::string& option, in GetIntValue() 156 bool OptionsFile::SetStringValue(const std::string& option, in SetStringValue() 167 bool OptionsFile::SetIntValue(const std::string& option, in SetIntValue() 177 bool OptionsFile::RemoveValue(const std::string& option) { in RemoveValue()
|
/external/autotest/site_utils/suite_scheduler/ |
D | forgiving_config_parser.py | 56 def getstring(self, section, option): argument 63 def getint(self, section, option): argument 68 def getfloat(self, section, option): argument 73 def getboolean(self, section, option): argument
|
/external/guice/core/src/com/google/inject/spi/ |
D | ElementVisitor.java | 104 V visit(RequireExplicitBindingsOption option); in visit() 111 V visit(DisableCircularProxiesOption option); in visit() 118 V visit(RequireAtInjectOnConstructorsOption option); in visit() 125 V visit(RequireExactBindingAnnotationsOption option); in visit()
|
D | DefaultElementVisitor.java | 90 public V visit(DisableCircularProxiesOption option) { in visit() 94 public V visit(RequireExplicitBindingsOption option) { in visit() 98 public V visit(RequireAtInjectOnConstructorsOption option) { in visit() 102 public V visit(RequireExactBindingAnnotationsOption option) { in visit()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
D | servicedef.py | 42 def has_option(self, option): argument 45 def getint(self, option, default=0): argument 53 def getbool(self, option, default=False): argument
|
/external/ImageMagick/MagickWand/ |
D | wandcli-private.h | 25 #define CLIWandException(severity,tag,option) \ argument 29 #define CLIWandExceptionArg(severity,tag,option,arg) \ argument 45 #define CLIWandExceptionBreak(severity,tag,option) \ argument 48 #define CLIWandExceptionReturn(severity,tag,option) \ argument 51 #define CLIWandExceptArgBreak(severity,tag,option,arg) \ argument 54 #define CLIWandExceptArgReturn(severity,tag,option,arg) \ argument
|
D | conjure.c | 140 #define ThrowConjureException(asperity,tag,option) \ in ConjureImageCommand() argument 147 #define ThrowConjureInvalidArgumentException(option,argument) \ in ConjureImageCommand() argument 157 *option; in ConjureImageCommand() local
|
/external/curl/include/curl/ |
D | typecheck-gcc.h | 41 #define curl_easy_setopt(handle, option, value) \ argument 213 #define _curl_is_long_option(option) \ argument 216 #define _curl_is_off_t_option(option) \ argument 220 #define _curl_is_string_option(option) \ argument 285 #define _curl_is_write_cb_option(option) \ argument 290 #define _curl_is_conv_cb_option(option) \ argument 296 #define _curl_is_cb_data_option(option) \ argument 316 #define _curl_is_postfields_option(option) \ argument 322 #define _curl_is_slist_option(option) \ argument
|
/external/google-breakpad/src/third_party/curl/ |
D | typecheck-gcc.h | 37 #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
|
/external/libbrillo/brillo/http/ |
D | curl_api.cc | 20 inline bool VerifyOptionType(CURLoption option, int expected_type) { in VerifyOptionType() 43 CURLcode CurlApi::EasySetOptInt(CURL* curl, CURLoption option, int value) { in EasySetOptInt() 53 CURLoption option, in EasySetOptStr() 60 CURLcode CurlApi::EasySetOptPtr(CURL* curl, CURLoption option, void* value) { in EasySetOptPtr() 67 CURLoption option, in EasySetOptCallback() 75 CURLoption option, in EasySetOptOffT()
|
/external/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() 164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | BidiTest.java | 62 String src, String mode, String option, in assertEquals() 125 protected static String spOptionsToString(int option) { in spOptionsToString() 140 public static String wrOptionsToString(int option) { in wrOptionsToString() 143 public static String optionToString(int option, int mask, in optionToString()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | BidiTest.java | 58 String src, String mode, String option, in assertEquals() 121 protected static String spOptionsToString(int option) { in spOptionsToString() 136 public static String wrOptionsToString(int option) { in wrOptionsToString() 139 public static String optionToString(int option, int mask, in optionToString()
|
D | TestReorderingMode.java | 204 int tc, mode, option, level; in testReorderingMode() local 293 String inverseBasic(Bidi bidi, String src, int option, byte level) { in inverseBasic() 405 int mode, int option, byte level) { in assertRoundTrip() 476 String mode, String option, byte level) { in checkResultLength() 614 String mode, String option, byte level, boolean forward) { in checkMaps()
|
/external/autotest/client/bin/ |
D | test_config.py | 60 def get(self, section, option, default=None): argument 82 def set(self, section, option, value): argument 93 def remove(self, section, option): argument
|