Home
last modified time | relevance | path

Searched refs:text3 (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dbinary-remove-all-but-one.test2 # RUN: llvm-objcopy -R .text -R .text3 -O binary %t %t2
27 - Name: .text3
42 - Section: .text3
Dbinary-remove-end.test2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2
27 - Name: .text3
42 - Section: .text3
Dtwo-seg-remove-third-sec.test2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2
27 - Name: .text3
54 - Section: .text3
Dtriple-overlap.test27 - Name: .text3
51 - Section: .text3
59 - Section: .text3
66 - Section: .text3
Dbinary-remove-middle.test27 - Name: .text3
42 - Section: .text3
Dsegment-test-remove-section.test4 # segment. Note worthy is that .text3 keeps its offset despite it being
32 - Name: .text3
44 - Section: .text3
84 # CHECK-NEXT: Name: .text3
Doverlap-chain.test27 - Name: .text3
56 - Section: .text3
62 - Section: .text3
Dtwo-seg-remove-end.test27 - Name: .text3
54 - Section: .text3
Dtwo-seg-remove-first.test27 - Name: .text3
54 - Section: .text3
Dsegment-shift.test24 - Name: .text3
42 - Section: .text3
Dsegment-shift-section-remove.test24 - Name: .text3
42 - Section: .text3
79 # CHECK-NEXT: Name: .text3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dassembler-expressions.s56 text3: label
57 .fill (text3-text2)/4, 4, 0x12345678
/external/python/cpython3/Lib/test/
Dtest_pulldom.py329 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/
Dtest_i18n.py229 text3 = 'Text to ignore'
245 self.assertNotIn(text3, data)
/external/libtextclassifier/annotator/
Dfeature-processor_test.cc867 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/
Dtest_minidom.py974 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/
Dfpdfedit_embeddertest.cpp583 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/
Drbbiapts.cpp270 CharacterIterator* text3= new StringCharacterIterator(str2, 3, 10, 3); // "ond str" in TestGetSetAdoptText() local
308 rb->adoptText(text3); in TestGetSetAdoptText()
/external/expat/tests/
Druntests.c7646 const char *text3 = in START_TEST() local
7655 expect_failure(text3, XML_ERROR_RESERVED_NAMESPACE_URI, in START_TEST()