Searched refs:DEBUG_MSG_FUNC (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 402 DEBUG_MSG_FUNC (BLOB, blob, "failed to get pagesize: %s", strerror (errno)); in _try_make_writable_inplace_unix() 405 DEBUG_MSG_FUNC (BLOB, blob, "pagesize is %lu", (unsigned long) pagesize); in _try_make_writable_inplace_unix() 410 DEBUG_MSG_FUNC (BLOB, blob, in _try_make_writable_inplace_unix() 414 DEBUG_MSG_FUNC (BLOB, blob, "mprotect failed: %s", strerror (errno)); in _try_make_writable_inplace_unix() 420 DEBUG_MSG_FUNC (BLOB, blob, in _try_make_writable_inplace_unix() 432 DEBUG_MSG_FUNC (BLOB, blob, "making writable inplace\n"); in _try_writable_inplace() 437 DEBUG_MSG_FUNC (BLOB, blob, "making writable -> FAILED\n"); in _try_writable_inplace() 460 DEBUG_MSG_FUNC (BLOB, blob, "current data is -> %p\n", blob->data); in _try_writable() 468 DEBUG_MSG_FUNC (BLOB, blob, "dupped successfully -> %p\n", blob->data); in _try_writable()
|
D | hb-shape-plan.cc | 53 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, in hb_shape_plan_plan() 138 DEBUG_MSG_FUNC (SHAPE_PLAN, NULL, in hb_shape_plan_create2() 331 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, in hb_shape_plan_execute() 492 DEBUG_MSG_FUNC (SHAPE_PLAN, NULL, in hb_shape_plan_create_cached2() 532 DEBUG_MSG_FUNC (SHAPE_PLAN, node->shape_plan, "fulfilled from cache"); in hb_shape_plan_create_cached2() 566 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, "inserted into cache"); in hb_shape_plan_create_cached2()
|
D | hb-open-type-private.hh | 325 DEBUG_MSG_FUNC (SANITIZE, c->start, "start"); in sanitize() 339 …DEBUG_MSG_FUNC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c-… in sanitize() 345 …DEBUG_MSG_FUNC (SANITIZE, c->start, "requested %d edits in second round; FAILLING", c->edit_count); in sanitize() 358 DEBUG_MSG_FUNC (SANITIZE, c->start, "retry"); in sanitize() 366 DEBUG_MSG_FUNC (SANITIZE, c->start, sane ? "PASSED" : "FAILED"); in sanitize()
|
D | hb-private.hh | 775 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… macro
|