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

1 2 3

  /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);
  /bionic/tests/
buffer_tests.h 24 size_t max_test_size, void (*test_func)(uint8_t*, size_t),
28 size_t max_test_size, void (*test_func)(uint8_t*, uint8_t*, size_t),
36 void RunSingleBufferOverreadTest(void (*test_func)(uint8_t*, size_t));
38 void RunSrcDstBufferOverreadTest(void (*test_func)(uint8_t*, uint8_t*, size_t));
buffer_tests.cpp 231 size_t max_test_size, void (*test_func)(uint8_t*, size_t),
253 test_func(buf_align, len);
263 size_t max_test_size, void (*test_func)(uint8_t*, uint8_t*, size_t),
289 test_func(src_align, dst_align, len);
351 void RunSingleBufferOverreadTest(void (*test_func)(uint8_t*, size_t)) {
366 test_func(buf, i);
372 void RunSrcDstBufferOverreadTest(void (*test_func)(uint8_t*, uint8_t*, size_t)) {
388 test_func(src, dst, i);
  /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/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>,
  /external/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>,
  /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>,
  /external/libunwind/tests/
ia64-test-readonly-asm.S 28 .global test_func
29 .proc test_func
30 test_func: label
50 .endp test_func
  /external/harfbuzz_ng/test/api/
hb-test.h 164 hb_test_func_t test_func)
167 g_test_add_func (normal_path, test_func);
175 hb_test_func_t test_func)
178 hb_test_add_func (path, test_func);
186 hb_test_data_func_t test_func)
189 g_test_add_data_func (normal_path, test_data, test_func);
198 hb_test_data_func_t test_func)
201 hb_test_add_data_func (path, test_data, test_func);
  /external/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.);
  /external/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.);
  /external/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
  /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/
test_func.h 13 class test_func class
21 explicit test_func(int id) : id_(id) {} function in class:test_func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 103 >>> def test_func():
106 >>> test_func() == set(range(5))
109 >>> def test_func():
112 >>> test_func()
115 >>> def test_func():
119 >>> test_func()
122 >>> def test_func():
126 >>> test_func()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 103 >>> def test_func():
106 >>> test_func() == set(range(5))
109 >>> def test_func():
112 >>> test_func()
115 >>> def test_func():
119 >>> test_func()
122 >>> def test_func():
126 >>> 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)));
  /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/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;

Completed in 388 milliseconds

1 2 3