Home
last modified time | relevance | path

Searched refs:option_type (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickWand/
Dmagick-cli.c118 option_type; in ProcessScriptOptions() local
174 option_type=(CommandOptionFlags) cli_wand->command->flags; in ProcessScriptOptions()
181 if ( option_type == UndefinedOptionFlag || in ProcessScriptOptions()
182 (option_type & NonMagickOptionFlag) != 0 ) { in ProcessScriptOptions()
219 cli_wand->line,cli_wand->line,option,count,option_type,arg1,arg2); in ProcessScriptOptions()
222 if ( (option_type & DeprecateOptionFlag) != 0 ) { in ProcessScriptOptions()
228 if ( (option_type & GenesisOptionFlag) != 0 ) { in ProcessScriptOptions()
234 if ( (option_type & SpecialOptionFlag) != 0 ) { in ProcessScriptOptions()
372 option_type; in ProcessCommandOptions() local
408 option_type=(CommandOptionFlags) cli_wand->command->flags; in ProcessCommandOptions()
[all …]
Doperation.c5179 option_type; in CLIOption() local
5194 option_type=(CommandOptionFlags) cli_wand->command->flags; in CLIOption()
5196 if ( option_type == UndefinedOptionFlag ) in CLIOption()
5202 if ( (option_type & DeprecateOptionFlag) != 0 ) in CLIOption()
5206 if ((option_type & (SpecialOptionFlag|GenesisOptionFlag)) != 0 ) in CLIOption()
5231 option,(long) count,option_type,arg1,arg2); in CLIOption()
5245 if ( (option_type & SettingOptionFlags) != 0 ) { in CLIOption()
5253 if ((option_type & NoImageOperatorFlag) != 0) in CLIOption()
5260 if ( ((option_type & (SimpleOperatorFlag|ListOperatorFlag)) != 0 ) && in CLIOption()
5261 ((option_type & SettingOptionFlags) == 0 )) /* temp hack */ in CLIOption()
[all …]
/external/vixl/tools/
Dtest.py72 def __init__(self, option_type, name, help, argument
77 self.option_type = option_type
99 option_type = TestOption.type_environment variable in EnvironmentOption
103 super(EnvironmentOption, self).__init__(EnvironmentOption.option_type,
116 option_type = TestOption.type_build variable in BuildOption
120 super(BuildOption, self).__init__(BuildOption.option_type,
132 option_type = TestOption.type_run variable in RuntimeOption
135 super(RuntimeOption, self).__init__(RuntimeOption.option_type,
/external/tensorflow/tensorflow/lite/experimental/writer/
Doption_writer_generator.cc265 const std::string& option_type, in GenerateImportForOp() argument
351 option_type.c_str()); in GenerateImportForOp()
379 std::string option_type = "BuiltinOptions_" + option_name; in GenerateImport() local
396 option_type.c_str(), option_name.c_str()); in GenerateImport()
400 GenerateImportForOp(fp, op_name, option_name, option_type, in GenerateImport()
/external/libbrillo/brillo/http/
Dcurl_api.cc21 int option_type = (static_cast<int>(option) / 10000) * 10000; in VerifyOptionType() local
22 return (option_type == expected_type); in VerifyOptionType()
/external/ImageMagick/MagickCore/
Dconstitute.c657 option_type; in ReadImage() local
709 option_type=ParseCommandOption(MagickResolutionOptions,MagickFalse, in ReadImage()
711 if (option_type >= 0) in ReadImage()
712 next->units=(ResolutionType) option_type; in ReadImage()
813 option_type=ParseCommandOption(MagickDisposeOptions,MagickFalse, in ReadImage()
815 if (option_type >= 0) in ReadImage()
816 next->dispose=(DisposeType) option_type; in ReadImage()