/third_party/elfutils/tests/ |
D | run-strip-strmerge.sh | 26 stripped=${merged}.stripped 30 tempfiles $merged $stripped $debugfile $remerged 39 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged 40 echo elflint $stripped 41 testrun ${abs_top_builddir}/src/elflint --gnu $stripped 45 testrun ${abs_top_builddir}/src/unstrip -o $remerged $stripped $debugfile 54 stripped=${merged}.stripped 58 tempfiles $merged $stripped $debugfile $remerged 67 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged 68 echo elflint $stripped [all …]
|
D | run-unstrip-test.sh | 21 stripped=${stripped:-testfile17} 22 debugfile=${debugfile:-${stripped}.debug} 24 testfiles $original $stripped $debugfile 32 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip $stripped $debugfile 41 testrun ${abs_top_builddir}/src/unstrip $stripped testfile.inplace
|
D | run-annobingroup.sh | 28 tempfiles merged.elf stripped.elf debugfile1.elf debugfile2.elf debugfile3.elf remerged.elf 38 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile1.elf testfile-annobingroup.o 40 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF 56 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile1.elf 84 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile2.elf testfile-annobingroup-i386.o 86 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF 108 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile2.elf 146 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile3.elf testfile-annobingroup-x86_6… 152 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile3.elf
|
D | run-strip-test.sh | 22 stripped=${stripped:-testfile7} 26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile 34 cmp $stripped testfile.temp || status=$?
|
D | test-flag-nobits.c | 34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local 37 while ((scn = elf_nextscn (stripped, scn)) != NULL) in main() 40 elf_end (stripped); in main()
|
D | run-unstrip-test4.sh | 15 stripped=testfile-strtab.stripped
|
D | run-unstrip-test3.sh | 14 stripped=testfile-info-link.stripped
|
D | run-readelf-test1.sh | 22 stripped=${stripped:-testfile7}
|
/third_party/node/test/fixtures/wpt/url/ |
D | url-setters-stripping.any.js | 18 const stripped = i === 0x09 || i === 0x0A || i === 0x0D; constant 22 if (i !== 0 && i !== 0x1F && !stripped) { 30 …const expected = scheme === "https" ? (stripped ? "http" : "https") : (stripped ? "wpt--" : "wpt++… 38 …const expected = scheme === "https" ? (stripped ? "http" : "https") : (stripped ? "wpt--" : "wpt++… 69 …const expected = i === 0x00 || (scheme === "https" && i === 0x1F) ? "host" : stripped ? "test" : e… 77 …const expected = i === 0x00 || (scheme === "https" && i === 0x1F) ? "host" : stripped ? "test" : e… 86 const expected = stripped ? "9000" : "8000"; 94 const expected = stripped ? "9000" : "90"; 116 const expected = stripped ? "test" : expectedPart;
|
/third_party/curl/tests/unit/ |
D | unit1621.c | 71 char *stripped = stripcredentials(url); 73 i, tests[i].input, stripped); 75 fail_if(stripped && strcmp(tests[i].output, stripped), 77 curl_free(stripped);
|
/third_party/libxml2/ |
D | backport-Properly-fold-whitespace-around-the-QName-value-when.patch | 26 + xmlChar *stripped; 36 + stripped = xmlSchemaCollapseString(value); 37 + local = xmlSplitQName2(stripped ? stripped : value, &prefix); 38 + xmlFree(stripped);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | ascii.cc | 171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local 173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace() 178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace() 179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
|
D | cord_ring_test.cc | 1044 CordRep* stripped = RemovePrefix(10, child); in TEST_P() local 1045 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P() 1059 CordRep* stripped = RemovePrefix(21, child); in TEST_P() local 1060 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P() 1074 CordRep* stripped = RemoveSuffix(8, child); in TEST_P() local 1075 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P() 1089 CordRep* stripped = RemoveSuffix(15, child); in TEST_P() local 1090 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P() 1104 CordRep* stripped = MakeSubstring(7, child->length - 27, child); in TEST_P() local 1105 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_defines.c | 40 const char *stripped; 43 stripped = name; 45 if(*stripped != *prefix) 48 ++stripped; 51 return stripped;
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_ssh_cmd.py | 33 stripped = line.strip() 34 if stripped == SENTINEL: 37 print(stripped)
|
/third_party/node/deps/v8/tools/ |
D | objdump-v8 | 53 stripped = line.strip() 54 return stripped.startswith("--") or stripped.startswith(";;")
|
/third_party/ninja/src/ |
D | util_test.cc | 395 string stripped = StripAnsiEscapeCodes("foo\33"); in TEST() local 396 EXPECT_EQ("foo", stripped); in TEST() 398 stripped = StripAnsiEscapeCodes("foo\33["); in TEST() 399 EXPECT_EQ("foo", stripped); in TEST() 406 string stripped = StripAnsiEscapeCodes(input); in TEST() local 408 stripped); in TEST()
|
/third_party/curl/tests/data/ |
D | test2085 | 49 s/^Local port = \d+/Local port = stripped/ 55 Local port = stripped 60 Local port = stripped
|
D | test2083 | 35 s/^Local port = \d+/Local port = stripped/ 41 Local port = stripped
|
/third_party/spirv-tools/utils/ |
D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | copyright.py | 72 stripped = line.lstrip() 73 return stripped == '' or stripped.startswith('#!')
|
/third_party/elfutils/src/ |
D | unstrip.c | 1386 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument 1394 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections() 1402 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections() 1418 elf_flagelf (stripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections() 1419 max_off = elf_update (stripped, ELF_C_NULL); in copy_elided_sections() 1425 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections() 1430 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections() 1438 sections[i].sig = get_group_sig (stripped, shdr); in copy_elided_sections() 1565 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections() 1570 stripped, stripped_ehdr, in copy_elided_sections() [all …]
|
/third_party/python/Lib/ |
D | copyreg.py | 144 stripped = c.__name__.lstrip('_') 145 if stripped: 146 names.append('_%s%s' % (stripped, name))
|