Searched refs:text3 (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | binary-remove-all-but-one.test | 2 # RUN: llvm-objcopy -R .text -R .text3 -O binary %t %t2 27 - Name: .text3 42 - Section: .text3
|
D | binary-remove-end.test | 2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2 27 - Name: .text3 42 - Section: .text3
|
D | two-seg-remove-third-sec.test | 2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2 27 - Name: .text3 54 - Section: .text3
|
D | triple-overlap.test | 27 - Name: .text3 51 - Section: .text3 59 - Section: .text3 66 - Section: .text3
|
D | binary-remove-middle.test | 27 - Name: .text3 42 - Section: .text3
|
D | segment-test-remove-section.test | 4 # segment. Note worthy is that .text3 keeps its offset despite it being 32 - Name: .text3 44 - Section: .text3 84 # CHECK-NEXT: Name: .text3
|
D | overlap-chain.test | 27 - Name: .text3 56 - Section: .text3 62 - Section: .text3
|
D | two-seg-remove-end.test | 27 - Name: .text3 54 - Section: .text3
|
D | two-seg-remove-first.test | 27 - Name: .text3 54 - Section: .text3
|
D | segment-shift.test | 24 - Name: .text3 42 - Section: .text3
|
D | segment-shift-section-remove.test | 24 - Name: .text3 42 - Section: .text3 79 # CHECK-NEXT: Name: .text3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | assembler-expressions.s | 56 text3: label 57 .fill (text3-text2)/4, 4, 0x12345678
|
/external/python/cpython3/Lib/test/ |
D | test_pulldom.py | 329 text3 = elm1.childNodes[0] 337 self.assertIsNone(text3.previousSibling) 338 self.assertIsNone(text3.nextSibling) 344 self.assertIs(text3.parentNode, elm1)
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_i18n.py | 229 text3 = 'Text to ignore' 245 self.assertNotIn(text3, data)
|
/external/libtextclassifier/annotator/ |
D | feature-processor_test.cc | 867 const UnicodeText text3 = UTF8ToUnicodeText(text3_utf8, /*do_copy=*/false); in TEST_F() local 869 text3.begin(), text3.end(), in TEST_F() 873 text3.begin(), text3.end(), in TEST_F()
|
/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 974 text3 = elm1.childNodes[0] 982 text3.previousSibling is None and 983 text3.nextSibling is None, "testSAX2DOM - siblings") 989 text3.parentNode is elm1, "testSAX2DOM - parents")
|
/external/pdfium/fpdfsdk/ |
D | fpdfedit_embeddertest.cpp | 583 std::unique_ptr<unsigned short, pdfium::FreeDeleter> text3 = in TEST_F() local 585 EXPECT_TRUE(FPDFText_SetText(text_object3, text3.get())); in TEST_F()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 270 CharacterIterator* text3= new StringCharacterIterator(str2, 3, 10, 3); // "ond str" in TestGetSetAdoptText() local 308 rb->adoptText(text3); in TestGetSetAdoptText()
|
/external/expat/tests/ |
D | runtests.c | 7646 const char *text3 = in START_TEST() local 7655 expect_failure(text3, XML_ERROR_RESERVED_NAMESPACE_URI, in START_TEST()
|