代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/158649/11595840
java assert.java
//: com:bruceeckel:tools:Assert.java
// Turning off the assertion output
// so you can ship the program.
package com.bruceeckel.tools;
public class Assert {
public final static void is_true(
www.eeworm.com/read/157007/11745117
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/156364/11808646
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/253867/12179969
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/148785/12426294
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/230855/14271793
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/229127/14352138
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/126507/14418710
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/120385/14804292
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/477840/1357766
c assert.c
#include
#include
void _assert(char *s, char *f, int l)
{
printf("assertion error: \"%s\" on file %s line %d\n", s, f, l);
exit(1);
}