代码搜索:assertion

找到约 1,246 项符合「assertion」的源代码

代码结果 1,246
www.eeworm.com/read/350384/10745530

cpp common.cpp

#ifdef _DEBUG #include "common.h" #include void MyAssertion(BOOL b, const char* expr, const int line, const char* file) { if(!b) { // if expression is not true, a
www.eeworm.com/read/302727/13828228

m assert.m

function assert( callerStr, mssgStr ) if not(ischar(callerStr)) error('assertion expression must be a string, since assert uses evalin') end assertionIsTrue = evalin( 'caller', callerStr )
www.eeworm.com/read/127087/6007702

mdoc assertions.mdoc

.\" $Id: assertions.mdoc,v 1.1.2.1.10.1 2004/03/09 08:33:39 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1997,1999 by Internet Software Consort
www.eeworm.com/read/163821/5508981

c __assert.c

/* Copyright (C) 2002 Manuel Novoa III * An __assert() function compatible with the modified glibc assert.h * that is used by uClibc. * * This library is free software; you can redistribut
www.eeworm.com/read/140892/13054141

java testassert.java

//: c05:TestAssert.java // Demonstrating the assertion tool. Comment the following, // and uncomment the subsequent line to change // assertion behavior: // From 'Thinking in Java, 3rd ed.' (c) Br
www.eeworm.com/read/138758/13216661

java testassert.java

//: c05:TestAssert.java // Demonstrating the assertion tool. Comment the following, // and uncomment the subsequent line to change // assertion behavior: // From 'Thinking in Java, 3rd ed.' (c) Br
www.eeworm.com/read/320605/13421965

java testassert.java

//: c05:TestAssert.java // Demonstrating the assertion tool. Comment the following, // and uncomment the subsequent line to change // assertion behavior: // From 'Thinking in Java, 3rd ed.' (c) Br