Searched refs:Assert (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs51 Assert.AreEqual( 0, buf.Size );
52 Assert.AreEqual( -1, buf.Get() );
54 Assert.IsTrue(buf.Put( 1 ));
55 Assert.AreEqual( 1, buf.Size );
56 Assert.AreEqual( 1, buf.Get() );
57 Assert.AreEqual( 0, buf.Size );
58 Assert.AreEqual( -1, buf.Get() );
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
67 Assert.AreEqual( 10, buf.Size );
68 Assert
[all...]
H A DCircularBuffer.cs29 Debug.Assert( capacity > 0 );
41 Debug.Assert( count > 0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs51 Assert.AreEqual( 0, buf.Size );
52 Assert.AreEqual( -1, buf.Get() );
54 Assert.IsTrue(buf.Put( 1 ));
55 Assert.AreEqual( 1, buf.Size );
56 Assert.AreEqual( 1, buf.Get() );
57 Assert.AreEqual( 0, buf.Size );
58 Assert.AreEqual( -1, buf.Get() );
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
67 Assert.AreEqual( 10, buf.Size );
68 Assert
[all...]
H A DCircularBuffer.cs29 Debug.Assert( capacity > 0 );
41 Debug.Assert( count > 0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java9 import static org.junit.Assert.assertEquals;
10 import static org.junit.Assert.fail;
H A DCallbackTest.java22 import static org.junit.Assert.assertEquals;
23 import static org.junit.Assert.fail;
H A DVerboseConfigTest.java14 import static org.junit.Assert.assertEquals;
15 import static org.junit.Assert.fail;
H A DAppendRecnoTest.java20 import static org.junit.Assert.assertEquals;
21 import static org.junit.Assert.fail;
H A DEncryptTest.java10 import static org.junit.Assert.assertEquals;
11 import static org.junit.Assert.fail;
H A DHashCompareTest.java17 import static org.junit.Assert.assertEquals;
18 import static org.junit.Assert.fail;
H A DRepmgrElectionTest.java12 import static org.junit.Assert.assertEquals;
13 import static org.junit.Assert.fail;
H A DRepmgrStartupTest.java19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.fail;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c198 Assert(length > 0 && length <= 15, "invalid length");
267 Assert (length == 256, "tr_static_init: length != 256");
282 Assert (dist == 256, "tr_static_init: dist != 256");
290 Assert (dist == 256, "tr_static_init: 256+dist != 512");
335 Assert (header != NULL, "Can't open trees.h");
596 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
779 Assert(count >= 3 && count <= 6, " 3_6?");
844 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
845 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
965 Assert(bu
[all...]
H A Ddeflate.c827 Assert(strm->avail_out > 0, "bug2");
1061 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1075 Assert(cur_match < s->strstart, "no future");
1102 Assert(scan[2] == match[2], "scan[2]?");
1113 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1133 Assert(*scan == *match, "match[2]?");
1145 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1187 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1189 Assert((ul
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c198 Assert(length > 0 && length <= 15, "invalid length");
267 Assert (length == 256, "tr_static_init: length != 256");
282 Assert (dist == 256, "tr_static_init: dist != 256");
290 Assert (dist == 256, "tr_static_init: 256+dist != 512");
335 Assert (header != NULL, "Can't open trees.h");
596 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
779 Assert(count >= 3 && count <= 6, " 3_6?");
844 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
845 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
965 Assert(bu
[all...]
H A Ddeflate.c827 Assert(strm->avail_out > 0, "bug2");
1061 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1075 Assert(cur_match < s->strstart, "no future");
1102 Assert(scan[2] == match[2], "scan[2]?");
1113 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1133 Assert(*scan == *match, "match[2]?");
1145 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1187 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1189 Assert((ul
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c50 # define Assert(cond,msg) { if (!(cond)) bb_error_msg(msg); } macro
57 # define Assert(cond,msg) macro
429 Assert(G1.insize == 0, "l_buf not empty");
449 Assert(length > 0 && length <= 15, "invalid length");
554 Assert(WINDOW_SIZE == 2 * WSIZE, "no sliding with BIG_MEM");
626 Assert(G1.strstart <= WINDOW_SIZE - MIN_LOOKAHEAD, "insufficient lookahead");
629 Assert(cur_match < G1.strstart, "no future");
1174 Assert(code + G2.bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1,
1389 Assert(count >= 3 && count <= 6, " 3_6?");
1458 Assert(lcode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c186 Assert(length > 0 && length <= 15, "invalid length");
246 Assert (length == 256, "tr_static_init: length != 256");
261 Assert (dist == 256, "tr_static_init: dist != 256");
269 Assert (dist == 256, "tr_static_init: 256+dist != 512");
515 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
700 Assert(count >= 3 && count <= 6, " 3_6?");
769 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
770 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
900 Assert(buf != (char*)0, "lost buf");
952 Assert (
[all...]
H A Ddeflate.c436 Assert(strm->avail_out > 0, "bug2");
581 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
592 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
595 Assert(cur_match < s->strstart, "no future");
617 Assert(scan[2] == match[2], "scan[2]?");
628 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
648 Assert(*scan == *match, "match[2]?");
660 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
795 Assert(more >= 2, "more < 2");
865 Assert(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c59 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
66 # define Assert(cond,msg) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c57 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
64 # define Assert(cond,msg) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c71 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
78 # define Assert(cond,msg) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c52 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
59 # define Assert(cond,msg) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dmisc.c55 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
62 # define Assert(cond,msg) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dmisc.c63 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
70 # define Assert(cond,msg) macro

Completed in 202 milliseconds

12