/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/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/quake/quake/src/QW/server/ |
D | model.c | 93 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local 99 out = decompressed; in Mod_DecompressVis() 111 return decompressed; in Mod_DecompressVis() 129 } while (out - decompressed < row); in Mod_DecompressVis() 132 return decompressed; in Mod_DecompressVis()
|
/external/quake/quake/src/WinQuake/ |
D | bspfile.h | 284 void DecompressVis (byte *in, byte *decompressed);
|
D | gl_model.cpp | 114 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local 120 out = decompressed; in Mod_DecompressVis() 132 return decompressed; in Mod_DecompressVis() 150 } while (out - decompressed < row); in Mod_DecompressVis() 153 return decompressed; in Mod_DecompressVis()
|
D | model.cpp | 117 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local 123 out = decompressed; in Mod_DecompressVis() 132 return decompressed; in Mod_DecompressVis() 150 } while (out - decompressed < row); in Mod_DecompressVis() 152 return decompressed; in Mod_DecompressVis()
|
/external/zlib/src/contrib/ada/ |
D | readme.txt | 20 - Fix extraction to buffer with exact known decompressed size. Error reported by
|
/external/quake/quake/src/QW/client/ |
D | model.c | 112 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local 118 out = decompressed; in Mod_DecompressVis() 130 return decompressed; in Mod_DecompressVis() 148 } while (out - decompressed < row); in Mod_DecompressVis() 151 return decompressed; in Mod_DecompressVis()
|
D | gl_model.c | 114 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local 120 out = decompressed; in Mod_DecompressVis() 132 return decompressed; in Mod_DecompressVis() 150 } while (out - decompressed < row); in Mod_DecompressVis() 153 return decompressed; in Mod_DecompressVis()
|
/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/zlib/src/doc/ |
D | rfc1952.txt | 584 the decompressed output.
|
/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/qemu/distrib/jpeg-6b/ |
D | libjpeg.doc | 658 Now you can read the decompressed image data by calling jpeg_read_scanlines()
|
/external/jpeg/ |
D | libjpeg.doc | 658 Now you can read the decompressed image data by calling jpeg_read_scanlines()
|