代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/314653/13562749
m isparallel.m
%ISPARALLEL Test on parallel mapping
%
% N = ISPARALLEL(W)
% ISPARALLEL(W)
%
% INPUT
% W input mapping
%
% OUTPUT
% N logical value
%
% DESCRIPTION
% Returns true for parallel mappings.
www.eeworm.com/read/308733/13694271
h fcgimisc.h
/*
* fcgimisc.h --
*
* Miscellaneous definitions
*
*
* Copyright (c) 1996 Open Market, Inc.
*
* See the file "LICENSE.TERMS" for information on usage and redistribution
* of this file,
www.eeworm.com/read/300969/13876258
c assert.c
/*
* assert.c - diagnostics
*/
/* $Header: assert.c,v 1.3 90/04/03 15:01:58 eck Exp $ */
#include
#include
#include
void __bad_assertion(const char *mess)
www.eeworm.com/read/136812/5857016
c assert.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)assert.c 1.1 92/07/30 SMI"; /* from S5R2 1.2 */
#endif
/*LINTLIBRARY*/
/*
* called from "assert" macro; prints without printf or st
www.eeworm.com/read/132649/5914763
c mk251.c
/*
* ===========================================================================
* PRODUCTION $Log: mk251.c,v $
* PRODUCTION Revision 1000.0 2003/10/29 15:45:47 gouriano
* PRODUCTION PRODUCTION:
www.eeworm.com/read/124465/6047437
cpp testassert.cpp
#if HAVE_CMATH
# include
#else
# include
#endif
#include
#include
namespace CppUnit {
#ifdef CPPUNIT_ENABLE_SOURCELINE_DE
www.eeworm.com/read/113399/6132128
c assert.c
/*
* assert.c - diagnostics
*/
/* $Header: assert.c,v 1.3 90/04/03 15:01:58 eck Exp $ */
#include
#include
#include
void __bad_assertion(const char *mess)
www.eeworm.com/read/108242/6184163
c assert.c
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
# ifndef lint
static char rcsid[] = "$Header: assert.c,v 7.1 88/04/29 11:43:49 ceriel Exp $";
# endif
# define _ASSERT_
# include "in_all.h"
# include "a
www.eeworm.com/read/106385/6193938
cxx assert.cxx
//{{{ Banner
//============================================================================
//
// assert.cxx
//
// Host side implementation of th
www.eeworm.com/read/103694/6213346
cpp testassert.cpp
#if HAVE_CMATH
# include
#else
# include
#endif
#include
#include
namespace CppUnit {
#ifdef CPPUNIT_ENABLE_SOURCELINE_DE