/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | binary-remove-end.test | 2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2 27 - Name: .text3 39 LastSec: .text3
|
D | binary-remove-all-but-one.test | 2 # RUN: llvm-objcopy -R .text -R .text3 -O binary %t %t2 27 - Name: .text3 39 LastSec: .text3
|
D | two-seg-remove-third-sec.test | 2 # RUN: llvm-objcopy -R .text3 -O binary %t %t2 27 - Name: .text3 50 FirstSec: .text3
|
D | segment-shift.test | 24 - Name: .text3 39 FirstSec: .text3 40 LastSec: .text3
|
D | segment-shift-section-remove.test | 24 - Name: .text3 39 FirstSec: .text3 40 LastSec: .text3 80 # CHECK-NEXT: Name: .text3
|
D | binary-remove-middle.test | 27 - Name: .text3 39 LastSec: .text3
|
D | segment-test-remove-section.test | 4 # segment. Note worthy is that .text3 keeps its offset despite it being 32 - Name: .text3 42 LastSec: .text3 85 # CHECK-NEXT: Name: .text3
|
D | two-seg-remove-end.test | 27 - Name: .text3 50 FirstSec: .text3
|
D | two-seg-remove-first.test | 27 - Name: .text3 50 FirstSec: .text3
|
D | overlap-chain.test | 27 - Name: .text3 53 FirstSec: .text3 58 LastSec: .text3
|
D | triple-overlap.test | 27 - Name: .text3 49 FirstSec: .text3
|
D | ihex-writer.test | 22 # RUN: not llvm-objcopy -O ihex --only-section=.text3 %t-sec2 %t-sec2-3.hex 2>&1 | FileCheck %s --c… 71 # BAD-ADDR2: error: {{.*}}: Section '.text3' address range [0x{{.*}}, 0x{{.*}}] is not 32 bit
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | start-stop-address-relocatable-object.test | 22 # STOP-NEXT: Disassembly of section .text3: 24 # STOP-NEXT: 0000000000000000 <.text3>: 43 - Name: .text3
|
/external/llvm-project/llvm/test/MC/X86/ |
D | align-branch-section-size.s | 17 # CHECK: Name: text3 19 .section text3, "ax"
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | assembler-expressions.s | 58 text3: label 61 .fill (text4-text3)/4, 4, 0x12345678
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | comdat.s | 1 .section .text3,"axG",@progbits,zed,comdat,unique,0
|
/external/llvm-project/lld/test/ELF/ |
D | comdat.s | 36 .section .text3,"axG",@progbits,zed,comdat,unique,0
|
/external/python/cpython3/Lib/test/ |
D | test_pulldom.py | 336 text3 = elm1.childNodes[0] 344 self.assertIsNone(text3.previousSibling) 345 self.assertIsNone(text3.nextSibling) 351 self.assertIs(text3.parentNode, elm1)
|
/external/mtools/ |
D | vfat.h | 54 struct unicode_char text3[VSE3SIZE]; member
|
D | vfat.c | 283 c += unicode_write(c, vse->text3, VSE3SIZE, &end); in write_vfat() 401 c += unicode_read(vse->text3, c, VSE3SIZE); in parse_vses()
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_i18n.py | 229 text3 = 'Text to ignore' 245 self.assertNotIn(text3, data)
|
/external/libtextclassifier/native/annotator/ |
D | feature-processor_test.cc | 942 const UnicodeText text3 = UTF8ToUnicodeText(text3_utf8, /*do_copy=*/false); in TEST_F() local 944 text3.begin(), text3.end(), in TEST_F() 948 text3.begin(), text3.end(), in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 151 local text3 = upb.text_encode(msg, {upb.TXTENC_NOSORT}) 152 assert_not_equal(text1, text3)
|
/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/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 1013 const char* text3 = "Defcolor Homemade Apple"; // [28:51) in DEF_TEST() local 1055 builder.addText(text3, strlen(text3)); in DEF_TEST() 1099 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text3)); in DEF_TEST() 2085 const char* text3 = " wrapped around to"; in DEF_TEST() local 2121 builder.addText(text3, strlen(text3)); in DEF_TEST() 2206 const char* text3 = "No Italic again."; in DEF_TEST() local 2224 builder.addText(text3, strlen(text3)); in DEF_TEST() 3995 const char* text3 = "fluttser mdje"; in DEF_TEST() local 4023 builder1.addText(text3, strlen(text3)); in DEF_TEST() 4220 const char* text3 = "Chinese 字典"; // Homemade Apple + Source Han in DEF_TEST() local [all …]
|