Searched refs:found (Results 1 – 6 of 6) sorted by relevance
| /test/dm/ |
| A D | blk.c | 273 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 D | of_platdata.c | 108 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 D | ofnode.c | 746 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 D | optee.c | 87 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 D | test_trace.py | 278 found = 0 283 found += 1 284 assert found == 2
|
| /test/ |
| A D | test-main.c | 600 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