Home
last modified time | relevance | path

Searched refs:found (Results 1 – 6 of 6) sorted by relevance

/test/dm/
A Dblk.c273 int found; in dm_test_blk_foreach() local
276 found = 0; in dm_test_blk_foreach()
278 found |= 1 << dectoul(&dev->name[3], NULL); in dm_test_blk_foreach()
279 ut_asserteq(7, found); in dm_test_blk_foreach()
282 found = 0; in dm_test_blk_foreach()
284 found |= 1 << dectoul(&dev->name[3], NULL); in dm_test_blk_foreach()
285 ut_asserteq(4, found); in dm_test_blk_foreach()
288 found = 0; in dm_test_blk_foreach()
290 found |= 1 << dectoul(&dev->name[3], NULL); in dm_test_blk_foreach()
291 ut_asserteq(3, found); in dm_test_blk_foreach()
A Dof_platdata.c108 bool found[]) in find_driver_info() argument
124 found[idx] = true; in find_driver_info()
135 ret = find_driver_info(uts, dev, found); in find_driver_info()
147 bool found[n_ents]; in dm_test_of_plat_dev() local
155 memset(found, '\0', sizeof(found)); in dm_test_of_plat_dev()
156 ut_assertok(find_driver_info(uts, gd->dm_root, found)); in dm_test_of_plat_dev()
163 if (found[i]) { in dm_test_of_plat_dev()
A Dofnode.c746 bool found = false; in dm_test_ofnode_for_each_compatible_node() local
751 found = true; in dm_test_ofnode_for_each_compatible_node()
755 ut_assert(found); in dm_test_ofnode_for_each_compatible_node()
/test/optee/
A Doptee.c87 bool found; in optee_fdt_protected_memory() local
103 found = 0; in optee_fdt_protected_memory()
114 found = true; in optee_fdt_protected_memory()
121 ut_assert(found); in optee_fdt_protected_memory()
/test/py/tests/
A Dtest_trace.py278 found = 0
283 found += 1
284 assert found == 2
/test/
A Dtest-main.c600 int found = 0; in ut_run_tests() local
671 found++; in ut_run_tests()
677 if (select_name && !found) in ut_run_tests()

Completed in 17 milliseconds