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

  /external/skia/bench/
TypefaceBench.cpp 18 static const char* atext[] = { variable
310 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF32, atext, SK_ARRAY_COUNT(atext),
312 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF16, atext, SK_ARRAY_COUNT(atext),
314 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF8, atext, SK_ARRAY_COUNT(atext),
  /external/python/cpython3/Lib/email/
_header_value_parser.py     [all...]
  /external/python/cpython3/Lib/test/test_email/
test__header_value_parser.py 462 atext = self._test_get_x(parser.get_atext,
464 self.assertEqual(atext.token_type, 'atext')
467 atext = self._test_get_x(parser.get_atext, self.rfc_atext_chars,
484 atext = self._test_get_x(parser.get_atext,
487 self.assertEqual(atext.defects[0].non_printables[0], '\x00')
    [all...]

Completed in 996 milliseconds