Home
last modified time | relevance | path

Searched refs:expect_type (Results 1 – 3 of 3) sorted by relevance

/external/dtc/tests/
Dutilfdt_test.c33 static void check(const char *fmt, int expect_type, int expect_size) in check() argument
40 if (expect_type != type) in check()
42 expect_type, type); in check()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp109 file_type expect_type; in TEST_CASE() member
127 TEST_CHECK(st.type() == TC.expect_type); in TEST_CASE()
131 TEST_CHECK(st.type() == TC.expect_type); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp116 file_type expect_type; in TEST_CASE() member
135 TEST_CHECK(st.type() == TC.expect_type); in TEST_CASE()
139 TEST_CHECK(st.type() == TC.expect_type); in TEST_CASE()