Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/third_party/elfutils/tests/
Drun-strip-strmerge.sh26 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 …]
Drun-unstrip-test.sh21 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
Drun-annobingroup.sh28 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
Drun-strip-test.sh22 stripped=${stripped:-testfile7}
26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
34 cmp $stripped testfile.temp || status=$?
Dtest-flag-nobits.c34 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()
Drun-unstrip-test4.sh15 stripped=testfile-strtab.stripped
Drun-unstrip-test3.sh14 stripped=testfile-info-link.stripped
Drun-readelf-test1.sh22 stripped=${stripped:-testfile7}
/third_party/node/test/fixtures/wpt/url/
Durl-setters-stripping.any.js18 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/
Dunit1621.c71 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/
Dbackport-Properly-fold-whitespace-around-the-QName-value-when.patch26 + 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/
Dascii.cc171 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()
Dcord_ring_test.cc1044 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/
Du_dump_defines.c40 const char *stripped;
43 stripped = name;
45 if(*stripped != *prefix)
48 ++stripped;
51 return stripped;
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_ssh_cmd.py33 stripped = line.strip()
34 if stripped == SENTINEL:
37 print(stripped)
/third_party/node/deps/v8/tools/
Dobjdump-v853 stripped = line.strip()
54 return stripped.startswith("--") or stripped.startswith(";;")
/third_party/ninja/src/
Dutil_test.cc395 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/
Dtest208549 s/^Local port = \d+/Local port = stripped/
55 Local port = stripped
60 Local port = stripped
Dtest208335 s/^Local port = \d+/Local port = stripped/
41 Local port = stripped
/third_party/spirv-tools/utils/
Dgenerate_vim_syntax.py197 stripped = word.strip('\n,')
198 if stripped != "":
200 EmitAsEnumerant(stripped[2:])
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgenerate_vim_syntax.py197 stripped = word.strip('\n,')
198 if stripped != "":
200 EmitAsEnumerant(stripped[2:])
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_vim_syntax.py197 stripped = word.strip('\n,')
198 if stripped != "":
200 EmitAsEnumerant(stripped[2:])
/third_party/vk-gl-cts/external/amber/src/tools/
Dcopyright.py72 stripped = line.lstrip()
73 return stripped == '' or stripped.startswith('#!')
/third_party/elfutils/src/
Dunstrip.c1386 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/
Dcopyreg.py144 stripped = c.__name__.lstrip('_')
145 if stripped:
146 names.append('_%s%s' % (stripped, name))

12345678910>>...12