Searched refs:assert_false (Results 1 - 12 of 12) sorted by relevance

/external/jemalloc/test/integration/
H A Dthread_tcache_enabled.c21 assert_false(config_tcache,
38 assert_false(e0, "tcache should be disabled");
53 assert_false(e0, "tcache should be disabled");
59 assert_false(e0, "tcache should be disabled");
77 assert_false(e0, "tcache should be disabled");
H A Daligned_alloc.c16 assert_false(p != NULL || get_errno() != EINVAL,
23 assert_false(p != NULL || get_errno() != EINVAL,
44 assert_false(p != NULL || get_errno() != ENOMEM,
57 assert_false(p != NULL || get_errno() != ENOMEM,
69 assert_false(p != NULL || get_errno() != ENOMEM,
H A Drallocx.c81 assert_false(validate_fill(p, 0, 0, psz),
84 assert_false(validate_fill(p, FILL_BYTE, 0, psz),
92 assert_false(validate_fill(q, FILL_BYTE, 0,
94 assert_false(validate_fill(q, 0, psz, qsz-psz),
104 assert_false(validate_fill(p, FILL_BYTE, 0, psz),
158 assert_false(validate_fill(q, 0, 0, sz),
161 assert_false(validate_fill(q, 0, 0, MAX_VALIDATE),
163 assert_false(validate_fill(
H A Dallocated.c92 assert_false(config_stats,
/external/jemalloc/test/unit/
H A Dckh.c7 assert_false(ckh_new(&ckh, 2, ckh_string_hash, ckh_string_keycomp),
11 assert_false(ckh_new(&ckh, 3, ckh_pointer_hash, ckh_pointer_keycomp),
29 assert_false(ckh_new(&ckh, 2, ckh_string_hash, ckh_string_keycomp),
56 assert_false(ckh_search(&ckh, strs[i], kp, vp),
82 assert_false(ckh_remove(&ckh, strs[i], kp, vp),
110 assert_false(ckh_new(&ckh, 2, ckh_pointer_hash, ckh_pointer_keycomp),
122 assert_false(ckh_insert(&ckh, p[j], p[j]),
124 assert_false(ckh_search(&ckh, p[j], &q, &r),
135 assert_false(ckh_search(&ckh, p[j], NULL, NULL),
137 assert_false(ckh_remov
[all...]
H A Dmtx.c10 assert_false(mtx_init(&mtx), "Unexpected mtx_init() failure");
42 assert_false(mtx_init(&arg.mtx), "Unexpected mtx_init() failure");
H A Dmq.c17 assert_false(mq_init(&mq), "Unexpected mq_init() failure");
71 assert_false(mq_init(&mq), "Unexpected mq_init() failure");
H A Dbitmap.c37 assert_false(bitmap_get(bitmap, &binfo, j),
131 assert_false(bitmap_get(bitmap, &binfo, 0),
H A Drb.c82 assert_false(rbtn_red_get(node_t, link, left_node),
84 assert_false(rbtn_red_get(node_t, link, right_node),
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h156 #define assert_false(c) _assert_true(!((int)(c)), #c, __FILE__, __LINE__) macro
/external/jemalloc/test/include/test/
H A Dtest.h246 #define assert_false(a, ...) assert_b_eq(a, false, __VA_ARGS__) macro
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1652 assert_false("BUG: shouldn't be here!");

Completed in 1178 milliseconds