Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
Dexternal-array.js238 function run_test(test_func, array, expected_result) { argument
239 for (var i = 0; i < 5; i++) test_func(array, 0);
240 %OptimizeFunctionOnNextCall(test_func);
243 sum = test_func(array, sum);
246 %DeoptimizeFunction(test_func);
250 function run_bounds_test(test_func, array, expected_result) { argument
/external/stlport/test/unit/
Dunary_test.cpp60 bool test_func(int param) { in test_func() function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func))); in unegate3()
/external/bluetooth/glib/glib/
Dgtestutils.h98 void (*test_func) (void));
101 void (*test_func) (gconstpointer));
Dgtestutils.c971 void (*test_func) (void)) in g_test_add_func()
975 g_return_if_fail (test_func != NULL); in g_test_add_func()
976 g_test_add_vtable (testpath, 0, NULL, NULL, test_func, NULL); in g_test_add_func()
996 void (*test_func) (gconstpointer)) in g_test_add_data_func()
1000 g_return_if_fail (test_func != NULL); in g_test_add_data_func()
1001 g_test_add_vtable (testpath, 0, test_data, NULL, (void(*)(void)) test_func, NULL); in g_test_add_data_func()
/external/libffi/testsuite/libffi.call/
Dcls_multi_uchar.c40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() function
/external/e2fsprogs/misc/
Dbadblocks.c990 unsigned int (*test_func)(int, blk_t, in main() local
1005 test_func = test_ro; in main()
1044 test_func = test_rw; in main()
1050 test_func = test_nd; in main()
1230 bb_count = test_func(dev, last_block, block_size, in main()