HomeSort by relevance Sort by last modified time
    Searched refs:parse_switches (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/
command_line.cc 204 bool parse_switches = true; local
208 if (!parse_switches) {
214 parse_switches = false;
453 bool parse_switches = true; local
458 if (!parse_switches) {
464 parse_switches = false;
  /external/jpeg/
cjpeg.c 199 parse_switches (j_compress_ptr cinfo, int argc, char **argv, function
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
574 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
jpegtran.c 114 parse_switches (j_compress_ptr cinfo, int argc, char **argv, function
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
djpeg.c 162 parse_switches (j_decompress_ptr cinfo, int argc, char **argv, function
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
535 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 199 parse_switches (j_compress_ptr cinfo, int argc, char **argv, function
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
574 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
jpegtran.c 114 parse_switches (j_compress_ptr cinfo, int argc, char **argv, function
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
djpeg.c 162 parse_switches (j_decompress_ptr cinfo, int argc, char **argv, function
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
535 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);

Completed in 483 milliseconds