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

  /external/chromium/base/
command_line.cc 76 bool parse_switches = true; local
81 if (!parse_switches) {
87 parse_switches = false;
125 bool parse_switches = true; local
129 if (!parse_switches) {
135 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);

Completed in 72 milliseconds