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

  /external/chromium_org/base/
command_line.cc 75 bool parse_switches = true; local
82 parse_switches &= (arg != kSwitchTerminator);
83 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
266 bool parse_switches = true; local
271 parse_switches &= arg != kSwitchTerminator;
274 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
  /external/chromium_org/third_party/libjpeg_turbo/
jpegtran.c 121 parse_switches (j_compress_ptr cinfo, int argc, char **argv, function
413 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
516 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
cjpeg.c 208 parse_switches (j_compress_ptr cinfo, int argc, char **argv, function
533 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
598 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
djpeg.c 172 parse_switches (j_decompress_ptr cinfo, int argc, char **argv, function
506 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
588 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
  /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 548 milliseconds