Searched defs:compress (Results 1 - 4 of 4) sorted by relevance

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DUniqueZonesVisualizer.java80 boolean compress, String outputFile) throws IOException {
83 CountryZoneTree.create(country, startInclusive, endExclusive, compress);
79 createGraphvizFile(String countryIso, Instant startInclusive, Instant endExclusive, boolean compress, String outputFile) argument
H A DCountryZoneTree.java148 return create(country, startInclusive, endExclusive, true /* compress */);
156 Country country, Instant startInclusive, Instant endExclusive, boolean compress) {
178 return create(country.getIsoCode(), zoneInfos, startInclusive, endExclusive, compress);
335 Instant startInclusive, Instant endExclusive, boolean compress) {
342 // Now we compress the tree to remove unnecessary nodes if we have been asked to do so.
343 if (compress) {
435 // If there's one child then we can compress it into node.
155 create( Country country, Instant startInclusive, Instant endExclusive, boolean compress) argument
334 create(String countryIso, List<ZoneInfo> zoneInfos, Instant startInclusive, Instant endExclusive, boolean compress) argument
/system/extras/perfprofd/
H A Dconfig.h100 // If true, use libz to compress the output proto.
101 bool compress = true; member in struct:Config
H A Dperfprofd_io.cc262 bool compress) {
269 if (compress) {
298 bool compress) {
306 return SerializeProtobuf(encodedProfile, std::move(fd), compress);
260 SerializeProtobuf(android::perfprofd::PerfprofdRecord* encodedProfile, android::base::unique_fd&& fd, bool compress) argument
296 SerializeProtobuf(PerfprofdRecord* encodedProfile, const char* encoded_file_path, bool compress) argument

Completed in 64 milliseconds