Searched defs:assert (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.9.5/Libc-997.90.3/include/
H A Dassert.h52 #undef assert macro
56 #define assert(e) ((void)0) macro
68 #define assert(e) \ macro
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dassert.pl14 sub assert { subroutine
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dassert.h20 #undef assert macro
43 #define assert(test) \ macro
46 #define assert(test) \ macro
54 #define assert(test) ((void)0) macro
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl60 sub assert { subroutine
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl65 sub assert { subroutine
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/stress/
H A Dupdate.pl65 sub assert { subroutine
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dinitests.tcl52 proc assert {ok} { procedure
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/control/
H A Dassert.tcl84 proc assert args # procedure
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dassert.h86 #define assert(ex) \ macro
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioDebug.h51 #undef assert macro
59 #define assert( cond ) \ macro
/macosx-10.9.5/groff-38/groff/src/include/
H A Dassert.h33 #undef assert macro
36 #define assert(ignore) /* as nothing */ macro
38 #define assert(expr) do_assert(expr, __LINE__, __FILE__) macro
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/tests/
H A Dtestutils.tcl40 proc assert {expr {message ""}} { procedure
/macosx-10.9.5/xnu-2422.115.4/osfmk/default_pager/
H A Ddiag.h34 #define assert(cond) \ macro
38 #define assert(cond) do {} while(0) macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DTest.pm119 sub assert { subroutine
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DTest.pm119 sub assert { subroutine
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DVLV.pm77 sub assert { subroutine
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/test/unit/
H A Dassertions.rb29 def assert(test, msg = UNASSIGNED) method in class:Test.Unit.Assertions
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl.h45 # define assert(condition) macro
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/
H A Dbwidget.rb49 def self.assert(exp, msg=None) singleton method in class:Tk.BWidget
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDADebugging.h70 #undef assert // nuke IOKit/kernel's assert macro
73 #define assert(expr) \ macro
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DValueMapTest.cpp121 typedef char assert[is_same<ExpectedType, VarType>::value ? 1 : -1]; typedef
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dnidl.h141 # define assert(ex) if (ex) ; macro
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest.h134 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest.h137 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dtest.h134 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro

Completed in 465 milliseconds

123