Home
last modified time | relevance | path

Searched defs:text_count (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/graphics_dEQP/scripts/
Dfailure_matrix.py127 text_count = '' variable
132 text_count = '%s %s ' % (text_count, status_dict[problem_count]) variable
134 text_count = '%s%5d ' % (text_count, problem_count) variable
136 text_count = '%s Total failure count (Fail + Flaky)' % text_count variable
/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp284 int32_t text_count = intCharCounts[EncoderIndex(Encoding::TEXT)]; in LookAheadTest() local
/external/toybox/toys/pending/
Dvi.c369 static int text_count(size_t start, size_t end, char c) in text_count() function
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp487 int text_count = text_last - text_start + 1; in GetPageText() local