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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 171 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
200 this->debug_depth = 0;
224 (&this->debug_depth, "SANITIZE", this->blob, NULL,
238 (&this->debug_depth, "SANITIZE", this->blob, NULL,
261 (&this->debug_depth, "SANITIZE", this->blob, NULL,
271 mutable unsigned int debug_depth; member in struct:OT::hb_sanitize_context_t
363 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \
376 this->debug_depth = 0;
471 unsigned int debug_depth; member in struct:OT::hb_serialize_context_t
hb-ot-layout-gsubgpos-private.hh 43 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
53 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
81 unsigned int debug_depth; member in struct:OT::hb_closure_context_t
90 debug_depth (0) {}
103 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
120 unsigned int debug_depth; member in struct:OT::hb_would_apply_context_t
130 debug_depth (0) {}
141 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
189 unsigned int debug_depth; member in struct:OT::hb_collect_glyphs_context_t
204 debug_depth (0) {
223 unsigned int debug_depth; member in struct:OT::hb_get_coverage_context_t
270 unsigned int debug_depth; member in struct:OT::hb_apply_context_t
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 171 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
200 this->debug_depth = 0;
224 (&this->debug_depth, "SANITIZE", this->blob, NULL,
238 (&this->debug_depth, "SANITIZE", this->blob, NULL,
261 (&this->debug_depth, "SANITIZE", this->blob, NULL,
271 mutable unsigned int debug_depth; member in struct:OT::hb_sanitize_context_t
363 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \
376 this->debug_depth = 0;
471 unsigned int debug_depth; member in struct:OT::hb_serialize_context_t
hb-ot-layout-gsubgpos-private.hh 43 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
53 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
81 unsigned int debug_depth; member in struct:OT::hb_closure_context_t
90 debug_depth (0) {}
103 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
120 unsigned int debug_depth; member in struct:OT::hb_would_apply_context_t
130 debug_depth (0) {}
141 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
189 unsigned int debug_depth; member in struct:OT::hb_collect_glyphs_context_t
204 debug_depth (0) {
223 unsigned int debug_depth; member in struct:OT::hb_get_coverage_context_t
270 unsigned int debug_depth; member in struct:OT::hb_apply_context_t
    [all...]
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 49 static int debug_depth = 0; variable
267 printf("%strying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
306 printf("%smatched arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
323 debug_depth += 2;
327 debug_depth -= 2;
348 printf("%sdone trying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
374 printf("%strying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
418 printf("%smatched arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
434 debug_depth += 2;
438 debug_depth -= 2
    [all...]

Completed in 544 milliseconds