HomeSort by relevance Sort by last modified time
    Searched defs:option_type (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/MagickWand/
magick-cli.c 121 option_type;
174 option_type=(CommandOptionFlags) cli_wand->command->flags;
181 if ( option_type == UndefinedOptionFlag ||
182 (option_type & NonMagickOptionFlag) != 0 ) {
219 cli_wand->line,cli_wand->line,option,count,option_type,arg1,arg2);
222 if ( (option_type & DeprecateOptionFlag) != 0 ) {
228 if ( (option_type & GenesisOptionFlag) != 0 ) {
234 if ( (option_type & SpecialOptionFlag) != 0 ) {
373 option_type;
409 option_type=(CommandOptionFlags) cli_wand->command->flags
118 option_type; local
369 option_type; local
    [all...]
operation.c 5126 option_type; local
    [all...]
  /external/libbrillo/brillo/http/
curl_api.cc 21 int option_type = (static_cast<int>(option) / 10000) * 10000; local
22 return (option_type == expected_type);
  /external/vixl/tools/
test.py 72 def __init__(self, option_type, name, help,
77 self.option_type = option_type
99 option_type = TestOption.type_environment variable in class:EnvironmentOption
103 super(EnvironmentOption, self).__init__(EnvironmentOption.option_type,
116 option_type = TestOption.type_build variable in class:BuildOption
120 super(BuildOption, self).__init__(BuildOption.option_type,
132 option_type = TestOption.type_run variable in class:RuntimeOption
135 super(RuntimeOption, self).__init__(RuntimeOption.option_type,
  /external/dhcpcd-6.8.2/
dhcp.c 1137 uint8_t option_type = 0; local
1169 option_type = *options_startp++;
1170 if (option_type == DHO_END)
1172 if (option_type != DHO_PAD) {
    [all...]

Completed in 326 milliseconds