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.cc402 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()
Dhb-shape-plan.cc53 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()
Dhb-open-type-private.hh325 DEBUG_MSG_FUNC (SANITIZE, c->start, "start"); in sanitize()
339DEBUG_MSG_FUNC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c-… in sanitize()
345DEBUG_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()
Dhb-private.hh775 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… macro