Home
last modified time | relevance | path

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

1234567891011

/external/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-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-test3.sh14 stripped=testfile-info-link.stripped
Drun-readelf-test1.sh22 stripped=${stripped:-testfile7}
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c39 const char *stripped;
42 stripped = name;
44 if(*stripped != *prefix)
47 ++stripped;
50 return stripped;
/external/netperf/
Ddepcomp179 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
180 tmpdepfile="$stripped.u"
190 stripped=`echo "$stripped" | sed 's,^.*/,,'`
191 tmpdepfile="$stripped.u"
201 outname="$stripped.o"
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
DPluginFileReader.java15 String stripped = stripCommentAndWhitespace(line); in readPluginClass() local
16 if (stripped.length() > 0) { in readPluginClass()
17 return stripped; in readPluginClass()
/external/swiftshader/third_party/LLVM/autoconf/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/c-ares/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/cmockery/cmockery_0_1_2/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/libogg/
Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/external/v8/tools/
Dobjdump-v853 stripped = line.strip()
54 return stripped.startswith("--") or stripped.startswith(";;")
/external/owasp/sanitizer/src/tests/org/owasp/html/
DEncodingTest.java226 private static final void assertStripped(String stripped, String orig) { in assertStripped() argument
228 assertEquals(orig, stripped, actual); in assertStripped()
229 if (stripped.equals(orig)) { in assertStripped()
235 assertEquals(orig, stripped, sb.toString()); in assertStripped()
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_rstrip.py37 stripped = (
46 self.assertEqual(text.get('1.0', 'insert'), stripped)
/external/elfutils/src/
Dunstrip.c1279 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument
1287 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
1295 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1305 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections()
1310 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections()
1445 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections()
1450 stripped, stripped_ehdr, in copy_elided_sections()
1670 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections()
1938 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in copy_elided_sections()
1949 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
[all …]
/external/ltp/utils/ffsb-6.0-rc2/
Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/external/python/cpython2/Lib/
Dquopri.py76 stripped = ''
79 stripped = '\n'
103 write(prevline, lineEnd=stripped)
/external/curl/tests/data/
Dtest138062 229 Entering Passive Mode (stripped)
69 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
Dtest138263 229 Entering Passive Mode (stripped)
70 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
Dtest138462 229 Entering Passive Mode (stripped)
69 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
Dtest138163 229 Entering Passive Mode (stripped)
70 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
Dtest138362 229 Entering Passive Mode (stripped)
69 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
Dtest137962 229 Entering Passive Mode (stripped)
69 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/

1234567891011