/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/libusb/examples/getopt/ |
D | getopt.h | 94 struct option struct 108 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/external/syslinux/com32/include/ |
D | getopt.h | 6 struct option { struct 20 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/oslib/ |
D | getopt.h | 10 struct option { struct 23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *); argument
|
/external/syslinux/libinstaller/getopt/ |
D | getopt.h | 6 struct option { struct 23 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/syslinux/gpxe/src/include/ |
D | getopt.h | 24 struct option { struct 41 * returned by getopt_long() when this option is found, and argument 58 const struct option *longopts, int *longindex ); argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_object_purgeable.c | 54 GLenum option) in intel_buffer_object_purgeable() 72 GLenum option) in intel_texture_object_purgeable() 89 GLenum option) in intel_render_object_purgeable() 118 GLenum option) in intel_buffer_object_unpurgeable() 129 GLenum option) in intel_texture_object_unpurgeable() 146 GLenum option) in intel_render_object_unpurgeable()
|
/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/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/mesa3d/src/mesa/main/ |
D | objectpurge.c | 45 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in buffer_object_purgeable() 78 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in renderbuffer_purgeable() 107 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in texture_object_purgeable() 136 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() 188 buffer_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in buffer_object_unpurgeable() 218 renderbuffer_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in renderbuffer_unpurgeable() 248 texture_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in texture_object_unpurgeable() 278 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE()
|
/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/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/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/python/cpython3/Lib/ |
D | configparser.py | 222 def __init__(self, section, option, source=None, lineno=None): argument 245 def __init__(self, option, section): argument 256 def __init__(self, option, section, msg): argument 266 def __init__(self, option, section, rawval, reference): argument 286 def __init__(self, option, section, rawval): argument 362 def before_get(self, parser, section, option, value, defaults): argument 365 def before_set(self, parser, section, option, value): argument 368 def before_read(self, parser, section, option, value): argument 371 def before_write(self, parser, section, option, value): argument 392 def before_get(self, parser, section, option, value, defaults): argument [all …]
|
/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/syslinux/gpxe/src/net/ |
D | dhcpopts.c | 76 struct dhcp_option *option ) { in dhcp_option_offset() 86 static unsigned int dhcp_option_len ( struct dhcp_option *option ) { in dhcp_option_len() 118 struct dhcp_option *option; in find_dhcp_option_with_encap() local 188 struct dhcp_option *option; in resize_dhcp_option() local 267 struct dhcp_option *option; in set_dhcp_option() local 381 struct dhcp_option *option; in dhcpopt_fetch() local 406 struct dhcp_option *option; in dhcpopt_update_len() local
|
/external/eigen/lapack/ |
D | svd.cpp | 51 int option = *jobz=='A' ? ComputeFullU|ComputeFullV variable 121 int option = (*jobu=='A' ? ComputeFullU : *jobu=='S' || *jobu=='O' ? ComputeThinU : 0) variable
|
/external/ImageMagick/MagickWand/ |
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
|
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
|
/external/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() 72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
|
/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/libcups/cups/ |
D | ppd-mark.c | 397 const char *option) /* I - Keyword/option name */ in ppdFindMarkedChoice() 426 const char *option) /* I - Option/Keyword name */ in ppdFindOption() 477 const char *option, /* I - Option/Keyword name */ in ppdIsMarked() 546 const char *option, /* I - Keyword */ in ppdMarkOption() 627 char option[PPD_MAX_NAME * 2 + 1], /* Current option/property */ in _ppdParseOptions() local 750 *option; /* Current option */ in ppd_mark_choices() local 772 const char *option, /* I - Option name */ in ppd_mark_option()
|