代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/113399/6132218
h assert.h
/*
assert.h
*/
#ifndef INET_ASSERT_H
#define INET_ASSERT_H
#include "const.h"
#ifndef assert
#if NDEBUG
#define assert(x) 0
#define assertN(n,x) 0
#define compare(a,t,b) 0
#else
#defi
www.eeworm.com/read/492931/6414323
cpp blas.cpp
/*************************************************************************
Copyright (c) 2005-2007, Sergey Bochkanov (ALGLIB project).
Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/263675/11348330
c assert.c
/*
* File: assert.c
* Purpose: Provide macro for software assertions
*
* Notes: ASSERT macro defined in assert.h calls assert_failed()
*/
#include "src/common/common.h"
www.eeworm.com/read/100292/15877769
h my_assert.h
/*****************************************************************************
* btree-mem-long/my_assert.h
*
* COPYRIGHT (c) 1995, 1997 by David Van Wagner ALL RIGHTS RESERVED
* Source and execut
www.eeworm.com/read/100292/15877784
h my_assert.h
/*****************************************************************************
* btree-mem-C/my_assert.h
*
* COPYRIGHT (c) 1995, 1997 by David Van Wagner ALL RIGHTS RESERVED
* Source and executabl
www.eeworm.com/read/470729/6907085
h kwqassertions.h
/*
* Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
* Portions Copyright (c) 2005 Nokia Corporation, Inc. All rights reserved.
*
* Redistribution and use in source and binary fo
www.eeworm.com/read/152661/5671748
cxx tassert3.cxx
//==========================================================================
//
// tassert3.cxx
//
// Assertion test case
//
/
www.eeworm.com/read/150583/5690338
cxx tassert3.cxx
//==========================================================================
//
// tassert3.cxx
//
// Assertion test case
//
/
www.eeworm.com/read/150583/5691069
cxx tassert3.cxx
//==========================================================================
//
// tassert3.cxx
//
// Assertion test case
//
/
www.eeworm.com/read/141268/5775179
h testassert.h
#ifndef CPPUNIT_TESTASSERT_H
#define CPPUNIT_TESTASSERT_H
#include
#include
#include
CPPUNIT_NS_BEGIN
/*! \brief Trai