Home
last modified time | relevance | path

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

12345678910>>...23

/external/libevent/WIN32-Code/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, const char*, const struct option*, int*); argument
/external/perfetto/include/perfetto/ext/base/
Dgetopt_compat.h47 struct option { struct
60 const option* longopts, argument
/external/libwebsockets/win32port/win32helpers/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, char*, 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/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/e2fsprogs/include/nonunix/
Dgetopt.h83 struct option struct
97 /* 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/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/llvm-project/lldb/include/lldb/Host/common/
DGetOptInc.h29 struct option { struct
30 const char *name;
55 const struct option *longopts, int *longindex); argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_object_purgeable.c53 GLenum option) in intel_buffer_object_purgeable()
71 GLenum option) in intel_texture_object_purgeable()
88 GLenum option) in intel_render_object_purgeable()
117 GLenum option) in intel_buffer_object_unpurgeable()
138 GLenum option) in intel_texture_object_unpurgeable()
159 GLenum option) in intel_render_object_unpurgeable()
/external/mesa3d/src/mesa/main/
Dobjectpurge.c45 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in buffer_object_purgeable()
74 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in renderbuffer_purgeable()
103 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) in texture_object_purgeable()
132 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE()
184 buffer_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in buffer_object_unpurgeable()
214 renderbuffer_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in renderbuffer_unpurgeable()
244 texture_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) in texture_object_unpurgeable()
274 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE()
/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/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/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/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h69 struct option { struct
74 * Indicates whether the option takes an argument. argument
79 /* If not null, when option present, *flag is set to val. */ argument
83 * The value associated with this option to return argument
90 * This variable is set by getopt to point at the value of the option argument
/external/ImageMagick/MagickCore/
Doption.c2258 const char *option) in DefineImageOption()
2308 const char *option) in DeleteImageOption()
2383 const char *option) in GetImageOption()
2426 static const OptionInfo *GetOptionInfo(const CommandOption option) in GetOptionInfo()
2501 MagickExport ssize_t GetCommandOptionFlags(const CommandOption option, in GetCommandOptionFlags()
2608 MagickExport const OptionInfo *GetCommandOptionInfo(const char *option) in GetCommandOptionInfo()
2641 MagickExport char **GetCommandOptions(const CommandOption option) in GetCommandOptions()
2722 MagickExport MagickBooleanType IsCommandOption(const char *option) in IsCommandOption()
2761 MagickExport const char *CommandOptionToMnemonic(const CommandOption option, in CommandOptionToMnemonic()
2807 MagickExport MagickBooleanType IsOptionMember(const char *option, in IsOptionMember()
[all …]
/external/python/cpython3/Lib/
Dconfigparser.py223 def __init__(self, section, option, source=None, lineno=None): argument
246 def __init__(self, option, section): argument
257 def __init__(self, option, section, msg): argument
267 def __init__(self, option, section, rawval, reference): argument
287 def __init__(self, option, section, rawval): argument
363 def before_get(self, parser, section, option, value, defaults): argument
366 def before_set(self, parser, section, option, value): argument
369 def before_read(self, parser, section, option, value): argument
372 def before_write(self, parser, section, option, value): argument
393 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/external/nanopb-c/tests/oneof/
Ddecode_oneof.c12 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/grpc-grpc/third_party/nanopb/tests/oneof/
Ddecode_oneof.c12 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/guice/core/src/com/google/inject/spi/
DElementVisitor.java85 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()
DDefaultElementVisitor.java100 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/bc/src/
Dopt.c87 char *option = o->argv[o->optind]; in bc_opt_parseShort() local
153 static bool bc_opt_longoptsMatch(const char *name, const char *option) { in bc_opt_longoptsMatch()
166 static char* bc_opt_longoptsArg(char *option) { in bc_opt_longoptsArg()
177 char *option; in bc_opt_parse() local
/external/ImageMagick/MagickWand/
Dwandcli-private.h25 #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
Dconjure.c129 #define ThrowConjureException(asperity,tag,option) \ in ConjureImageCommand() argument
136 #define ThrowConjureInvalidArgumentException(option,argument) \ in ConjureImageCommand() argument
146 *option; in ConjureImageCommand() local
/external/google-breakpad/src/third_party/curl/
Dtypecheck-gcc.h37 #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

12345678910>>...23