Searched refs:option_type (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | magick-cli.c | 118 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 …]
|
D | operation.c | 5289 option_type; in CLIOption() local 5304 option_type=(CommandOptionFlags) cli_wand->command->flags; in CLIOption() 5306 if ( option_type == UndefinedOptionFlag ) in CLIOption() 5312 if ( (option_type & DeprecateOptionFlag) != 0 ) in CLIOption() 5316 if ((option_type & (SpecialOptionFlag|GenesisOptionFlag)) != 0 ) in CLIOption() 5341 option,(long) count,option_type,arg1,arg2); in CLIOption() 5355 if ( (option_type & SettingOptionFlags) != 0 ) { in CLIOption() 5363 if ((option_type & NoImageOperatorFlag) != 0) in CLIOption() 5370 if ( ((option_type & (SimpleOperatorFlag|ListOperatorFlag)) != 0 ) && in CLIOption() 5371 ((option_type & SettingOptionFlags) == 0 )) /* temp hack */ in CLIOption() [all …]
|
/external/tensorflow/tensorflow/lite/tools/serialization/ |
D | option_writer_generator.cc | 305 const std::string& option_type, in GenerateImportForOp() argument 404 option_type.c_str()); in GenerateImportForOp() 432 std::string option_type = "BuiltinOptions_" + option_name; in GenerateImport() local 449 option_type.c_str(), option_name.c_str()); in GenerateImport() 453 GenerateImportForOp(fp, op_name, option_name, option_type, in GenerateImport()
|
/external/mesa3d/bin/ |
D | meson-options.py | 11 option_type: str, option_message: str) -> None: 14 print('type: ' + option_type)
|
/external/zstd/tests/regression/ |
D | test.c | 74 } option_type; typedef 82 option_type opt_type; /**< The option type: required, optional, or help. */ 116 static char const* required_message(option_type opt_type) { in required_message()
|
/external/libbrillo/brillo/http/ |
D | curl_api.cc | 21 int option_type = (static_cast<int>(option) / 10000) * 10000; in VerifyOptionType() local 22 return (option_type == expected_type); in VerifyOptionType()
|
/external/ImageMagick/MagickCore/ |
D | constitute.c | 673 option_type; in ReadImage() local 735 option_type=ParseCommandOption(MagickResolutionOptions,MagickFalse, in ReadImage() 737 if (option_type >= 0) in ReadImage() 738 next->units=(ResolutionType) option_type; in ReadImage() 849 option_type=ParseCommandOption(MagickDisposeOptions,MagickFalse, in ReadImage() 851 if (option_type >= 0) in ReadImage() 852 next->dispose=(DisposeType) option_type; in ReadImage()
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 2311 zend_class_entry* option_type; variable 2316 zend_declare_property_null(option_type, "name", strlen("name"), 2318 zend_declare_property_null(option_type, "value", strlen("value"),
|
D | protobuf.h | 1440 extern zend_class_entry* option_type;
|