HomeSort by relevance Sort by last modified time
    Searched refs:test_func (Results 1 - 25 of 55) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/
bind1st.pass.cpp 19 #include "../test_func.h"
23 assert(std::bind1st(test_func(1), 5)(10.) == -5.);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/
bind2nd.pass.cpp 19 #include "../test_func.h"
23 assert(std::bind2nd(test_func(1), 5)(10) == 5.);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 30 #include "../test_func.h"
33 : public std::binder1st<test_func>
35 typedef std::binder1st<test_func> base;
37 test() : std::binder1st<test_func>(test_func(2), 30) {}
42 std::unary_function<test_func::second_argument_type,
43 test_func::result_type>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 30 #include "../test_func.h"
33 : public std::binder2nd<test_func>
35 typedef std::binder2nd<test_func> base;
37 test() : std::binder2nd<test_func>(test_func(3), 4.5) {}
42 std::unary_function<test_func::first_argument_type,
43 test_func::result_type>,
  /development/ndk/tests/dlclose-destruction/jni/
main.c 10 test_func_t test_func; local
19 test_func = dlsym(lib, "test1_set");
20 if (test_func == NULL) {
26 test_func(&x);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
test_func.h 13 class test_func class
21 explicit test_func(int id) : id_(id) {} function in class:test_func
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
unit_test.h 10 void (*test_func)(struct test_result * result); member in struct:test
unit_test.c 13 tests[i].test_func(&tests[i].result);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 10 void (*test_func)(struct test_result * result); member in struct:test
unit_test.c 13 tests[i].test_func(&tests[i].result);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
test_runner_ppapi.c 41 int RunTests(int (*test_func)(void)) {
45 return test_func();
47 g_test_func = test_func;
  /external/harfbuzz_ng/test/api/
hb-test.h 167 hb_test_func_t test_func)
170 g_test_add_func (normal_path, test_func);
178 hb_test_func_t test_func)
181 hb_test_add_func (path, test_func);
189 hb_test_data_func_t test_func)
192 g_test_add_data_func (normal_path, test_data, test_func);
201 hb_test_data_func_t test_func)
204 hb_test_add_data_func (path, test_data, test_func);
  /external/stlport/test/unit/
unary_test.cpp 60 bool test_func(int param) { function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /frameworks/base/tests/backup/
backup_helper_test.cpp 28 typedef int (*test_func)(); typedef
32 test_func func;
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 60 bool test_func(int param) { function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 60 bool test_func(int param) { function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_arit.c 296 LLVMValueRef test_func; local
313 test_func = build_unary_test_func(gallivm, test);
317 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);
354 gallivm_free_function(gallivm, test_func, test_func_jit);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 296 LLVMValueRef test_func; local
313 test_func = build_unary_test_func(gallivm, test);
317 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);
354 gallivm_free_function(gallivm, test_func, test_func_jit);
  /external/v8/test/mjsunit/
external-array.js 238 function run_test(test_func, array, expected_result) {
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);
247 gc(); // Makes V8 forget about type information for test_func.
250 function run_bounds_test(test_func, array, expected_result) {
298 gc(); // Makes V8 forget about type information for test_func.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 108 test_case( const_string tc_name, callback0<> const& test_func );
111 callback0<> const& test_func() const { return m_test_func; } function in class:boost::unit_test::test_case
253 make_test_case( callback0<> const& test_func, const_string tc_name )
255 return new test_case( ut_detail::normalize_test_case_name( tc_name ), test_func );
  /external/libffi/testsuite/libffi.call/
cls_multi_uchar.c 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, function
  /external/valgrind/main/none/tests/ppc32/
test_dfp5.c 382 test_func_t test_func; member in struct:dfp_one_arg_test
390 test_func_bcd_t test_func; member in struct:dfp_one_arg_bcd_test
410 while ((func = dfp_test_dfp_ddedpd_tests[k].test_func)) {
459 while ((func = dfp_test_dfp_denbcd_tests[k].test_func)) {
525 while ((func = dfp_test_significance_tests[k].test_func)) {
test_isa_2_06_part1.c 1068 test_func_t test_func; member in struct:p7_fp_test
1083 test_func_t test_func; member in struct:vx_fp_test
1092 test_func_t test_func; member in struct:xs_conv_test
1106 test_func_t test_func; member in struct:ldst_test
1124 test_func_t test_func; member in struct:vsx_logic_test
1131 test_func_t test_func; member in struct:vsx_move_test
1139 test_func_t test_func; member in struct:vsx_permute_test
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp5.c 382 test_func_t test_func; member in struct:dfp_one_arg_test
390 test_func_bcd_t test_func; member in struct:dfp_one_arg_bcd_test
410 while ((func = dfp_test_dfp_ddedpd_tests[k].test_func)) {
459 while ((func = dfp_test_dfp_denbcd_tests[k].test_func)) {
525 while ((func = dfp_test_significance_tests[k].test_func)) {
test_isa_2_06_part1.c 1068 test_func_t test_func; member in struct:p7_fp_test
1083 test_func_t test_func; member in struct:vx_fp_test
1092 test_func_t test_func; member in struct:xs_conv_test
1106 test_func_t test_func; member in struct:ldst_test
1124 test_func_t test_func; member in struct:vsx_logic_test
1131 test_func_t test_func; member in struct:vsx_move_test
1139 test_func_t test_func; member in struct:vsx_permute_test
    [all...]

Completed in 694 milliseconds

1 2 3