Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
Dp1.cpp30 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} in test_type() function
31 template<> void test_type(int (*)()) {} in test_type() function
/external/fio/crc/
Dtest.c29 struct test_type { struct
32 void (*fn)(struct test_type *, void *, size_t); argument
52 static void t_md5(struct test_type *t, void *buf, size_t size) in t_md5() argument
/external/v8/test/mjsunit/
Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { argument
444 test_types.forEach(function(test_type) { argument
/external/libnfc-nxp/src/
DphHciNfc.c1585 uint32_t test_type, in phHciNfc_PRBS_Test()
1623 uint32_t test_type, in phHciNfc_System_Test()
DphHciNfc_DevMgmt.c1117 uint8_t test_type, in phHciNfc_DevMgmt_Test()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c415 vx_fp_test_type test_type; member
435 vx_fp_test_type test_type; member
918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part1.c1032 vx_fp_test_type test_type; member
1509 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part2.c1332 vx_fp_test_type test_type = test_group.type; in test_vx_aORm_fp_ops() local
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c415 vx_fp_test_type test_type; member
435 vx_fp_test_type test_type; member
918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part1.c1032 vx_fp_test_type test_type; member
1509 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part2.c1332 vx_fp_test_type test_type = test_group.type; in test_vx_aORm_fp_ops() local
/external/linux-tools-perf/src/tools/lib/traceevent/
Devent-parse.c1084 static int test_type(enum event_type type, enum event_type expect) in test_type() function