Home
last modified time | relevance | path

Searched refs:edit_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/scripts/
Dapply_edits.py106 edit_count = 0
128 edit_count += 1
132 return (edit_count, error_count)
141 edit_count = 0
146 edit_count += tmp_edit_count
151 (edit_count, error_count, done_files, percentage))
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh196 writable (false), edit_count (0), in hb_sanitize_context_t()
220 this->edit_count = 0; in start_processing()
233 this->start, this->end, this->edit_count); in end_processing()
278 if (this->edit_count >= HB_SANITIZE_MAX_EDITS) in may_edit()
282 this->edit_count++; in may_edit()
286 this->edit_count, in may_edit()
306 unsigned int edit_count; member
338 if (c->edit_count) { in sanitize()
339 …NC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c->edit_count); in sanitize()
342 c->edit_count = 0; in sanitize()
[all …]
Dhb-ot-layout-common-private.hh549 if (c->edit_count > 1) in sanitize()
550 c->edit_count--; /* This was a "legitimate" edit; don't contribute to error count. */ in sanitize()