Home
last modified time | relevance | path

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

12345678910>>...16

/external/tcpdump/
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/libusb/examples/getopt/
Dgetopt.h94 struct option struct
108 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/external/openssh/openbsd-compat/
Dgetopt.h43 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/
Dgetopt.h83 struct option struct
97 /* Names for the values of the `has_arg' field of `struct option'. */ argument
/external/syslinux/libinstaller/getopt/
Dgetopt.h6 struct option { struct
23 const struct option *, int *); argument
/external/syslinux/com32/include/
Dgetopt.h6 struct option { struct
20 const struct option *, int *); argument
/external/fio/oslib/
Dgetopt.h10 struct option { struct
23 int getopt_long_only(int, char *const *, const char *, const 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/syslinux/gpxe/src/include/
Dgetopt.h24 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/
Dbrw_object_purgeable.c54 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/bison/lib/
Dgetopt.in.h75 # 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/
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()
/external/bison/darwin-lib/
Dgetopt.h76 # 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/
Dconfig.c53 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/
Dobjectpurge.c45 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/
DConfigParser.py158 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/
Doptionsfile.cc127 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/
Doption.c1862 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/autotest/site_utils/suite_scheduler/
Dforgiving_config_parser.py59 def getstring(self, section, option): argument
66 def getint(self, section, option): argument
71 def getfloat(self, section, option): argument
76 def getboolean(self, section, option): argument
/external/guice/core/src/com/google/inject/spi/
DElementVisitor.java104 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()
DDefaultElementVisitor.java90 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/
Ddhcpopts.c76 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/
Dsvd.cpp51 int option = *jobz=='A' ? ComputeFullU|ComputeFullV variable
121 int option = (*jobu=='A' ? ComputeFullU : *jobu=='S' || *jobu=='O' ? ComputeThinU : 0) variable
/external/ImageMagick/MagickWand/
Dconjure.c140 #define ThrowConjureException(asperity,tag,option) \ in ConjureImageCommand() argument
147 #define ThrowConjureInvalidArgumentException(option,argument) \ in ConjureImageCommand() argument
157 *option; in ConjureImageCommand() local
/external/mesa3d/src/mesa/program/
Dprogram_parse_extra.c60 _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()

12345678910>>...16