HomeSort by relevance Sort by last modified time
    Searched refs:test_func (Results 26 - 50 of 68) sorted by null

12 3

  /tools/test/connectivity/acts/framework/acts/
base_test.py 302 def exec_one_testcase(self, test_name, test_func, args, **kwargs):
311 test_func: The test function.
326 verdict = test_func(*args, **kwargs)
328 verdict = test_func()
371 def run_generated_testcases(self, test_func, settings,
381 test_func: The common logic shared by all these generated test
385 usually json strings that get loaded in the test_func.
387 test_func.
388 kwargs: Dict of additional keyword args to be passed to test_func
409 "test_func. Fall back to default %s")
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c 411 test_func_t test_func; member in struct:vx_fp_test1
420 test_func_t test_func; member in struct:ldst_test
430 test_func_t test_func; member in struct:vx_fp_test2
441 test_func_t test_func; member in struct:xs_conv_test
448 test_func_t test_func; member in struct:simple_test
454 test_func_t test_func; member in struct:vsx_logic_test
914 while ((func = vx_fp_tests[k].test_func)) {
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.c 1013 test_func_t test_func; member in struct:p7_fp_test
1028 test_func_t test_func; member in struct:vx_fp_test
1037 test_func_t test_func; member in struct:xs_conv_test
1050 test_func_t test_func; member in struct:ldst_test
1068 test_func_t test_func; member in struct:vsx_logic_test
1075 test_func_t test_func; member in struct:vsx_move_test
1081 test_func_t test_func; member in struct:vsx_permute_test
    [all...]
test_dfp5.c 387 test_funcp_t test_func; member in struct:dfp_one_arg_test
395 test_func_bcdp_t test_func; member in struct:dfp_one_arg_bcd_test
415 while ((func = dfp_test_dfp_ddedpd_tests[k].test_func)) {
468 while ((func = dfp_test_dfp_denbcd_tests[k].test_func)) {
537 while ((func = dfp_test_significance_tests[k].test_func)) {
test_dfp2.c 380 test_func_t test_func; member in struct:dfp_test
448 while ((func = dfp_one_arg_tests[k].test_func)) {
519 while ((func = dfp_two_arg_tests[k].test_func)) {
586 while ((func = dfp_dcffix_dcffixq_tests[k].test_func)) {
test_dfp4.c 457 test_funcp_t test_func; member in struct:dfp_test
467 test_funcp_t test_func; member in struct:dfp_one_arg_test
491 while ((func = dfp_ClassAndGroupTest_tests[k].test_func)) {
559 while ((func = dfp_ExpTest_tests[k].test_func)) {
test_dfp3.c 781 test_func_t test_func; member in struct:dfp_test
791 test_func_t test_func; member in struct:dfp_one_arg_test
816 while ((func = dfp_quai_tests[k].test_func)) {
879 while ((func = dfp_qua_tests[k].test_func)) {
943 while ((func = dfp_rrnd_tests[k].test_func)) {
1013 while ((func = dfp_xiex_tests[k].test_func)) {
    [all...]
test_isa_2_06_part2.c 563 test_func_t test_func; member in struct:vx_fp_test
1081 test_func_t test_func; member in struct:simple_test
1619 test_func_t test_func; member in struct:div_ext_test
    [all...]
test_dfp1.c 291 test_func_t test_func; member in struct:dfp_test
327 while ((func = dfp_two_arg_tests[k].test_func)) {
test_isa_2_06_part3.c 565 test_func_t test_func; member in struct:vx_fp_test
895 test_func_t test_func; member in struct:vx_intToFp_test
1002 test_func_t test_func; member in struct:simple_test
1372 test_func_t test_func; member in struct:div_ext_test
    [all...]
  /external/skia/tests/
GpuDrawPathTest.cpp 81 for (auto& test_func : { &test_drawPathEmpty, &test_drawSameRectOvals }) {
90 test_func(reporter, surface->getCanvas());
  /system/update_engine/update_manager/
generic_variables_unittest.cc 116 CopyConstructorTestClass test_func(CopyConstructorTestClass* obj) { function in namespace:chromeos_update_manager
130 test_func, &test_obj);
  /system/core/libbacktrace/
backtrace_test.cpp 1349 test_func_t test_func; local
1366 test_func_t test_func; local
    [all...]
  /external/libvpx/libvpx/test/
test_intra_pred_speed.cc 169 // to |test_func|. The test name is 'arch.test_func', e.g., C.TestIntraPred4.
170 #define INTRA_PRED_TEST(arch, test_func, dc, dc_left, dc_top, dc_128, v, h, \
172 TEST(arch, test_func) { \
176 test_func(vpx_intra_pred); \
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_utils.py 275 def rec_test(sequence, test_func):
276 """Tests test_func on all items of sequence and items of included
280 for y in rec_test(x, test_func):
283 yield test_func(x)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_utils.py 275 def rec_test(sequence, test_func):
276 """Tests test_func on all items of sequence and items of included
280 for y in rec_test(x, test_func):
283 yield test_func(x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 275 def rec_test(sequence, test_func):
276 """Tests test_func on all items of sequence and items of included
280 for y in rec_test(x, test_func):
283 yield test_func(x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 275 def rec_test(sequence, test_func):
276 """Tests test_func on all items of sequence and items of included
280 for y in rec_test(x, test_func):
283 yield test_func(x)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 129 def __idents_matching(self, test_func):
131 if test_func(self._table.symbols[ident])])
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 129 def __idents_matching(self, test_func):
131 if test_func(self._table.symbols[ident])])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 129 def __idents_matching(self, test_func):
131 if test_func(self._table.symbols[ident])])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 129 def __idents_matching(self, test_func):
131 if test_func(self._table.symbols[ident])])
  /external/autotest/client/common_lib/
base_utils_unittest.py 379 def stub_urlopen_with_timeout_comparison(self, test_func, expected_return,
384 test_func(socket.getdefaulttimeout())
391 def test_func(timeout): function in function:test_urlopen.stub_urlopen_with_timeout_check
393 self.stub_urlopen_with_timeout_comparison(test_func, expected_return,
415 def test_func(timeout): function in function:test_urlopen.test_timeout_set_by_default
417 self.stub_urlopen_with_timeout_comparison(test_func, None, "url")
  /external/v8/test/mjsunit/
external-array.js 295 function run_test(test_func, array, expected_result) {
296 for (var i = 0; i < 5; i++) test_func(array, 0);
297 %OptimizeFunctionOnNextCall(test_func);
300 sum = test_func(array, sum);
303 %DeoptimizeFunction(test_func);
304 %ClearFunctionTypeFeedback(test_func);
307 function run_bounds_test(test_func, array, expected_result) {
  /external/e2fsprogs/misc/
badblocks.c 1048 unsigned int (*test_func)(int, blk_t,
1065 test_func = test_ro;
1104 test_func = test_rw;
1110 test_func = test_nd;
1312 bb_count = test_func(dev, last_block, block_size,
    [all...]

Completed in 1187 milliseconds

12 3