HomeSort by relevance Sort by last modified time
    Searched defs:test_func (Results 1 - 7 of 7) sorted by null

  /external/libunwind/tests/
ia64-test-readonly-asm.S 28 .global test_func
29 .proc test_func
30 test_func: label
50 .endp test_func
  /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);
  /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
  /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
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 10 void (*test_func)(struct test_result * result); member in struct:test
  /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);

Completed in 1299 milliseconds