代码搜索:assertion

找到约 1,246 项符合「assertion」的源代码

代码结果 1,246
www.eeworm.com/read/162519/5544853

java assertionerror.java

/* AssertionError.java -- indication of a failed assertion Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can red
www.eeworm.com/read/394796/8206297

js debug.js

//@line 44 "/home/orange/mozilla/toolkit/content/debug.js" var EXPORTED_SYMBOLS = ["NS_ASSERT"]; var gTraceOnAssert = true; /** * This function provides a simple assertion function for JavaScript.
www.eeworm.com/read/339051/12265744

js translate_c.js

/* Copyright 2006 eefocus */ function tn_o(){}tn_o.raise=function(a){if(typeof Error!="undefined"){throw new Error(a||"Assertion Failed");}else{throw a;}};tn_o.fail=function(a){if(a===undefined)a="A
www.eeworm.com/read/339051/12265885

js translate_c.js

/* Copyright 2006 eefocus */ function tn_o(){}tn_o.raise=function(a){if(typeof Error!="undefined"){throw new Error(a||"Assertion Failed");}else{throw a;}};tn_o.fail=function(a){if(a===undefined)a="A
www.eeworm.com/read/247605/4478214

c mk251.c

/* Spew out a long sequence of the byte 251. When fed to bzip2 versions 1.0.0 or 1.0.1, causes it to die with internal error 1007 in blocksort.c. This assertion misses an extremely rare ca
www.eeworm.com/read/229812/4739845

chk exec.chk

---- Test -1 ---- Caught assertion failure .. Exact type unreachable_code_reached_impl .. Level 0 Exact type unreachable_code_reached_impl .. Dynamic cast [exact type is unreachable_code_
www.eeworm.com/read/175466/5346156

dns_rbt_findname_3_data

# # test data for dns_rbt_findname assertion 3 # # format is: # dns_rbt.data search a.b.vix.com DNS_R_PARTIALMATCH
www.eeworm.com/read/290267/3982291

dns_rbt_findname_3_data

# # test data for dns_rbt_findname assertion 3 # # format is: # dns_rbt.data search a.b.vix.com DNS_R_PARTIALMATCH
www.eeworm.com/read/286854/4031901

cpp assert.cpp

/* assert.cpp * * A new assert.h to override a broken one in the 9210i SDK version 1.2. * Panics the application if an assertion fails. * * Copyright 2002 Petteri Kangaslampi * * See license
www.eeworm.com/read/280248/4127390

java assert.java

//: Assert.java // Assertion tool for debugging package com.bruceeckel.tools.debug; public class Assert { private static void perr(String msg) { System.err.println(msg); } public fi