Home
last modified time | relevance | path

Searched refs:single_file (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dcros_gs.py83 def rm(self, single_file): argument
85 simple_system(self.rm_cmd % single_file)
/external/libaom/libaom/apps/
Daomdec.c449 int single_file; in main_loop() local
635 single_file = is_single_file(outfile_pattern); in main_loop()
637 if (!noblit && single_file) { in main_loop()
647 if (!single_file) { in main_loop()
854 if (!fixed_output_bit_depth && single_file) { in main_loop()
867 if (single_file) { in main_loop()
972 if (!noblit && single_file) { in main_loop()
/external/libvpx/libvpx/
Dvpxdec.c539 int single_file; in main_loop() local
729 single_file = is_single_file(outfile_pattern); in main_loop()
731 if (!noblit && single_file) { in main_loop()
741 if (!single_file) { in main_loop()
951 if (!output_bit_depth && single_file && !do_md5) { in main_loop()
980 if (single_file) { in main_loop()
1071 if (!noblit && single_file) { in main_loop()
/external/libcups/cups/
Dppd-private.h152 int single_file; /* cupsSingleFile value */ member
Dppd-cache.c532 pc->single_file = !_cups_strcasecmp(value, "true"); in _ppdCacheCreateWithFile()
1657 pc->single_file = !_cups_strcasecmp(ppd_attr->value, "true"); in _ppdCacheCreateWithPPD()
2861 cupsFilePrintf(fp, "SingleFile %s\n", pc->single_file ? "true" : "false"); in _ppdCacheWriteFile()
/external/protobuf/
Dprotobuf.bzl98 single_file = True,
104 single_file = True,