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

  /external/harfbuzz_ng/src/
hb-blob.cc 250 DEBUG_MSG_FUNC (BLOB, blob, "failed to get pagesize: %s", strerror (errno));
253 DEBUG_MSG_FUNC (BLOB, blob, "pagesize is %lu", (unsigned long) pagesize);
258 DEBUG_MSG_FUNC (BLOB, blob,
262 DEBUG_MSG_FUNC (BLOB, blob, "mprotect failed: %s", strerror (errno));
268 DEBUG_MSG_FUNC (BLOB, blob,
280 DEBUG_MSG_FUNC (BLOB, blob, "making writable inplace\n");
285 DEBUG_MSG_FUNC (BLOB, blob, "making writable -> FAILED\n");
308 DEBUG_MSG_FUNC (BLOB, blob, "current data is -> %p\n", blob->data);
316 DEBUG_MSG_FUNC (BLOB, blob, "dupped successfully -> %p\n", blob->data);
hb-open-type-private.hh 293 DEBUG_MSG_FUNC (SANITIZE, blob, "start");
307 DEBUG_MSG_FUNC (SANITIZE, blob, "passed first round with %d edits; going for second round", c->edit_count);
313 DEBUG_MSG_FUNC (SANITIZE, blob, "requested %d edits in second round; FAILLING", c->edit_count);
326 DEBUG_MSG_FUNC (SANITIZE, blob, "retry");
334 DEBUG_MSG_FUNC (SANITIZE, blob, sane ? "PASSED" : "FAILED");
hb-private.hh 684 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, false, 0, 0, __VA_ARGS__)

Completed in 55 milliseconds