Searched refs:sets (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 593 struct block_set sets[3]; in block_set_test() local 596 for (si = 0; si < countof(sets); si++) { in block_set_test() 597 block_set_init(tr->fs, &sets[si]); in block_set_test() 601 for (si = 0; si < countof(sets); si++) { in block_set_test() 602 block_set_add_block(tr, &sets[si], 2 + i * 3 + si); in block_set_test() 605 for (si = 0; si < countof(sets); si++) { in block_set_test() 606 assert(!block_set_overlap(tr, &sets[si], in block_set_test() 607 &sets[(si + 1) % countof(sets)])); in block_set_test() 609 for (si = 1; si < countof(sets); si++) { in block_set_test() 610 block_set_add_block(tr, &sets[0], 2 + 5 * 3 + si); in block_set_test() [all …]
|
/trusty/user/app/sample/rust-hello-world/ |
D | README.md | 37 …- `lib.rs` - This file contains the functionality of the original `app`. It sets up the event lo… 106 …oot test. This will use the unit test in the original C `test-app`, which sets up a connection to …
|
/trusty/user/base/make/ |
D | library.mk | 242 $(error $(MODULE) sets MODULE_OPTFLAGS, which is deprecated. Please move these flags to another var… 246 $(error $(MODULE) sets MODULE_EXPORT_RUSTFLAGS, which is not supported)
|
/trusty/user/app/storage/ |
D | README.md | 92 complete it uses three block sets (the same storage format as the free set
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 247 # Colon-delimited sets of names that determine each other's naming style when
|