Home
last modified time | relevance | path

Searched refs:test_body (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/deskutils/xfce4-notifyd/xfce4-notifyd-0.6.2/tests/
H A Dtest-icons.c61 gchar test_body[60]; in main() local
84 g_snprintf(test_body, sizeof (test_body), "%s should be shown", APP_ICON); in main()
86 test_body, in main()
92 g_snprintf(test_body, sizeof (test_body), "%s should be shown", IMAGE_PATH); in main()
94 test_body, in main()
103 g_snprintf(test_body, sizeof (test_body), "%s should be shown", IMAGE_DATA); in main()
105 test_body, in main()
116 g_snprintf(test_body, sizeof (test_body), "%s should be shown", IMAGE_PATH); in main()
127 g_snprintf(test_body, sizeof (test_body), "%s should be shown", IMAGE_DATA); in main()
136 g_snprintf(test_body, sizeof (test_body), "%s should be shown", IMAGE_DATA); in main()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-Constant/t/
H A DConstant.t573 my $test_body = <<"EOT";
579 $test_body .= <<'EOT';
635 $test_body .= <<'EOT';
735 $test_body .= <<'EOT';
762 $test_body .= <<"EOT";
780 $test_body .= <<'EOT';
854 $test_body .= << 'EOT';
864 $test_body .= << 'EOT';
892 $test_body .= <<'EOT';
909 $test_body .= <<'EOT';
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-Constant/t/
H A DConstant.t573 my $test_body = <<"EOT";
579 $test_body .= <<'EOT';
635 $test_body .= <<'EOT';
735 $test_body .= <<'EOT';
762 $test_body .= <<"EOT";
780 $test_body .= <<'EOT';
854 $test_body .= << 'EOT';
864 $test_body .= << 'EOT';
892 $test_body .= <<'EOT';
909 $test_body .= <<'EOT';
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-Constant/t/
H A DConstant.t573 my $test_body = <<"EOT";
579 $test_body .= <<'EOT';
635 $test_body .= <<'EOT';
735 $test_body .= <<'EOT';
762 $test_body .= <<"EOT";
780 $test_body .= <<'EOT';
854 $test_body .= << 'EOT';
864 $test_body .= << 'EOT';
892 $test_body .= <<'EOT';
909 $test_body .= <<'EOT';
[all …]
/dports/devel/p5-ExtUtils-Constant/ExtUtils-Constant-0.25/t/
H A DConstant.t573 my $test_body = <<"EOT";
579 $test_body .= <<'EOT';
635 $test_body .= <<'EOT';
735 $test_body .= <<'EOT';
762 $test_body .= <<"EOT";
780 $test_body .= <<'EOT';
854 $test_body .= << 'EOT';
864 $test_body .= << 'EOT';
892 $test_body .= <<'EOT';
909 $test_body .= <<'EOT';
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-Constant/t/
H A DConstant.t573 my $test_body = <<"EOT";
579 $test_body .= <<'EOT';
635 $test_body .= <<'EOT';
735 $test_body .= <<'EOT';
762 $test_body .= <<"EOT";
780 $test_body .= <<'EOT';
854 $test_body .= << 'EOT';
864 $test_body .= << 'EOT';
892 $test_body .= <<'EOT';
909 $test_body .= <<'EOT';
[all …]
/dports/lang/itcl/itcl3.4.1/tests/
H A Dbody.test23 itcl::class test_body {
41 test_body #auto
46 list [catch "itcl::body test_body::any" msg] $msg
54 itcl::body test_body::any {} {return "any"}
59 itcl::body test_body::any {x} {return "any: $x"}
64 itcl::body test_body::any {x {y 2}} {return "any: $x $y"}
101 list [catch {itcl::body test_body::defvals {x} {}} msg] $msg
113 list [catch {itcl::body test_body::varargs {} {}} msg] $msg
135 inherit test_body
144 [test_ibody0 info function test_body::zero]
[all …]
/dports/lang/itcl4/itcl4.2.2/tests/
H A Dbody.test23 itcl::class test_body {
41 test_body #auto
46 list [catch "itcl::body test_body::any" msg] $msg
54 itcl::body test_body::any {} {return "any"}
59 itcl::body test_body::any {x} {return "any: $x"}
64 itcl::body test_body::any {x {y 2}} {return "any: $x $y"}
101 list [catch {itcl::body test_body::defvals {x} {}} msg] $msg
113 list [catch {itcl::body test_body::varargs {} {}} msg] $msg
136 inherit test_body
145 [test_ibody0 info function test_body::zero]
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/tests/
H A Dbody.test23 itcl::class test_body {
41 test_body #auto
46 list [catch "itcl::body test_body::any" msg] $msg
54 itcl::body test_body::any {} {return "any"}
59 itcl::body test_body::any {x} {return "any: $x"}
64 itcl::body test_body::any {x {y 2}} {return "any: $x $y"}
101 list [catch {itcl::body test_body::defvals {x} {}} msg] $msg
113 list [catch {itcl::body test_body::varargs {} {}} msg] $msg
136 inherit test_body
145 [test_ibody0 info function test_body::zero]
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/src/test/
H A Dmod.rs11 ($test_name:ident, $test_body:tt) => {
12 expand_test!(__list_expand, __no_panic, $test_name, $test_body);
14 (panic $test_name:ident, $test_body:tt) => {
15 expand_test!(__list_expand, __panic, $test_name, $test_body);
17 (__list_expand, $panic:tt, $test_name:ident, $test_body:tt) => {
18 expand_test!(__expand, $panic, $test_name, client_rs, server_rs, $test_body);
19 expand_test!(__expand, $panic, $test_name, client_sys, server_rs, $test_body);
20 expand_test!(__expand, $panic, $test_name, client_rs, server_sys, $test_body);
21 expand_test!(__expand, $panic, $test_name, client_sys, server_sys, $test_body);
32 $test_body
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/raw/
H A Dwrite.c15 void test_body(object_data *d, git_rawobj *o);
61 void test_body(object_data *d, git_rawobj *o) in test_body() function
152 test_body(&commit, &commit_obj); in test_object_raw_write__loose_object()
188 test_body(&tree, &tree_obj); in test_object_raw_write__loose_tree()
231 test_body(&tag, &tag_obj); in test_object_raw_write__loose_tag()
252 test_body(&zero, &zero_obj); in test_object_raw_write__zero_length()
273 test_body(&one, &one_obj); in test_object_raw_write__one_byte()
294 test_body(&two, &two_obj); in test_object_raw_write__two_byte()
461 test_body(&some, &some_obj); in test_object_raw_write__several_bytes()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/context/tests/
H A Drust_child.rs33 macro_rules! test_body { macro
96 test_body!(stack, { in call_child()
111 test_body!(stack, { in call_child_twice()
148 test_body!(stack, { in call_child_setcontext()
157 test_body!(stack, { in call_child_setcontext_twice()
180 test_body!(stack, { in call_returning_child()
193 test_body!(stack, { in returning_add_u32()
212 test_body!(stack, { in returning_add_u64()
227 test_body!(stack, { in returning_add_f32()
243 test_body!(stack, { in returning_add_f64()
[all …]
H A Dc_child.rs28 macro_rules! test_body { macro
69 test_body!(stack, { in call_child()
91 test_body!(stack, { in call_child_twice()
125 test_body!(stack, { in call_child_setcontext()
141 test_body!(stack, { in call_child_setcontext_twice()
165 test_body!(stack, { in call_returning_child()
178 test_body!(stack, {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/context/tests/
H A Drust_child.rs33 macro_rules! test_body { macro
94 test_body!(stack, { in call_child()
109 test_body!(stack, { in call_child_twice()
146 test_body!(stack, { in call_child_setcontext()
155 test_body!(stack, { in call_child_setcontext_twice()
178 test_body!(stack, { in call_returning_child()
191 test_body!(stack, { in returning_add_u32()
210 test_body!(stack, { in returning_add_u64()
225 test_body!(stack, { in returning_add_f32()
241 test_body!(stack, { in returning_add_f64()
[all …]
H A Dc_child.rs28 macro_rules! test_body { macro
70 test_body!(stack, { in call_child()
92 test_body!(stack, { in call_child_twice()
126 test_body!(stack, { in call_child_setcontext()
142 test_body!(stack, { in call_child_setcontext_twice()
166 test_body!(stack, { in call_returning_child()
179 test_body!(stack, {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/context/tests/
H A Drust_child.rs33 macro_rules! test_body { macro
94 test_body!(stack, { in call_child()
109 test_body!(stack, { in call_child_twice()
146 test_body!(stack, { in call_child_setcontext()
155 test_body!(stack, { in call_child_setcontext_twice()
178 test_body!(stack, { in call_returning_child()
191 test_body!(stack, { in returning_add_u32()
210 test_body!(stack, { in returning_add_u64()
225 test_body!(stack, { in returning_add_f32()
241 test_body!(stack, { in returning_add_f64()
[all …]
H A Dc_child.rs28 macro_rules! test_body { macro
70 test_body!(stack, { in call_child()
92 test_body!(stack, { in call_child_twice()
126 test_body!(stack, { in call_child_setcontext()
142 test_body!(stack, { in call_child_setcontext_twice()
166 test_body!(stack, { in call_returning_child()
179 test_body!(stack, {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/context/tests/
H A Drust_child.rs33 macro_rules! test_body { macro
94 test_body!(stack, { in call_child()
109 test_body!(stack, { in call_child_twice()
146 test_body!(stack, { in call_child_setcontext()
155 test_body!(stack, { in call_child_setcontext_twice()
178 test_body!(stack, { in call_returning_child()
191 test_body!(stack, { in returning_add_u32()
210 test_body!(stack, { in returning_add_u64()
225 test_body!(stack, { in returning_add_f32()
241 test_body!(stack, { in returning_add_f64()
[all …]
H A Dc_child.rs28 macro_rules! test_body { macro
70 test_body!(stack, { in call_child()
92 test_body!(stack, { in call_child_twice()
126 test_body!(stack, { in call_child_setcontext()
142 test_body!(stack, { in call_child_setcontext_twice()
166 test_body!(stack, { in call_returning_child()
179 test_body!(stack, {
/dports/devel/py-testtools/testtools-2.5.0/testtools/tests/
H A Dsamplecases.py20 def make_test_case(test_method_name, set_up=None, test_body=None, argument
39 test_body = test_body if test_body else _do_nothing
44 test_method_name, set_up, test_body, tear_down, cleanups,
52 def __init__(self, test_method_name, set_up, test_body, tear_down, argument
61 self._test_body = test_body
149 test_body=getattr(case, 'body_behavior', _do_nothing),
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/exitfailure-0.5.1/tests/
H A Dtest.rs22 macro_rules! test_body { macro
32 test_body!(
41 test_body!("example"); in test_example()
46 test_body!("context"); in test_context()
51 test_body!("display", "Error: this is an error message"); in test_display()
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/exitfailure-0.5.1/tests/
H A Dtest.rs22 macro_rules! test_body { macro
32 test_body!(
41 test_body!("example"); in test_example()
46 test_body!("context"); in test_context()
51 test_body!("display", "Error: this is an error message"); in test_display()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/exitfailure-0.5.1/tests/
H A Dtest.rs22 macro_rules! test_body { macro
32 test_body!(
41 test_body!("example"); in test_example()
46 test_body!("context"); in test_context()
51 test_body!("display", "Error: this is an error message"); in test_display()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/exitfailure-0.5.1/tests/
H A Dtest.rs22 macro_rules! test_body { macro
32 test_body!(
41 test_body!("example"); in test_example()
46 test_body!("context"); in test_context()
51 test_body!("display", "Error: this is an error message"); in test_display()
/dports/devel/ode/ode-0.13/ode/demo/
H A Ddemo_I.cpp67 static dBodyID anchor_body,particle[NUM],test_body; variable
163 test_body = dBodyCreate (world); in reset_test()
164 dBodySetPosition (test_body,pos2[0],pos2[1],pos2[2]); in reset_test()
168 dBodySetMass (test_body,&m); in reset_test()
175 dBodySetQuaternion (test_body,qrot); in reset_test()
198 dBodyAddTorque (test_body,torque[0],torque[1],torque[2]); in simLoop()
205 const dReal *w2 = dBodyGetAngularVel (test_body); in simLoop()
207 const dReal *q2 = dBodyGetQuaternion (test_body); in simLoop()
224 dsDrawBox (dBodyGetPosition(test_body), dBodyGetRotation(test_body), sides2); in simLoop()

12345678910