Home
last modified time | relevance | path

Searched refs:boom (Results 1 – 25 of 2416) sorted by relevance

12345678910>>...97

/dports/games/apricots/apricots-0.2.6/apricots/
H A Dfall.cpp27 firetype boom; in fall_collision() local
30 boom.time = 0; in fall_collision()
31 boom.type = 2; in fall_collision()
71 { firetype boom; in fall_collision() local
74 boom.time = 0; in fall_collision()
75 boom.type = 2; in fall_collision()
82 { firetype boom; in fall_collision() local
85 boom.time = 0; in fall_collision()
181 firetype boom; in fall_collision() local
184 boom.time = 0; in fall_collision()
[all …]
H A Dcollide.cpp103 firetype boom; in detect_collisions() local
108 boom.time = 0; in detect_collisions()
109 boom.type = 0; in detect_collisions()
310 boom.x = b.x; in killbuilding()
341 firetype boom; in killbuilding() local
344 boom.time = 0; in killbuilding()
345 boom.type = 1; in killbuilding()
445 firetype boom; in killtower() local
446 boom.x = b.x; in killtower()
448 boom.time = 0; in killtower()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/policy/
H A Dpolicy.test.lua13 boom(policy.TLS_FORWARD, {}, 'TLS_FORWARD without arguments')
14 boom(policy.TLS_FORWARD, {'1'}, 'TLS_FORWARD with non-table argument')
15 boom(policy.TLS_FORWARD, {{}}, 'TLS_FORWARD with empty table')
16 boom(policy.TLS_FORWARD, {{{}}}, 'TLS_FORWARD with empty target table')
19 boom(policy.TLS_FORWARD, {{'1'}}, 'TLS_FORWARD with invalid IP address')
21 boom(policy.TLS_FORWARD, {{{'127.0.0.1'}}}, 'TLS_FORWARD with missing auth parameters')
24 boom(policy.TLS_FORWARD, {{{'100:dead::', insecure=true},
56 boom(policy.TLS_FORWARD, {{{'::1', ca_file='/tmp/ca.crt'}}},
58 boom(policy.TLS_FORWARD, {{{'::1', hostname='', ca_file='/tmp/ca.crt'}}},
60 boom(policy.TLS_FORWARD, {
[all …]
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_attacher.py14 boom = Mock()
15 directlyProvides(boom, IStreamAttacher)
17 a.add_attacher(boom)
18 a.remove_attacher(boom)
20 a.remove_attacher(boom)
25 boom = Mock()
26 directlyProvides(boom, IStreamAttacher)
28 a.add_attacher(boom)
33 boom = Mock()
34 directlyProvides(boom, IStreamAttacher)
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/lua/
H A Dlog.test.lua13 boom(log_level, { 'xxx' }, "unknown level can't be used")
14 boom(log_level, { 7 }, "numbered levels aren't supported")
15 boom(log_level, { 1, 2 }, "level doesn't take multiple arguments")
23 boom(log_level, { 'xxx' }, "unknown target can't be used")
24 boom(log_level, { 'stderr', 'syslog' }, "target doesn't take multiple arguments")
33 boom(log_groups, { 'string' }, "group argument can't be string")
34 boom(log_groups, { {'nonexistent'} }, "nonexistent group can't be added")
35 boom(log_groups, { 1, 2 }, "group doesn't take multiple arguments")
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/testSdfParsing.testenv/
H A D32_relationship_syntax.sdf36 </boom>,
39 </boom>,
45 </boom>,
48 </boom>,
59 </boom>,
62 </boom>,
101 </boom>,
104 </boom>,
111 </boom>,
115 </boom>,
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/testSdfParsing.testenv/baseline/
H A D32_relationship_syntax.sdf35 </boom>,
38 </boom>,
44 </boom>,
47 </boom>,
57 </boom>,
60 </boom>,
102 </boom>,
105 </boom>,
112 </boom>,
116 </boom>,
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/testSdfParsingOld.testenv/
H A D32_relationship_syntax.sdf36 </boom>,
39 </boom>,
45 </boom>,
48 </boom>,
59 </boom>,
62 </boom>,
101 </boom>,
104 </boom>,
111 </boom>,
115 </boom>,
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/testSdfParsingOld.testenv/baseline/
H A D32_relationship_syntax.sdf35 </boom>,
38 </boom>,
44 </boom>,
47 </boom>,
57 </boom>,
60 </boom>,
102 </boom>,
105 </boom>,
112 </boom>,
116 </boom>,
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/integration/files/file/prod/holy/32/
H A Dscene5 [boom boom boom boom BOOM boom boom boom boom]
19 [pweeng boom]
31 [boom]
42 [boom pweeng boom boom]
48 words of Ulfin Bedweer of Regett [boom] proclaim the last resting
/dports/devel/py-jsonschema3/jsonschema-3.2.0/jsonschema/tests/
H A Dtest_format.py15 def boom(thing): function
33 FormatChecker.cls_checks("boom")(boom)
36 dict(original, boom=(boom, ())),
41 checker.checks("boom")(boom)
44 dict(FormatChecker.checkers, boom=(boom, ()))
49 checker.checks("boom", raises=type(BOOM))(boom)
63 checker.checks("boom", raises=ValueError)(boom)
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/config/
H A Dtls.test.lua12 boom(net.tls_sticket_secret, {{}},
14 boom(net.tls_sticket_secret, {'0123456789ABCDEF0123456789ABCDE'},
17 boom(net.tls_sticket_secret_file, {},
19 boom(net.tls_sticket_secret_file, {{}},
21 boom(net.tls_sticket_secret_file, {'/tmp/a_non_existent_file_REALLY_1528898130'},
23 boom(net.tls_sticket_secret_file, {'/dev/null'},
/dports/devel/p5-Safe-Isa/Safe-Isa-1.000010/t/
H A Dsafe_isa.t32 ok(eval { is($blam->$_isa('Foo'), undef, 'blam isn\'t Foo'); 1 }, 'no boom today');
37 ok(eval { is($blam->$_can('bar'), undef, 'blam can\'t bar'); 1 }, 'no boom today');
63 'no boom today',
67 'and no boom tomorrow either',
75 'no boom today',
79 'and no boom tomorrow either',
90 'no boom today',
94 'and no boom tomorrow either',
103 'no boom today',
109 'no boom today',
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/debug/logger/monolog/
H A DLineFormatterTest.php45 $boom = new InvalidArgumentException( 'boom', 0,
50 $out = $fixture->normalizeException( $boom );
64 $boom = new InvalidArgumentException( 'boom', 0,
69 $out = $fixture->normalizeException( $boom );
87 $boom = new InvalidArgumentException( 'boom', 0,
92 $out = $fixture->normalizeException( $boom );
110 $boom = new InvalidArgumentException( 'boom', 0,
115 $out = $fixture->normalizeException( $boom );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/debug/logger/monolog/
H A DLineFormatterTest.php45 $boom = new InvalidArgumentException( 'boom', 0,
50 $out = $fixture->normalizeException( $boom );
64 $boom = new InvalidArgumentException( 'boom', 0,
69 $out = $fixture->normalizeException( $boom );
87 $boom = new InvalidArgumentException( 'boom', 0,
92 $out = $fixture->normalizeException( $boom );
110 $boom = new InvalidArgumentException( 'boom', 0,
115 $out = $fixture->normalizeException( $boom );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/debug/logger/monolog/
H A DLineFormatterTest.php45 $boom = new InvalidArgumentException( 'boom', 0,
50 $out = $fixture->normalizeException( $boom );
64 $boom = new InvalidArgumentException( 'boom', 0,
69 $out = $fixture->normalizeException( $boom );
87 $boom = new InvalidArgumentException( 'boom', 0,
92 $out = $fixture->normalizeException( $boom );
110 $boom = new InvalidArgumentException( 'boom', 0,
115 $out = $fixture->normalizeException( $boom );
/dports/devel/etcd/etcd-2.3.8/hack/benchmark/
H A Dbench.sh12 …./boom -m PUT -n 10 -readall -d value=`head -c $keysize < /dev/zero | tr '\0' '\141'` -c 1 -T appl…
15 …./boom -m PUT -n 640 -readall -d value=`head -c $keysize < /dev/zero | tr '\0' '\141'` -c 64 -T ap…
18 …./boom -m PUT -n 2560 -readall -d value=`head -c $keysize < /dev/zero | tr '\0' '\141'` -c 256 -T …
22 …./boom -m PUT -n 210 -readall -d value=`head -c $keysize < /dev/zero | tr '\0' '\141'` -c 21 -T ap…
35 …./boom -m PUT -n 850 -readall -d value=`head -c $keysize < /dev/zero | tr '\0' '\141'` -c 85 -T ap…
45 …./boom -n 100 -c 1 -readall $leader/v2/keys/foo | grep -e "Requests/sec" -e "Latency" -e "90%" | t…
48 …./boom -n 6400 -c 64 -readall $leader/v2/keys/foo | grep -e "Requests/sec" -e "Latency" -e "90%" |…
51 …./boom -n 25600 -c 256 -readall $leader/v2/keys/foo | grep -e "Requests/sec" -e "Latency" -e "90%"…
57 …./boom -n 21000 -c 21 -readall $i/v2/keys/foo | grep -e "Requests/sec" -e "Latency" -e "90%" | tr …
62 …./boom -n 85000 -c 85 -readall $i/v2/keys/foo | grep -e "Requests/sec" -e "Latency" -e "90%" | tr …
/dports/devel/py-jsonschema/jsonschema-4.2.1/jsonschema/tests/
H A Dtest_format.py14 def boom(thing): function
32 FormatChecker.cls_checks("boom")(boom)
35 dict(original, boom=(boom, ())),
40 checker.checks("boom")(boom)
43 dict(FormatChecker.checkers, boom=(boom, ())),
48 checker.checks("boom", raises=type(BOOM))(boom)
62 checker.checks("boom", raises=ValueError)(boom)
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dm_random.c95 unsigned long boom; variable
105 boom = rng.seed[pr_class];
109 rng.seed[pr_class] = boom * 1664525ul + 221297ul + pr_class*2;
114 boom >>= 20;
125 boom += (gametic-basetic)*7;
127 return boom & 255;
/dports/devel/gnucflow/cflow-1.6/tests/
H A Dall.at35 boom();
62 boom();
92 boom();
118 boom();
147 boom();
156 boom()
178 boom();
214 boom();
230 boom()
252 boom();
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dm_random.c98 unsigned long boom; variable
108 boom = rng.seed[pr_class];
112 rng.seed[pr_class] = boom * 1664525ul + 221297ul + pr_class*2;
117 boom >>= 20;
128 boom += (gametic-basetic)*7;
130 return boom & 255;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dm_random.c98 unsigned long boom; variable
108 boom = rng.seed[pr_class];
112 rng.seed[pr_class] = boom * 1664525ul + 221297ul + pr_class*2;
117 boom >>= 20;
128 boom += (gametic-basetic)*7;
130 return boom & 255;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestcombo.c1056 GtkWidget *tmp, *boom; in main() local
1098 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1120 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1161 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1205 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1265 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1309 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1321 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1334 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
1357 gtk_container_add (GTK_CONTAINER (tmp), boom); in main()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/data/examples/declaration/value/function/pattern/
H A Drecord-patterns-out.hs5 bar0 Boom {boom} = boom
8 bar1 Boom {boom = b} = b
11 baz Boom {boom = b, ..} = b
16 { boom = a, function
H A Drecord-patterns.hs5 bar0 Boom {boom} = boom
8 bar1 Boom { boom = b } = b
11 baz Boom { boom = b, .. } = b
15 { boom = a function

12345678910>>...97