/external/chromium/net/spdy/ |
D | spdy_framer_test.cc | 641 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 …]
|
D | spdy_framer.cc | 1070 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/ |
D | WebSocketPerMessageDeflateTest.cpp | 327 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/ |
D | bzgrep.1 | 27 If no file is specified, then the standard input is decompressed
|
D | README | 93 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.
|
D | bzip2.txt | 50 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
|
D | bzip2.1.preformatted | 53 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/ |
D | readme.txt | 20 - Fix extraction to buffer with exact known decompressed size. Error reported by
|
/external/libvpx/libvpx/examples/ |
D | simple_decoder.txt | 7 decoder, and writes the decompressed frames to disk. Other decoder
|
/external/zlib/src/contrib/puff/ |
D | README | 39 decompressed data at dest. puff() is the only external symbol in puff.c The
|
/external/lzma/ |
D | 7zC.txt | 174 - Memory for decompressed solid block
|
/external/chromium_org/net/spdy/ |
D | spdy_framer_test.cc | 1605 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/ |
D | rfc1952.txt | 584 the decompressed output.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 99 // Class specifying the vector form of the decompressed
|
/external/grub/ |
D | NEWS | 387 contents in the decompressed state... i.e. all GRUB functions
|
/external/v8/src/ |
D | api.cc | 349 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/ |
D | pcap.txt | 1271 o Compressed Data: data of this block. Once decompressed, it is made
|
/external/chromium_org/v8/src/ |
D | api.cc | 346 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/ |
D | libjpeg.doc | 658 Now you can read the decompressed image data by calling jpeg_read_scanlines()
|
/external/qemu/distrib/jpeg-6b/ |
D | libjpeg.doc | 658 Now you can read the decompressed image data by calling jpeg_read_scanlines()
|