OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uncompressed_data
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/contrib/ada/
buffer_demo.adb
71
Uncompressed_Data
: Stream_Element_Array (1 .. Text'Length);
88
Uncompressed_Data
89
(Total_Out (Decompressor) + 1 ..
Uncompressed_Data
'Last),
103
& Boolean'Image (
Uncompressed_Data
= Source));
/external/chromium_org/net/quic/
quic_data_stream_test.cc
216
string
uncompressed_data
= uncompressed_headers + body;
local
246
string
uncompressed_data
= uncompressed_headers + body;
local
255
for (size_t i = 0; i <
uncompressed_data
.length(); ++i) {
258
EXPECT_EQ(
uncompressed_data
.data()[i], buffer[0]);
272
string
uncompressed_data
= uncompressed_headers + body;
local
284
for (size_t i = 0; i <
uncompressed_data
.length(); i += 2) {
287
ASSERT_EQ(
uncompressed_data
.data()[i], buffer1[0]) << i;
288
ASSERT_EQ(
uncompressed_data
.data()[i + 1], buffer2[0]) << i;
/external/chromium_org/net/quic/crypto/
cert_compressor.cc
569
scoped_ptr<uint8[]>
uncompressed_data
;
local
585
uncompressed_data
.reset(new uint8[uncompressed_size]);
590
z.next_out =
uncompressed_data
.get();
614
uncompressed = StringPiece(reinterpret_cast<char*>(
uncompressed_data
.get()),
Completed in 1080 milliseconds