Home
last modified time | relevance | path

Searched refs:testval (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/dports/databases/py-pymssql/pymssql-2.1.4/tests/
H A Dtest_types.py110 testval = 'foobar'
116 testval = '0xf00'
122 testval = u'foobär'
128 testval = u'foobär'
130 typeeq(testval, colval)
131 eq_(testval, colval)
145 typeeq(testval, colval)
172 eq_(testval, colval)
178 eq_(testval, colval)
188 eq_(testval, colval)
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc128 int testval = -1; in main() local
137 testval = val; // End: first test in main()
147 testval = val; // End: nested throw in main()
159 testval = val; // End: step in test in main()
164 testval = 3; // End: next past catch in main()
173 testval = val; // End: rethrow in main()
184 testval = val; // End: first finish in main()
206 testval = val; // End: first until in main()
228 testval = val; // End: advance in main()
232 testval = resumebpt_test (10); in main()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc128 int testval = -1; in main() local
137 testval = val; // End: first test in main()
147 testval = val; // End: nested throw in main()
159 testval = val; // End: step in test in main()
164 testval = 3; // End: next past catch in main()
173 testval = val; // End: rethrow in main()
184 testval = val; // End: first finish in main()
206 testval = val; // End: first until in main()
228 testval = val; // End: advance in main()
232 testval = resumebpt_test (10); in main()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc128 int testval = -1; in main() local
137 testval = val; // End: first test in main()
147 testval = val; // End: nested throw in main()
159 testval = val; // End: step in test in main()
164 testval = 3; // End: next past catch in main()
173 testval = val; // End: rethrow in main()
184 testval = val; // End: first finish in main()
206 testval = val; // End: first until in main()
228 testval = val; // End: advance in main()
232 testval = resumebpt_test (10); in main()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/test/
H A DGenWhat4Expr.hs167 (testval x && testval y)
176 (testval x || testval y)
185 (testval x == testval y)
194 (testval x `xor` testval y)
203 (if testval c then testval x else testval y)
213 (testval x == testval y)
222 (testval x <= testval y)
231 (testval x < testval y)
424 (testval x - testval y)
458 (if testval c then testval x else testval y)
[all …]
/dports/audio/ocp/ocp-0.2.90/dev/
H A Dringbuffer.c821 int testval;
825 testval = 0;
840 testval = 0;
855 testval = 0;
870 testval = 0;
885 testval = 0;
900 testval = 0;
915 testval = 0;
958 testval = 0;
1001 testval = 0;
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dt_spec.c90 int testval; in spec_if() local
96 testval = intvalue(eval); in spec_if()
106 else if( testval ) in spec_if()
125 int testval; in spec_elseif() local
137 testval = intvalue(eval); in spec_elseif()
149 if( testval ) in spec_elseif()
177 int testval; in spec_while() local
183 testval = intvalue(eval); in spec_while()
186 if( !testval ) in spec_while()
206 int testval; in spec_for() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/mpi/utils/
H A Dprimegen.c44 mp_int testval; in main() local
83 if ((res = mp_init(&testval)) != MP_OKAY) { in main()
115 mp_read_raw(&testval, (char *)raw, rawlen); in main()
122 res = mpp_make_prime(&testval, bits, g_strong, &nTries); in main()
126 res = mp_add_d(&testval, 32 * 1024, &testval); in main()
127 res = mp_add_d(&testval, 32 * 1024, &testval); in main()
137 outlen = mp_radix_size(&testval, 10); in main()
139 mp_toradix(&testval, (char *)out, 10); in main()
141 mp_toradix(&testval, (char *)out, 16); in main()
156 mp_clear(&testval); in main()
/dports/devel/p5-File-MMagic/File-MMagic-1.30/
H A DMMagic.pm904 $match = (($data & $testval) == $testval);
907 $match = ((~$data & $testval) == $testval);
910 $match = ($data < $testval);
913 $match = ($data > $testval);
1069 $match = (($data & $testval) == $testval);
1072 $match = ((~$data & $testval) == $testval);
1075 $match = ($data < $testval);
1301 $testval = $line;
1323 $testval = $operator . $testval;
1352 $testval = oct($line);
[all …]
/dports/devel/p5-Sys-SigAction/Sys-SigAction-0.23/t/
H A Dalternatives.t29 my $testval = 0;
33 eval 'sub sighandler { print "in subname defined sighander() sig speced as \'ALRM\'\n" ; $testval =…
34 $testval = 0;
40 ok( $testval ,"\$testval = $testval; was set by signal handler" );
43 $testval = 0;
45 …RM ,sub { print "in coderef defined signal handler signal speced as SIGALRM\n" ; $testval = 1; } );
49 ok( $testval ,"\$testval = $testval; was set by signal handler" );
/dports/databases/namazu2/namazu-2.0.21/File-MMagic/
H A DMMagic.pm872 $match = (($data & $testval) == $testval);
875 $match = ((~$data & $testval) == $testval);
878 $match = ($data < $testval);
881 $match = ($data > $testval);
1030 $match = (($data & $testval) == $testval);
1033 $match = ((~$data & $testval) == $testval);
1036 $match = ($data < $testval);
1256 $testval = $line;
1275 $testval = $operator . $testval;
1296 $testval = oct($line);
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/roff/de/
H A Dtab.out_ascii7 no argument: testval ;
8 argument after_tab: testval after_tab;
9 argument after_tab_and_space: testval after_tab_and_space;
10 argument after_two_tabs: testval after_two_tabs;
11 argument after_tab_tab_space: testval ;after_tab_tab_space
14 no argument: testval ;
15 argument after_tab: testval after_tab;
19 macro test2 still exists: testval ;
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tags/unit/tests/
H A Dtest_quantity.py28 testval = 2.71828
36 quantity = units.Quantity(testval, unit=testunit)
41 testval = [3.14159]
49 quantity = units.Quantity(testval, unit=testunit)
54 testval = [x*2.3081 for x in range(10)]
62 quantity = units.Quantity(testval, unit=testunit)
68 testval = [[1,2,3],[4,5,6]]
79 data = array(testval, float64)
/dports/emulators/unicorn/unicorn-1.0.2/tests/regress/
H A Dmem_protect.c81 uint32_t testval; in hook_code() local
89 … if (uc_mem_read(uc, 0x200000 + test_num * 0x100000, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_code()
95 if (testval == tests[test_num]) { in hook_code()
100 printf("# Received: 0x%x\n", testval); in hook_code()
136 uint32_t testval; in hook_mem_invalid() local
144 if (uc_mem_read(uc, addr, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_mem_invalid()
164 uint32_t addr, testval; in main() local
249 testval = 0x42424242; in main()
257 if (val != testval) { in main()
258 printf("not ok %d - Read 0x%x, expected 0x%x\n", log_num++, val, testval); in main()
[all …]
H A Dmem_unmap.c76 uint32_t testval; in hook_code() local
84 … if (uc_mem_read(uc, 0x200000 + test_num * 0x100000, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_code()
90 if (testval == tests[test_num]) { in hook_code()
95 printf("# Received: 0x%x\n", testval); in hook_code()
131 uint32_t testval; in hook_mem_invalid() local
139 if (uc_mem_read(uc, addr, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_mem_invalid()
159 uint32_t addr, testval; in main() local
244 testval = 0x42424242; in main()
252 if (val != testval) { in main()
253 printf("not ok %d - Read 0x%x, expected 0x%x\n", log_num++, val, testval); in main()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/tests/regress/
H A Dmem_unmap.c76 uint32_t testval; in hook_code() local
84 … if (uc_mem_read(uc, 0x200000 + test_num * 0x100000, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_code()
90 if (testval == tests[test_num]) { in hook_code()
95 printf("# Received: 0x%x\n", testval); in hook_code()
131 uint32_t testval; in hook_mem_invalid() local
139 if (uc_mem_read(uc, addr, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_mem_invalid()
159 uint32_t addr, testval; in main() local
244 testval = 0x42424242; in main()
252 if (val != testval) { in main()
253 printf("not ok %d - Read 0x%x, expected 0x%x\n", log_num++, val, testval); in main()
[all …]
H A Dmem_protect.c81 uint32_t testval; in hook_code() local
89 … if (uc_mem_read(uc, 0x200000 + test_num * 0x100000, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_code()
95 if (testval == tests[test_num]) { in hook_code()
100 printf("# Received: 0x%x\n", testval); in hook_code()
136 uint32_t testval; in hook_mem_invalid() local
144 if (uc_mem_read(uc, addr, &testval, sizeof(testval)) != UC_ERR_OK) { in hook_mem_invalid()
164 uint32_t addr, testval; in main() local
249 testval = 0x42424242; in main()
257 if (val != testval) { in main()
258 printf("not ok %d - Read 0x%x, expected 0x%x\n", log_num++, val, testval); in main()
[all …]
/dports/math/py-pymc3/pymc-3.11.4/pymc3/tests/
H A Dtest_transforms.py247 if testval is not None:
248 testval = pm.floatX(testval)
250 distfam("x", shape=shape, transform=transform, testval=testval, **params)
379 testval=testval,
391 testval=testval,
409 testval=testval,
425 testval=testval,
439 testval=testval,
453 testval = np.ones(shape) / shape[-1]
458 testval=testval,
[all …]
/dports/net/pear-Horde_Ldap/Horde_Ldap-2.4.2/test/Horde/Ldap/
H A DFilterTest.php75 $testval = 'testval';
77 'equals' => "/\($testattr=$testval\)/",
78 'begins' => "/\($testattr=$testval\*\)/",
79 'ends' => "/\($testattr=\*$testval\)/",
80 'contains' => "/\($testattr=\*$testval\*\)/",
81 'greater' => "/\($testattr>$testval\)/",
82 'less' => "/\($testattr<$testval\)/",
83 'greaterorequal' => "/\($testattr>=$testval\)/",
84 'lessorequal' => "/\($testattr<=$testval\)/",
85 'approx' => "/\($testattr~=$testval\)/",
[all …]
/dports/net/pear-Net_LDAP/Net_LDAP-1.1.5/tests/
H A DNet_LDAP_FilterTest.php97 $testval = 'testval';
99 'equals' => "/\($testattr=$testval\)/",
100 'begins' => "/\($testattr=$testval\*\)/",
101 'ends' => "/\($testattr=\*$testval\)/",
102 'contains' => "/\($testattr=\*$testval\*\)/",
103 'greater' => "/\($testattr>$testval\)/",
104 'less' => "/\($testattr<$testval\)/",
105 'greaterorequal' => "/\($testattr>=$testval\)/",
106 'lessorequal' => "/\($testattr<=$testval\)/",
107 'approx' => "/\($testattr~=$testval\)/",
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dreturn2.c23 } testval; variable
78 for (i = 0; i < sizeof (testval.ffff); i++) in main()
79 testval.ffff[i] = 0xff; in main()
104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main()
106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.reverse/
H A Dfinish-reverse.c40 } testval; variable
95 for (i = 0; i < sizeof (testval.ffff); i++) in main()
96 testval.ffff[i] = 0xff; in main()
121 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main()
123 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dreturn2.c23 } testval; variable
78 for (i = 0; i < sizeof (testval.ffff); i++) in main()
79 testval.ffff[i] = 0xff; in main()
104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main()
106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.reverse/
H A Dfinish-reverse.c40 } testval; variable
95 for (i = 0; i < sizeof (testval.ffff); i++) in main()
96 testval.ffff[i] = 0xff; in main()
121 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main()
123 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dreturn2.c23 } testval; variable
78 for (i = 0; i < sizeof (testval.ffff); i++) in main()
79 testval.ffff[i] = 0xff; in main()
104 testval.float_testval = 2.7182818284590452354;/* long_long_checkpoint */ in main()
106 testval.double_testval = 3.14159265358979323846; /* float_checkpoint */ in main()

12345678910>>...27