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

  /external/autotest/client/site_tests/firmware_TouchMTB/
cros_gs.py 83 def rm(self, single_file):
84 """Remove single_file."""
85 simple_system(self.rm_cmd % single_file)
  /external/libvpx/libvpx/
vpxdec.c 507 int single_file; local
689 single_file = is_single_file(outfile_pattern);
691 if (!noblit && single_file) {
701 if (!single_file) {
899 if (!output_bit_depth && single_file && !do_md5) {
928 if (single_file) {
    [all...]
  /external/libcups/cups/
ppd-private.h 152 int single_file; /* cupsSingleFile value */ member in struct:_ppd_cache_s
ppd-cache.c 530 pc->single_file = !_cups_strcasecmp(value, "true");
    [all...]

Completed in 3233 milliseconds