Home
last modified time | relevance | path

Searched refs:DEBUG_MSG_FUNC (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-blob.cc403 DEBUG_MSG_FUNC (BLOB, blob, "failed to get pagesize: %s", strerror (errno)); in _try_make_writable_inplace_unix()
406 DEBUG_MSG_FUNC (BLOB, blob, "pagesize is %lu", (unsigned long) pagesize); in _try_make_writable_inplace_unix()
411 DEBUG_MSG_FUNC (BLOB, blob, in _try_make_writable_inplace_unix()
415 DEBUG_MSG_FUNC (BLOB, blob, "mprotect failed: %s", strerror (errno)); in _try_make_writable_inplace_unix()
421 DEBUG_MSG_FUNC (BLOB, blob, in _try_make_writable_inplace_unix()
433 DEBUG_MSG_FUNC (BLOB, blob, "making writable inplace\n"); in _try_writable_inplace()
438 DEBUG_MSG_FUNC (BLOB, blob, "making writable -> FAILED\n"); in _try_writable_inplace()
461 DEBUG_MSG_FUNC (BLOB, blob, "current data is -> %p\n", blob->data); in _try_writable()
469 DEBUG_MSG_FUNC (BLOB, blob, "dupped successfully -> %p\n", blob->data); in _try_writable()
Dhb-shape-plan.cc51 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, in hb_shape_plan_plan()
118 DEBUG_MSG_FUNC (SHAPE_PLAN, NULL, in hb_shape_plan_create()
291 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, in hb_shape_plan_execute()
408 DEBUG_MSG_FUNC (SHAPE_PLAN, NULL, in hb_shape_plan_create_cached()
448 DEBUG_MSG_FUNC (SHAPE_PLAN, node->shape_plan, "fulfilled from cache"); in hb_shape_plan_create_cached()
473 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, "inserted into cache"); in hb_shape_plan_create_cached()
Dhb-open-type-private.hh303 DEBUG_MSG_FUNC (SANITIZE, c->start, "start"); in sanitize()
317DEBUG_MSG_FUNC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c-… in sanitize()
323DEBUG_MSG_FUNC (SANITIZE, c->start, "requested %d edits in second round; FAILLING", c->edit_count); in sanitize()
336 DEBUG_MSG_FUNC (SANITIZE, c->start, "retry"); in sanitize()
344 DEBUG_MSG_FUNC (SANITIZE, c->start, sane ? "PASSED" : "FAILED"); in sanitize()
Dhb-private.hh710 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… macro