Home
last modified time | relevance | path

Searched refs:try_me (Results 1 – 16 of 16) sorted by relevance

/dports/www/py-flask-restful/Flask-RESTful-0.3.9/tests/
H A Dtest_api.py169 def try_me(): function
171 self.assertEqual(try_me(), {'foo': 'bar'})
177 def try_me(): function
180 self.assertEqual(try_me(), {'hey': {'foo': 'bar'}})
186 def try_me(): function
188 self.assertEqual(try_me(), ({'foo': 'bar'}, 200, {'X-test': 123}))
194 def try_me(): function
203 def try_me(): function
205 self.assertEqual(try_me(), 'foo')
211 def try_me(): function
[all …]
/dports/devel/p5-Test-Roo/Test-Roo-1.004/t/lib/
H A DSkipper.pm8 test try_me => sub { ok(0) };
H A DRequiresFixture.pm8 test try_me => sub {
/dports/devel/p5-Test-Roo/Test-Roo-1.004/t/
H A Dtop-test.t9 top_test try_me => sub {
H A Dbasic.t9 test try_me => sub {
H A Dobject.t11 test try_me => sub {
H A Dtest-more-args.t9 test try_me => sub {
H A Dmulti.t20 test try_me => sub {
/dports/biology/mapm3/mapm3-3.0_1/mapm/
H A Dtwo_cmds.c455 int i, j, a, b, num_trials, *try_me=NULL, num_loci, *loci=NULL; in pairwise() local
461 parse_locus_args(&try_me,&num_trials); in pairwise()
462 crunch_locus_list(try_me,&num_trials,CRUNCH_WARNINGS,ANY_CHROMS, in pairwise()
467 hold(more_mode) print_lodtable(try_me,loci,num_trials,num_loci, in pairwise()
470 unarray(try_me,int); in pairwise()
/dports/devel/p5-Data-Printer/Data-Printer-1.000004/
H A DMANIFEST3 examples/try_me.pl
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_translator.mac27 (try_me(x) := block([acc : 0], for i in x while i > 5 do acc : acc + i, acc),
28 try_me ([10, 9, 8, 7, 6, 5, 4, 5, 6, 7, 8, 9, 10]));
31 (translate (try_me), ?funcall (try_me, [10, 9, 8, 7, 6, 5, 4, 5, 6, 7, 8, 9, 10]));
/dports/lang/yap/yap-6.2.2/BEAM/
H A Deam_am.c1394 &&try_me,
2050 goto try_me;
2057 goto try_me;
2060 try_me:
2345 else *beam_pc=(Cell) &&try_me;
/dports/lang/yap/yap-6.2.2/H/
H A DYapOpcodes.h7 OPCODE(try_me ,Otapl),
/dports/games/opensonic/opensnc-src-0.1.4/src/entities/
H A Dplayer.c1280 … brick_t *try_me[5] = { brick_left , brick_downleft , brick_right , brick_downright , brick_down }; in player_platform_movement() local
1282 brick_tmp = try_me[t]; in player_platform_movement()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp5970 long try_me = theIndex[l]; in Hash() local
5971 if (try_me != elementIndex) { in Hash()
5972 if (try_me == -1) return -l - 2; in Hash()
5978 long try_me = theIndex[n]; in Hash() local
5979 if (try_me != elementIndex) { in Hash()
5980 if (try_me == -1) return -n - 2; in Hash()
/dports/lang/yap/yap-6.2.2/C/
H A Dabsmi.c891 Op(try_me, Otapl);