HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_MSG_FUNC (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-blob.cc 403 DEBUG_MSG_FUNC (BLOB, blob, "failed to get pagesize: %s", strerror (errno));
406 DEBUG_MSG_FUNC (BLOB, blob, "pagesize is %lu", (unsigned long) pagesize);
411 DEBUG_MSG_FUNC (BLOB, blob,
415 DEBUG_MSG_FUNC (BLOB, blob, "mprotect failed: %s", strerror (errno));
421 DEBUG_MSG_FUNC (BLOB, blob,
433 DEBUG_MSG_FUNC (BLOB, blob, "making writable inplace\n");
438 DEBUG_MSG_FUNC (BLOB, blob, "making writable -> FAILED\n");
461 DEBUG_MSG_FUNC (BLOB, blob, "current data is -> %p\n", blob->data);
469 DEBUG_MSG_FUNC (BLOB, blob, "dupped successfully -> %p\n", blob->data);
hb-shape-plan.cc 43 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan,
128 DEBUG_MSG_FUNC (SHAPE_PLAN, nullptr,
321 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan,
483 DEBUG_MSG_FUNC (SHAPE_PLAN, nullptr,
526 DEBUG_MSG_FUNC (SHAPE_PLAN, node->shape_plan, "fulfilled from cache");
559 DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan, "inserted into cache");
hb-open-type-private.hh 318 DEBUG_MSG_FUNC (SANITIZE, c->start, "start");
332 DEBUG_MSG_FUNC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c->edit_count);
338 DEBUG_MSG_FUNC (SANITIZE, c->start, "requested %d edits in second round; FAILLING", c->edit_count);
351 DEBUG_MSG_FUNC (SANITIZE, c->start, "retry");
359 DEBUG_MSG_FUNC (SANITIZE, c->start, sane ? "PASSED" : "FAILED");
hb-debug.hh 184 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, false, 0, 0, __VA_ARGS__)

Completed in 87 milliseconds