代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/222917/4816217
phpt bug20087.phpt
--TEST--
Bug #20087 (Assertion failure)
--SKIPIF--
--FILE--
www.eeworm.com/read/216502/4892048
c dballoc.c
#define debug YES
#ifndef debug
#define ASSERT(p)
#endif
#ifdef debug
#define ASSERT(p) if(!(p))botch("p");else
botch(s)
char *s;
{
printf("assertion botched: %s\n",s);
abort();
}
#endif
/* C storag
www.eeworm.com/read/203049/5043045
pgm_eb42
|First part: Master clock frequency switching
| Define Top of memory (needed if you are working with Multi-ICE )
$top_of_memory=0x2040000
|Disable external watchdog assertion
|- ST_WMR
0xFFFF
www.eeworm.com/read/203049/5044208
pgm_eb42
|First part: Master clock frequency switching
| Define Top of memory (needed if you are working with Multi-ICE )
$top_of_memory=0x2040000
|Disable external watchdog assertion
|- ST_WMR
0xFFFF
www.eeworm.com/read/192939/5149455
pgm_eb42
|First part: Master clock frequency switching
| Define Top of memory (needed if you are working with Multi-ICE )
$top_of_memory=0x2040000
|Disable external watchdog assertion
|- ST_WMR
0xFFFF
www.eeworm.com/read/187843/5215497
java assert.java
//: com:bruceeckel:tools:Assert.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Turning off the assertion output
// so you
www.eeworm.com/read/179695/5302433
java assert.java
//: com:bruceeckel:tools:Assert.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Turning off the assertion output
// so you
www.eeworm.com/read/174099/5364982
keywords sql.92.keywords
ABSOLUTE|ACTION|ADA|ADD|ALL|ALLOCATE|ALTER|AND|ANY|ARE|AS|
ASC|ASSERTION|AT|AUTHORIZATION|AVG|BEGIN|BETWEEN|BIT|BIT_LENGTH|
BOTH|BY|C|CASCADE|CASCADED|CASE|CAST|CATALOG|CATALOG_NAME|CHAR|
CHAR_LENG
www.eeworm.com/read/345878/3196518
pgm_eb42
|First part: Master clock frequency switching
| Define Top of memory (needed if you are working with Multi-ICE )
$top_of_memory=0x2040000
|Disable external watchdog assertion
|- ST_WMR
0xFFFF
www.eeworm.com/read/334276/3369341
c main3.c
// #include
#include
#include "Array.C"
#include "ArrayRC.C"
/**
**
swap() with Array ia1
swap() with ArrayRC ia2
Assertion failed: ix >= 0 && ix < Arra