/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/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/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/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/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() 139 GLenum option) in intel_texture_object_unpurgeable() 160 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/u-boot/include/linux/ |
D | kconfig.h | 30 #define IS_ENABLED(option) \ argument 38 #define IS_BUILTIN(option) config_enabled(option) argument 44 #define IS_MODULE(option) config_enabled(option##_MODULE) argument 79 #define CONFIG_VAL(option) config_val(option) argument 87 #define CONFIG_IS_ENABLED(option) \ argument 97 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option)) argument 105 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE)) argument
|
/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/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/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/ImageMagick/MagickCore/ |
D | option.c | 2178 const char *option) in DefineImageOption() 2228 const char *option) in DeleteImageOption() 2303 const char *option) in GetImageOption() 2346 static const OptionInfo *GetOptionInfo(const CommandOption option) in GetOptionInfo() 2420 MagickExport ssize_t GetCommandOptionFlags(const CommandOption option, in GetCommandOptionFlags() 2527 MagickExport const OptionInfo *GetCommandOptionInfo(const char *option) in GetCommandOptionInfo() 2560 MagickExport char **GetCommandOptions(const CommandOption option) in GetCommandOptions() 2641 MagickExport MagickBooleanType IsCommandOption(const char *option) in IsCommandOption() 2680 MagickExport const char *CommandOptionToMnemonic(const CommandOption option, in CommandOptionToMnemonic() 2726 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/grpc-grpc/third_party/nanopb/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
|
/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
|
/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 | 85 V visit(RequireExplicitBindingsOption option); in visit() 92 V visit(DisableCircularProxiesOption option); in visit() 99 V visit(RequireAtInjectOnConstructorsOption option); in visit() 106 V visit(RequireExactBindingAnnotationsOption option); in visit()
|
D | DefaultElementVisitor.java | 100 public V visit(DisableCircularProxiesOption option) { in visit() 105 public V visit(RequireExplicitBindingsOption option) { in visit() 110 public V visit(RequireAtInjectOnConstructorsOption option) { in visit() 115 public V visit(RequireExactBindingAnnotationsOption option) { in visit()
|
/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/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/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/grpc-grpc/third_party/nanopb/tests/anonymous_oneof/ |
D | decode_oneof.c | 12 int test_oneof_1(pb_istream_t *stream, int option) in test_oneof_1() 58 int option; in main() local
|
/external/nanopb-c/tests/anonymous_oneof/ |
D | decode_oneof.c | 12 int test_oneof_1(pb_istream_t *stream, int option) in test_oneof_1() 58 int option; in main() local
|