Searched refs:text4 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | two-seg-remove-end.test | 2 # RUN: llvm-objcopy -R .text4 -O binary %t %t2 34 - Name: .text4 51 LastSec: .text4
|
D | two-seg-remove-first.test | 34 - Name: .text4 51 LastSec: .text4
|
D | two-seg-remove-third-sec.test | 34 - Name: .text4 51 LastSec: .text4
|
D | overlap-chain.test | 32 - Name: .text4 49 FirstSec: .text4 54 LastSec: .text4
|
D | triple-overlap.test | 32 - Name: .text4 45 FirstSec: .text4
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | assembler-expressions.s | 60 text4: label 61 .fill (text4-text3)/4, 4, 0x12345678
|
/external/libtextclassifier/native/annotator/ |
D | feature-processor_test.cc | 953 const UnicodeText text4 = UTF8ToUnicodeText(text4_utf8, /*do_copy=*/false); in TEST_F() local 955 text4.begin(), text4.end(), in TEST_F() 959 text4.begin(), text4.end(), in TEST_F()
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 213 const char* text4 = "const"; in drawCode() local 224 builder.addText(text4, strlen(text4)); in drawCode() 731 const std::u16string text4 = u"\u202Dmno"; in bidi() local 745 builder.addText(text4); in bidi()
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 1014 const char* text4 = "Small Blue Roboto"; // [51:68) in DEF_TEST() local 1065 builder.addText(text4, strlen(text4)); in DEF_TEST() 2086 const char* text4 = " the next line."; in DEF_TEST() local 2127 builder.addText(text4, strlen(text4)); in DEF_TEST()
|