Searched refs:single_file (Results 1 - 4 of 4) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dcros_gs.py83 def rm(self, single_file):
84 """Remove single_file."""
85 simple_system(self.rm_cmd % single_file)
/external/libvpx/libvpx/
H A Dvpxdec.c515 int single_file; local
701 single_file = is_single_file(outfile_pattern);
703 if (!noblit && single_file) {
713 if (!single_file) {
911 if (!output_bit_depth && single_file && !do_md5) {
940 if (single_file) {
1031 if (!noblit && single_file) {
/external/libcups/cups/
H A Dppd-private.h152 int single_file; /* cupsSingleFile value */ member in struct:_ppd_cache_s
H A Dppd-cache.c532 pc->single_file = !_cups_strcasecmp(value, "true");
1657 pc->single_file = !_cups_strcasecmp(ppd_attr->value, "true");
2861 cupsFilePrintf(fp, "SingleFile %s\n", pc->single_file ? "true" : "false");

Completed in 205 milliseconds