Home
last modified time | relevance | path

Searched refs:read_options (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/PerlMagick/t/
Dsubroutines.pl289 my( $srcimage_name,$refimage_name, $read_options,
299 if ( "$read_options" ne "" ) {
300 eval "\$status=\$srcimage->Set($read_options);";
303 $errorinfo = "Set($read_options): $status";
564 $read_options, $write_options,
610 if ( "$read_options" ne "" ) {
611 eval "\$status=\$image->Set($read_options);";
614 $errorinfo = "Set($read_options): $status";
/external/clang/docs/tools/
Ddump_format_style.py101 def read_options(header): function
188 options = read_options(open(FORMAT_STYLE_FILE))
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c111 static void read_options(int argc, char *argv[]) in read_options() function
511 read_options(argc, argv); in main()