/external/mesa3d/src/mesa/program/ |
H A D | program_parse_extra.c | 60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) argument 62 if (strcmp(option, "ARB_position_invariant") == 0) { 63 state->option.PositionInvariant = 1; 72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) argument 81 if (strncmp(option, "ARB_", 4) == 0) { 84 option += 4; 86 if (strncmp(option, "fog_", 4) == 0) { 87 option += 4; 89 if (strcmp(option, "exp") == 0) { 91 } else if (strcmp(option, "exp [all...] |
/external/llvm/test/MC/AMDGPU/ |
H A D | symbol_special.s | 6 .if .option.machine_version_major == 0 8 .elseif .option.machine_version_major == 7 10 .elseif .option.machine_version_major == 8 20 .if .option.machine_version_minor == 0 30 .if .option.machine_version_stepping == 0 32 .elseif .option.machine_version_stepping == 1 34 .elseif .option.machine_version_stepping == 3 44 v_add_f32 v0, v0, v[.option.machine_version_major]
|
/external/dhcpcd-6.8.2/ |
H A D | dhcpcd.conf | 28 # Safe to enable by default because it requires the equivalent option set 30 #option rapid_commit 33 option domain_name_servers, domain_name, domain_search, host_name, wpad_url 34 option classless_static_routes 36 #option ntp_servers 39 option interface_mtu
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | uoptions.c | 35 /* process an option */ 36 UOption *option=NULL; local 39 /* process a long option */ 44 /* search for the option string */ 48 option=options+j; 52 if(option==NULL) { 53 /* no option matches */ 56 option->doesOccur=1; 58 if(option->hasArg!=UOPT_NO_ARG) { 59 /* parse the argument for the option, i [all...] |
/external/ImageMagick/MagickWand/ |
H A D | convert.c | 161 "-list type print a list of supported option arguments", 174 "-alpha option on, activate, off, deactivate, set, opaque, copy", 367 "-alpha option activate, deactivate, reset, or set the alpha channel", 388 "-define format:option", 524 #define ThrowConvertException(asperity,tag,option) \ 527 option); \ 531 #define ThrowConvertInvalidArgumentException(option,argument) \ 534 "InvalidArgument","'%s': %s",option,argument); \ 541 *option; 577 option 539 *option; local [all...] |
H A D | montage.c | 96 "-list type print a list of supported option arguments", 135 "-alpha option on, activate, off, deactivate, set, opaque, copy", 148 "-define format:option", 277 #define ThrowMontageException(asperity,tag,option) \ 280 option); \ 284 #define ThrowMontageInvalidArgumentException(option,argument) \ 287 "InvalidArgument","'%s': %s",option,argument); \ 293 *option, 339 option=argv[1]; 340 if ((LocaleCompare("version",option 291 *option, local [all...] |
H A D | stream.c | 100 "-list type print a list of supported option arguments", 111 "-define format:option", 174 #define ThrowStreamException(asperity,tag,option) \ 177 option); \ 181 #define ThrowStreamInvalidArgumentException(option,argument) \ 184 "InvalidArgument","'%s': %s",option,argument); \ 191 *option; 231 option=argv[1]; 232 if ((LocaleCompare("version",option+1) == 0) || 233 (LocaleCompare("-version",option 189 *option; local [all...] |
H A D | animate.c | 110 "-list type print a list of supported option arguments", 133 "-alpha option on, activate, off, deactivate, set, opaque, copy", 141 "-define format:option", 249 #define ThrowAnimateException(asperity,tag,option) \ 252 option); \ 256 #define ThrowAnimateInvalidArgumentException(option,argument) \ 259 "InvalidArgument","'%s': %s",option,argument); \ 269 *option; 314 option=argv[1]; 315 if ((LocaleCompare("version",option 267 *option; local [all...] |
H A D | display.c | 113 "-list type print a list of supported option arguments", 158 "-alpha option on, activate, off, deactivate, set, opaque, copy", 164 "-channel type apply option to select image channels", 169 "-define format:option", 287 #define ThrowDisplayException(asperity,tag,option) \ 290 option); \ 294 #define ThrowDisplayInvalidArgumentException(option,argument) \ 297 "InvalidArgument","'%s': %s",option,argument); \ 307 *option; 361 option 305 *option; local [all...] |
H A D | identify.c | 43 % option. 105 "-list type print a list of supported option arguments", 119 "-alpha option on, activate, off, deactivate, set, opaque, copy", 129 "-define format:option", 199 #define ThrowIdentifyException(asperity,tag,option) \ 202 option); \ 206 #define ThrowIdentifyInvalidArgumentException(option,argument) \ 209 "InvalidArgument","'%s': %s",option,argument); \ 216 *option; 252 option 214 *option; local [all...] |
H A D | import.c | 106 "-list type print a list of supported option arguments", 137 "-channel type apply option to select image channels", 141 "-define format:option", 234 #define ThrowImportException(asperity,tag,option) \ 237 option); \ 241 #define ThrowImportInvalidArgumentException(option,argument) \ 244 "InvalidArgument","'%s': %s",option,argument); \ 251 *option, 303 option=argv[1]; 304 if ((LocaleCompare("version",option 249 *option, local [all...] |
H A D | composite.c | 242 "-list type print a list of supported option arguments", 285 "-alpha option on, activate, off, deactivate, set, opaque, copy", 294 "-define format:option", 404 #define ThrowCompositeException(asperity,tag,option) \ 407 option == (char *) NULL ? GetExceptionMessage(errno) : option); \ 411 #define ThrowCompositeInvalidArgumentException(option,argument) \ 414 "InvalidArgument","'%s': %s",option,argument); \ 421 *option; 463 option 418 *option; local [all...] |
H A D | mogrify.c | 39 % change the file suffix with the -format option) with any changes you 130 *option; 162 option=argv[i]; 163 if ((strlen(option) == 1) || ((*option != '-') && (*option != '+'))) 165 if (LocaleCompare("-bench",option) == 0) 167 if (LocaleCompare("-concurrent",option) == 0) 169 if (LocaleCompare("-debug",option) == 0) 171 if (LocaleCompare("-distribute-cache",option) 126 *option; local 682 *option; local 3849 *option, local 6572 *option; local 7684 *option; local [all...] |
H A D | compare.c | 96 "-list type print a list of supported option arguments", 102 "-alpha option on, activate, off, deactivate, set, opaque, copy", 110 "-define format:option", 194 #define ThrowCompareException(asperity,tag,option) \ 198 "`%s'",option); \ 202 #define ThrowCompareInvalidArgumentException(option,argument) \ 205 "InvalidArgument","'%s': %s",option,argument); \ 212 *option; 264 option=argv[1]; 265 if ((LocaleCompare("version",option 210 *option; local [all...] |
/external/tcpdump/ |
H A D | getopt_long.h | 44 struct option { struct 45 /* name of long option */ 49 * whether option takes an argument 52 /* if not NULL, set *flag to val when option found */ 59 const struct option *, int *); 61 const struct option *, int *);
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
H A D | udhcpd-p2p.conf | 81 # keyword 'opt' or 'option'. If an option can take multiple items, such 82 # as the dns option, they can be listed on the same line, or multiple 83 # lines. The only option with a default is 'lease'. 87 option subnet 255.255.255.0 88 option domain atherosowl.com 89 option lease 864000 # 10 days of seconds
|
/external/selinux/libsepol/cil/src/ |
H A D | cil_lexer.l | 41 %option nounput 42 %option noinput 43 %option noyywrap 44 %option prefix="cil_yy"
|
/external/libnl/lib/route/cls/ |
H A D | ematch_grammar.l | 21 %option 8bit 22 %option reentrant 23 %option warn 24 %option noyywrap 25 %option noinput 26 %option nounput 27 %option bison-bridge 28 %option prefix="ematch_"
|
/external/fio/oslib/ |
H A D | getopt.h | 10 struct option { struct 23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
/external/jcommander/src/test/resources/ |
H A D | MessageBundle_en_US.properties | 21 myoption = My option
|
/external/syslinux/com32/include/ |
H A D | getopt.h | 6 struct option { struct 20 const struct option *, int *);
|
/external/syslinux/libinstaller/getopt/ |
H A D | getopt.h | 6 struct option { struct 23 const struct option *, int *);
|
/external/mesa3d/src/getopt/ |
H A D | getopt.h | 47 struct option { struct 48 /* name of long option */ 52 * whether option takes an argument 55 /* if not NULL, set *flag to val when option found */ 62 const struct option *, int *); 64 const struct option *, int *);
|
/external/openssh/openbsd-compat/ |
H A D | getopt.h | 43 struct option { struct 44 /* name of long option */ 48 * whether option takes an argument 51 /* if not NULL, set *flag to val when option found */ 58 const struct option *, int *); 60 const struct option *, int *);
|
/external/libcups/cups/ |
H A D | testconflicts.c | 36 *optr, /* Pointer to first option name */ 40 char *option, /* Current option */ local 64 option = NULL; 72 if (!cupsResolveConflicts(ppd, option, choice, &num_options, &options)) 74 else if ((!option && num_options > 0) || (option && num_options > 1)) 78 if (!option || _cups_strcasecmp(option, options[i].name)) 85 if (option) [all...] |