代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/113536/6127895
c assertns.c
/*
COW : Character Oriented Windows
assertns.c : AssertFailed() procedures for DOS 3/5 non-swapped
*/
#define COW
#include
#include /* for EndCow() */
#define LINT_
www.eeworm.com/read/113165/6137942
h common.h
/*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001,2002 R
www.eeworm.com/read/108242/6184184
h assert.h
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
/* $Header: assert.h,v 7.1 88/04/29 11:44:01 ceriel Exp $ */
/* Assertion macro */
# ifndef _ASSERT_
# define PUBLIC extern
# else
# define PUBLIC
# endi
www.eeworm.com/read/106408/6193493
java assert.java
//: com:bruceeckel:tools:debug:Assert.java
// Assertion tool for debugging.
package com.bruceeckel.tools.debug;
public class Assert {
private static void perr(String msg) {
System.err.pri
www.eeworm.com/read/106385/6193956
exp assert.exp
#===============================================================================
#
# assert.exp
#
# Assertion test cases
#
#======================================================================
www.eeworm.com/read/103192/6220610
c assertsw.c
/*
COW : Character Oriented Windows
assertsw.c : AssertFailed() procedures for swapped environment
*/
#define COW
#include
#include
#include
#include
www.eeworm.com/read/103192/6220633
c assertns.c
/*
COW : Character Oriented Windows
assertns.c : AssertFailed() procedures for DOS 3/5 non-swapped
*/
#define COW
#include
#include /* for EndCow() */
#define LINT_
www.eeworm.com/read/101082/6242784
c asrts.c
/* Copyright (c) 1982 Regents of the University of California */
static char sccsid[] = "@(#)ASRTS.c 1.1 11/12/82";
char EASRTS[] = "Assertion failed: %s\n";
ASRTS(cond, stmt)
short cond;
char *s
www.eeworm.com/read/101082/6242796
c asrt.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)ASRT.c 1.3 11/12/82";
char EASRT[] = "Assertion failed\n";
ASRT(cond)
short cond;
{
if (cond)
return
www.eeworm.com/read/101015/6262054
c assertsw.c
/*
COW : Character Oriented Windows
assertsw.c : AssertFailed() procedures for swapped environment
*/
#define COW
#include
#include
#include
#include