HomeSort by relevance Sort by last modified time
    Searched refs:single_file (Results 1 - 5 of 5) 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/libaom/libaom/apps/
aomdec.c 449 int single_file; local
635 single_file = is_single_file(outfile_pattern);
637 if (!noblit && single_file) {
647 if (!single_file) {
854 if (!fixed_output_bit_depth && single_file) {
867 if (single_file) {
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 539 int single_file; local
729 single_file = is_single_file(outfile_pattern);
731 if (!noblit && single_file) {
741 if (!single_file) {
951 if (!output_bit_depth && single_file && !do_md5) {
    [all...]
  /external/libcups/cups/
ppd-private.h 152 int single_file; /* cupsSingleFile value */ member in struct:_ppd_cache_s
ppd-cache.c 532 pc->single_file = !_cups_strcasecmp(value, "true");
    [all...]

Completed in 6614 milliseconds