Searched refs:text8 (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | UnicodeTest.cpp | 17 const char text8[] = "ABCDEFGabcdefg0123456789"; in DEF_TEST() local 18 uint16_t text16[sizeof(text8)]; in DEF_TEST() 19 int32_t text32[sizeof(text8)]; in DEF_TEST() 20 size_t len8 = strlen(text8); in DEF_TEST() 26 text32[i] = text16[i] = text8[i]; in DEF_TEST() 29 uint16_t glyphs8[sizeof(text8)]; in DEF_TEST() 30 uint16_t glyphs16[sizeof(text8)]; in DEF_TEST() 31 uint16_t glyphs32[sizeof(text8)]; in DEF_TEST() 35 …int count8 = font.textToGlyphs(text8, len8, kUTF8_SkTextEncoding, glyphs8, SK_ARRAY_COUNT(gly… in DEF_TEST()
|
/external/skqp/tests/ |
D | UnicodeTest.cpp | 17 const char text8[] = "ABCDEFGabcdefg0123456789"; in DEF_TEST() local 18 uint16_t text16[sizeof(text8)]; in DEF_TEST() 19 int32_t text32[sizeof(text8)]; in DEF_TEST() 20 size_t len8 = strlen(text8); in DEF_TEST() 26 text32[i] = text16[i] = text8[i]; in DEF_TEST() 29 uint16_t glyphs8[sizeof(text8)]; in DEF_TEST() 30 uint16_t glyphs16[sizeof(text8)]; in DEF_TEST() 31 uint16_t glyphs32[sizeof(text8)]; in DEF_TEST() 35 …int count8 = font.textToGlyphs(text8, len8, kUTF8_SkTextEncoding, glyphs8, SK_ARRAY_COUNT(gly… in DEF_TEST()
|
/external/syzkaller/executor/ |
D | test_linux.h | 108 const char text8[] = "\x66\xb8\xde\xc0\xad\x0b"; in test_kvm() local 109 if ((res = test_one(8, text8, sizeof(text8) - 1, 0, KVM_EXIT_HLT, true))) in test_kvm() 111 if ((res = test_one(8, text8, sizeof(text8) - 1, KVM_SETUP_VIRT86, KVM_EXIT_SHUTDOWN, true))) in test_kvm() 113 …if ((res = test_one(8, text8, sizeof(text8) - 1, KVM_SETUP_VIRT86 | KVM_SETUP_PAGING, KVM_EXIT_SHU… in test_kvm()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1517 const char *text8 = in Ticket12130() local 1526 UnicodeString str(text8); in Ticket12130()
|
D | regextst.cpp | 5796 const char *text8 = u8"¿Qué es Unicode? Unicode proporciona un número único para cada" in TestBug12884() local 5800 LocalUTextPointer ut(utext_openUTF8(NULL, text8, -1, &status)); in TestBug12884()
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 6_lstm.ipynb | 120 "filename = maybe_download('text8.zip', 31344016)" 126 "Found and verified text8.zip\n"
|
D | 5_word2vec.ipynb | 124 "filename = maybe_download('text8.zip', 31344016)" 130 "Found and verified text8.zip\n" 890 … word vectors in its context. Implement and evaluate a CBOW model trained on the text8 dataset.\n",
|
/external/expat/tests/ |
D | runtests.c | 3682 const char *text8 = "<doc>]"; in START_TEST() local 3685 int text8_len = (int)strlen(text8); in START_TEST() 3690 if (_XML_Parse_SINGLE_BYTES(parser, text8, text8_len, in START_TEST()
|