Searched refs:test_body (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dbody.test27 itcl::class test_body {
45 test_body #auto
47 } {1 {member function "::test_body::any" is not defined and cannot be autoloaded}}
50 list [catch "itcl::body test_body::any" msg] $msg
54 list [catch "itcl::body test_body::xyzzyxyzzyxyzzy {} {}" msg] $msg
55 } {1 {function "xyzzyxyzzyxyzzy" is not defined in class "::test_body"}}
58 itcl::body test_body::any {} {return "any"}
63 itcl::body test_body::any {x} {return "any: $x"}
68 itcl::body test_body::any {x {y 2}} {return "any: $x $y"}
73 list [catch {itcl::body test_body
[all...]
/macosx-10.10/postfix-255/postfix/src/milter/
H A Dtest-milter.c307 static sfsistat test_body(SMFICTX *ctx, unsigned char *data, size_t data_len) function
310 printf("test_body %ld bytes\n", (long) data_len);
447 test_body,
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_method.rb140 def test_body method in class:TestMethod

Completed in 188 milliseconds