Searched defs:Assert (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DAssert.pm1 # $Id: Assert.pm,v 1.3 2003/09/11 15:57:29 andy Exp $
3 package Test::Harness::Assert;
17 Test::Harness::Assert - simple assert
23 use Test::Harness::Assert;
29 A simple assert routine since we don't have Carp::Assert handy.
48 my $msg = 'Assert failed';
62 L<Carp::Assert>
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java27 // Assert.java : Handles assertions in a central fashion.
39 * The Assert class is used to test assertions and end the program
45 class Assert { class
64 // Assert that a parameter is nonnull.
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c76 #define Assert(Cond) if (!(Cond)) abort() macro
162 Assert(output[0] < 64);
163 Assert(output[1] < 64);
164 Assert(output[2] < 64);
165 Assert(output[3] < 64);
185 Assert(output[0] < 64);
186 Assert(output[1] < 64);
187 Assert(output[2] < 64);
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
112 # define Assert(cond,msg) macro
837 Assert(strm->avail_out > 0, "bug2");
972 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
978 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
981 Assert(cur_match < s->strstart, "no future");
1003 Assert(scan[2] == match[2], "scan[2]?");
1014 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1034 Assert(*scan == *match, "match[2]?");
1046 Assert(sca
[all...]

Completed in 131 milliseconds