Home
last modified time | relevance | path

Searched refs:UNCOMPRESSED (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMessageFramer.java68 private static final byte UNCOMPRESSED = 0; field in MessageFramer
221 header.put(UNCOMPRESSED); in writeKnownLengthUncompressed()
237 header.put(compressed ? COMPRESSED : UNCOMPRESSED); in writeBufferChain()
/external/tensorflow/tensorflow/core/kernels/data/
Dfixed_length_record_dataset_op_test.cc96 if (compression_type == CompressionType::UNCOMPRESSED) { in CreateTestFiles()
159 CompressionType compression_type = CompressionType::UNCOMPRESSED; in FixedLengthRecordDatasetParams3()
Dtext_line_dataset_op_test.cc131 CompressionType compression_type = CompressionType::UNCOMPRESSED; in TextLineDatasetParams3()
Dtf_record_dataset_op_test.cc129 CompressionType compression_type = CompressionType::UNCOMPRESSED; in TFRecordDatasetParams3()
Ddataset_test_base.cc99 case CompressionType::UNCOMPRESSED: in ToString()
113 case CompressionType::UNCOMPRESSED: in GetZlibCompressionOptions()
129 if (params.compression_type == CompressionType::UNCOMPRESSED) { in WriteDataToFile()
Ddataset_test_base.h88 enum class CompressionType { ZLIB = 0, GZIP = 1, RAW = 2, UNCOMPRESSED = 3 }; enumerator
103 CompressionType compression_type = CompressionType::UNCOMPRESSED;
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py122 UNCOMPRESSED = Algorithm(VIDEO, 0) variable