Home
last modified time | relevance | path

Searched refs:test (Results 1 – 4 of 4) sorted by relevance

/lib/uefi/
A DREADME.md4 make qemu-virt-arm64-test
13 -kernel build-qemu-virt-arm64-test/lk.elf \
/lib/unittest/include/lib/
A Dunittest.h126 #define RUN_TEST(test) \ argument
127 unittest_printf(" %-50s [RUNNING]", #test ); \
128 if (! test ()) { \
134 #define RUN_NAMED_TEST(name, test) \ argument
136 if (! test ()) { \
/lib/libcpp/include/
A Dtype_traits366 static true_type test(To);
367 static false_type test(...);
374 decltype(test(make_from_type()))::value;
402 template <typename C> static ::std::true_type test( decltype(&C::fn_name) ); \
403 template <typename C> static ::std::false_type test(...); \
406 static constexpr bool value = decltype(test<T>(nullptr))::value; \
420 template <typename C> static ::std::true_type test( decltype(static_cast<sig>(&C::fn_name)) ); \
421 template <typename C> static ::std::false_type test(...); \
424 static constexpr bool value = decltype(test<T>(nullptr))::value; \
/lib/fs/spifs/test/
A Dspifstest.c32 } test; typedef
48 static test tests[] = {

Completed in 10 milliseconds