Searched refs:DEBUG_MSG_FUNC (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 396 DEBUG_MSG_FUNC (BLOB, this, "failed to get pagesize: %s", strerror (errno)); in try_make_writable_inplace_unix() 399 DEBUG_MSG_FUNC (BLOB, this, "pagesize is %lu", (unsigned long) pagesize); in try_make_writable_inplace_unix() 404 DEBUG_MSG_FUNC (BLOB, this, in try_make_writable_inplace_unix() 408 DEBUG_MSG_FUNC (BLOB, this, "mprotect failed: %s", strerror (errno)); in try_make_writable_inplace_unix() 414 DEBUG_MSG_FUNC (BLOB, this, in try_make_writable_inplace_unix() 426 DEBUG_MSG_FUNC (BLOB, this, "making writable inplace\n"); in try_make_writable_inplace() 431 DEBUG_MSG_FUNC (BLOB, this, "making writable -> FAILED\n"); in try_make_writable_inplace() 454 DEBUG_MSG_FUNC (BLOB, this, "current data is -> %p\n", this->data); in try_make_writable() 462 DEBUG_MSG_FUNC (BLOB, this, "dupped successfully -> %p\n", this->data); in try_make_writable()
|
D | hb-shape-plan.cc | 197 DEBUG_MSG_FUNC (SHAPE_PLAN, nullptr, in hb_shape_plan_create2() 369 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, in hb_shape_plan_execute() 447 DEBUG_MSG_FUNC (SHAPE_PLAN, nullptr, in hb_shape_plan_create_cached2() 474 DEBUG_MSG_FUNC (SHAPE_PLAN, node->shape_plan, "fulfilled from cache"); in hb_shape_plan_create_cached2() 500 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, "inserted into cache"); in hb_shape_plan_create_cached2()
|
D | hb-machinery.hh | 407 DEBUG_MSG_FUNC (SANITIZE, start, "start"); in sanitize_blob() 424 …DEBUG_MSG_FUNC (SANITIZE, start, "passed first round with %d edits; going for second round", edit_… in sanitize_blob() 430 DEBUG_MSG_FUNC (SANITIZE, start, "requested %d edits in second round; FAILLING", edit_count); in sanitize_blob() 445 DEBUG_MSG_FUNC (SANITIZE, start, "retry"); in sanitize_blob() 453 DEBUG_MSG_FUNC (SANITIZE, start, sane ? "PASSED" : "FAILED"); in sanitize_blob()
|
D | hb-debug.hh | 231 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… macro
|