Searched refs:TEST (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dutil.c164 #define TEST(expected_str_untruncated, ...) do { \ macro
174 TEST("012346789", "012346789");
175 TEST("a0123b", "a%sb", "0123");
176 TEST("a01234567", "a%s%s", "0123", "4567");
177 TEST("a0123 ", "a%-6s", "0123");
178 TEST("a 0123", "a%6s", "0123");
179 TEST("a 012", "a%6.3s", "0123");
180 TEST("a 012", "a%*.*s", 6, 3, "0123");
181 TEST("a 123b", "a% db", 123);
182 TEST("a123
187 #undef TEST macro
196 #define TEST macro
[all...]
/fuchsia/zircon/system/utest/region-alloc/
H A Dregion-alloc.cpp127 const alloc_by_size_alloc_test_t* TEST = ALLOC_BY_SIZE_TESTS + i; local
128 zx_status_t res = alloc.GetRegion(TEST->size, TEST->align, regions[i]);
131 EXPECT_EQ(TEST->res, res);
145 if ((res == ZX_OK) && (TEST->res == ZX_OK)) {
146 ASSERT_LT(TEST->region, fbl::count_of(ALLOC_BY_SIZE_TESTS));
147 EXPECT_TRUE(region_contains_region(ALLOC_BY_SIZE_REGIONS + TEST->region,
149 EXPECT_EQ(0u, regions[i]->base & (TEST->align - 1));
175 const alloc_specific_alloc_test_t* TEST = ALLOC_SPECIFIC_TESTS + i; local
176 zx_status_t res = alloc.GetRegion(TEST
207 const alloc_add_overlap_test_t* TEST = ADD_OVERLAP_TESTS + i; local
226 const alloc_subtract_test_t* TEST = SUBTRACT_TESTS + i; local
[all...]
H A Dregion-alloc-c-api.c145 const alloc_by_size_alloc_test_t* TEST = ALLOC_BY_SIZE_TESTS + i; local
147 TEST->size,
148 TEST->align,
152 EXPECT_EQ(TEST->res, res, "");
166 if ((res == ZX_OK) && (TEST->res == ZX_OK)) {
167 ASSERT_LT(TEST->region, countof(ALLOC_BY_SIZE_TESTS), "");
168 EXPECT_TRUE(region_contains_region(ALLOC_BY_SIZE_REGIONS + TEST->region,
170 EXPECT_EQ(0u, regions[i]->base & (TEST->align - 1), "");
215 const alloc_specific_alloc_test_t* TEST = ALLOC_SPECIFIC_TESTS + i; local
216 zx_status_t res = ralloc_get_specific_region_ex(alloc, &TEST
265 const alloc_add_overlap_test_t* TEST = ADD_OVERLAP_TESTS + i; local
301 const alloc_subtract_test_t* TEST = SUBTRACT_TESTS + i; local
[all...]
/fuchsia/zircon/system/dev/nand/nandpart/
H A Dnandpart-utils.cpp9 #ifdef TEST
H A Daml-bad-block.cpp9 #ifdef TEST
/fuchsia/zircon/system/ulib/ddk/include/ddk/
H A Dprotodefs.h75 DDK_PROTOCOL_DEF(TEST, 'pTST', "test", 0)

Completed in 95 milliseconds