OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_MSG_FUNC
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-blob.cc
402
DEBUG_MSG_FUNC
(BLOB, blob, "failed to get pagesize: %s", strerror (errno));
405
DEBUG_MSG_FUNC
(BLOB, blob, "pagesize is %lu", (unsigned long) pagesize);
410
DEBUG_MSG_FUNC
(BLOB, blob,
414
DEBUG_MSG_FUNC
(BLOB, blob, "mprotect failed: %s", strerror (errno));
420
DEBUG_MSG_FUNC
(BLOB, blob,
432
DEBUG_MSG_FUNC
(BLOB, blob, "making writable inplace\n");
437
DEBUG_MSG_FUNC
(BLOB, blob, "making writable -> FAILED\n");
460
DEBUG_MSG_FUNC
(BLOB, blob, "current data is -> %p\n", blob->data);
468
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
695
#define
DEBUG_MSG_FUNC
(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, false, 0, 0, __VA_ARGS__)
/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 77 milliseconds