Home
last modified time | relevance | path

Searched refs:decompressed (Results 1 – 20 of 20) sorted by relevance

/external/chromium/net/spdy/
Dspdy_framer_test.cc641 scoped_ptr<SpdyFrame> decompressed; in TEST_F() local
646 decompressed.reset(recv_framer.DuplicateFrame(*syn_frame_1.get())); in TEST_F()
647 EXPECT_TRUE(decompressed.get() != NULL); in TEST_F()
648 EXPECT_TRUE(decompressed->is_control_frame()); in TEST_F()
649 control_frame = reinterpret_cast<SpdyControlFrame*>(decompressed.get()); in TEST_F()
658 decompressed.reset(recv_framer.DecompressFrame(*data_frame_1.get())); in TEST_F()
659 EXPECT_TRUE(decompressed.get() != NULL); in TEST_F()
660 EXPECT_FALSE(decompressed->is_control_frame()); in TEST_F()
661 data_frame = reinterpret_cast<SpdyDataFrame*>(decompressed.get()); in TEST_F()
665 decompressed.reset(recv_framer.DuplicateFrame(*syn_frame_2.get())); in TEST_F()
[all …]
Dspdy_framer.cc1070 scoped_array<char> decompressed(new char[decompressed_max_size]); in ProcessDataFramePayload() local
1075 reinterpret_cast<Bytef*>(decompressed.get()); in ProcessDataFramePayload()
1090 decompressed.get(), in ProcessDataFramePayload()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflateTest.cpp327 std::vector<char> decompressed; in TEST() local
331 …py(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(decompressed, decompressed.end())); in TEST()
341 …py(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(decompressed, decompressed.end())); in TEST()
345 EXPECT_EQ(std::string("Hello"), std::string(&decompressed[0], decompressed.size())); in TEST()
/external/bzip2/
Dbzgrep.127 If no file is specified, then the standard input is decompressed
DREADME93 decompressed to reproduce the original, is obviously of paramount
98 decompressed data is the same as the original.
121 compressed file can be decompressed to reproduce the original.
Dbzip2.txt50 the filename for the decompressed file from that of the
75 pressed and decompressed like this. The resulting outputs
79 decompressed correctly only by bzip2 version 0.9.0 or
100 CRCs to make sure that the decompressed version of a file
154 and testing. Files are decompressed and tested
157 decompressed in 2300k of memory, albeit at about
Dbzip2.1.preformatted53 the filename for the decompressed file from that of the
78 pressed and decompressed like this. The resulting outputs
82 decompressed correctly only by _b_z_i_p_2 version 0.9.0 or
103 CRCs to make sure that the decompressed version of a file
157 and testing. Files are decompressed and tested
160 decompressed in 2300k of memory, albeit at about
/external/zlib/src/contrib/ada/
Dreadme.txt20 - Fix extraction to buffer with exact known decompressed size. Error reported by
/external/libvpx/libvpx/examples/
Dsimple_decoder.txt7 decoder, and writes the decompressed frames to disk. Other decoder
/external/zlib/src/contrib/puff/
DREADME39 decompressed data at dest. puff() is the only external symbol in puff.c The
/external/lzma/
D7zC.txt174 - Memory for decompressed solid block
/external/chromium_org/net/spdy/
Dspdy_framer_test.cc1605 scoped_ptr<SpdyFrame> decompressed; in TEST_P() local
1611 decompressed.reset(SpdyFramerTestUtil::DecompressFrame( in TEST_P()
1613 EXPECT_TRUE(decompressed.get() != NULL); in TEST_P()
1614 serialized_headers = GetSerializedHeaders(decompressed.get(), send_framer); in TEST_P()
1623 decompressed.reset(SpdyFramerTestUtil::DecompressFrame( in TEST_P()
1625 EXPECT_TRUE(decompressed.get() != NULL); in TEST_P()
1626 serialized_headers = GetSerializedHeaders(decompressed.get(), send_framer); in TEST_P()
/external/zlib/src/doc/
Drfc1952.txt584 the decompressed output.
/external/llvm/lib/Target/X86/
DX86InstrFormats.td99 // Class specifying the vector form of the decompressed
/external/grub/
DNEWS387 contents in the decompressed state... i.e. all GRUB functions
/external/v8/src/
Dapi.cc349 char* decompressed = raw_data[i] = in Decompress() local
352 int result = DecompressData(decompressed, in Decompress()
360 compressed_data[i].data = decompressed; in Decompress()
/external/libpcap/doc/
Dpcap.txt1271 o Compressed Data: data of this block. Once decompressed, it is made
/external/chromium_org/v8/src/
Dapi.cc346 char* decompressed = raw_data[i] = in Decompress() local
349 int result = DecompressData(decompressed, in Decompress()
357 compressed_data[i].data = decompressed; in Decompress()
/external/jpeg/
Dlibjpeg.doc658 Now you can read the decompressed image data by calling jpeg_read_scanlines()
/external/qemu/distrib/jpeg-6b/
Dlibjpeg.doc658 Now you can read the decompressed image data by calling jpeg_read_scanlines()