HomeSort by relevance Sort by last modified time
    Searched refs:compressed_content (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/utils/
resources.cc 130 } else if (resource->compressed_content() != nullptr) {
135 decompressor->MaybeDecompress(resource->compressed_content(), result)) {
164 CompressedBufferT compressed_content; local
165 compressor->Compress(resource->content, &compressed_content);
189 CompressedBufferT compressed_content; local
190 compressor->Compress(resource->content, &compressed_content);
193 if (compressed_content.uncompressed_size >
194 compressed_content.buffer.size()) {
196 resource->compressed_content.reset(new CompressedBufferT);
197 *resource->compressed_content = compressed_content
    [all...]
  /external/vboot_reference/utility/include/
bmpblk_utility.h 30 string compressed_content; member in struct:vboot_reference::ImageConfig
  /external/vboot_reference/utility/
bmpblk_utility.cc 409 it->second.compressed_content = content;
423 it->second.compressed_content.assign((const char *)tmpbuf, tmpsize);
453 it->second.compressed_content.assign((const char *)tmpbuf,
597 current_offset, it->second.compressed_content.length());
598 std::copy(it->second.compressed_content.begin(),
599 it->second.compressed_content.end(),

Completed in 169 milliseconds