OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Zlib
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php
114
'ZeroDivisionError', '
Zlib
',
115
'
Zlib
::BufError', '
Zlib
::DataError', '
Zlib
::Deflate',
116
'
Zlib
::Error', '
Zlib
::GzipFile', '
Zlib
::GzipFile::CRCError',
117
'
Zlib
::GzipFile::Error', '
Zlib
::GzipFile::LengthError',
118
'
Zlib
::GzipFile::NoFooter', 'Zlib::GzipReader'
[
all
...]
rails.php
107
'ZeroDivisionError', '
Zlib
',
108
'
Zlib
::BufError', '
Zlib
::DataError', '
Zlib
::Deflate',
109
'
Zlib
::Error', '
Zlib
::GzipFile', '
Zlib
::GzipFile::CRCError',
110
'
Zlib
::GzipFile::Error', '
Zlib
::GzipFile::LengthError',
111
'
Zlib
::GzipFile::NoFooter', 'Zlib::GzipReader'
[
all
...]
/external/llvm/unittests/Support/
CompressionTest.cpp
27
void TestZlibCompression(StringRef Input,
zlib
::CompressionLevel Level) {
30
EXPECT_EQ(
zlib
::StatusOK,
zlib
::compress(Input, Compressed, Level));
32
EXPECT_EQ(
zlib
::StatusOK,
zlib
::uncompress(Compressed->getBuffer(),
39
EXPECT_EQ(
zlib
::StatusBufferTooShort,
40
zlib
::uncompress(Compressed->getBuffer(), Uncompressed,
45
TEST(CompressionTest,
Zlib
) {
46
TestZlibCompression("",
zlib
::DefaultCompression);
48
TestZlibCompression("hello, world!",
zlib
::NoCompression)
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
[
all
...]
/external/zlib/src/contrib/masmx86/
inffas32.asm
6
; * For conditions of distribution and use, see copyright notice in
zlib
.h
12
; * the gcc -S output of
zlib
-1.2.0/inffast.c.
Zlib
-1.2.0 is in beta release at
18
; * http://www.eetbeetee.com/
zlib
/ and http://www.charm.net/~christop/
zlib
/
35
; zlib122sup is 0 fort
zlib
1.2.2.1 and lower
36
; zlib122sup is 8 fort
zlib
1.2.2.2 and more (with addition of dmax and head
/external/zlib/src/
make_vms.com
8
$! Make procedure history for
Zlib
43
$ name = "
Zlib
"
46
$ v_file = "
zlib
.h"
174
$ write sys$output "Compiling
Zlib
sources ..."
180
adler32.c
zlib
.h zconf.h
182
compress.c
zlib
.h zconf.h
184
crc32.c
zlib
.h zconf.h
186
deflate.c deflate.h zutil.h
zlib
.h zconf.h
188
gzclose.c zutil.h
zlib
.h zconf.h
190
gzlib.c zutil.h
zlib
.h zconf.
[
all
...]
Completed in 6431 milliseconds