/external/elfutils/src/tests/ |
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-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 | 30 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local 33 while ((scn = elf_nextscn (stripped, scn)) != NULL) in main()
|
D | run-readelf-test1.sh | 22 stripped=${stripped:-testfile7}
|
D | run-strip-test2.sh | 21 stripped=testfile9
|
D | run-strip-test3.sh | 21 stripped=testfile13
|
D | run-strip-test7.sh | 2 stripped=testfile40
|
D | run-strip-test6.sh | 2 stripped=testfile35
|
D | run-strip-test4.sh | 2 stripped=testfile37
|
D | run-strip-test8.sh | 2 stripped=testfile48
|
D | run-unstrip-test2.sh | 2 stripped=testfile15
|
D | run-strip-test5.sh | 2 stripped=testfile16
|
D | run-strip-groups.sh | 46 outfile=$infile.stripped
|
/external/lldb/test/lang/objc/objc-ivar-stripped/ |
D | Makefile | 6 default: a.out.stripped 8 a.out.stripped: a.out.dSYM 9 strip -o a.out.stripped a.out 12 rm -f a.out.stripped 13 rm -rf a.out.stripped.dSYM
|
/external/lldb/test/lang/objc/objc-static-method-stripped/ |
D | Makefile | 6 default: a.out.stripped 8 a.out.stripped: a.out.dSYM 9 strip -o a.out.stripped a.out 12 rm -f a.out.stripped 13 rm -rf a.out.stripped.dSYM
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_defines.c | 39 const char *stripped; 42 stripped = name; 44 if(*stripped != *prefix) 47 ++stripped; 50 return stripped;
|
/external/libogg/ |
D | depcomp | 204 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/libvorbis/ |
D | depcomp | 204 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/ |
D | depcomp | 204 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/libusb/ |
D | depcomp | 218 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` 219 tmpdepfile="$stripped.u" 229 stripped=`echo "$stripped" | sed 's,^.*/,,'` 230 tmpdepfile="$stripped.u" 240 outname="$stripped.o"
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | EncodingTest.java | 226 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/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/ |
D | DESCRIPTION | 19 - Strings are kept, except that escaped newlines are stripped 21 stripped: ``:{});=>+],!`` (The colon (``:``) is a special case, a single 24 stripped: ``{}(=:>+[,!`` 27 - whitespaces inside ``url()`` definitions are stripped 32 - The last semicolon within a ruleset is stripped
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/ |
D | README.rst | 36 - Strings are kept, except that escaped newlines are stripped 38 stripped: ``:{});=>+],!`` (The colon (``:``) is a special case, a single 41 stripped: ``{}(=:>+[,!`` 44 - whitespaces inside ``url()`` definitions are stripped 49 - The last semicolon within a ruleset is stripped
|
/external/elfutils/src/src/ |
D | unstrip.c | 1224 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument 1232 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections() 1240 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections() 1250 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections() 1255 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections() 1390 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections() 1395 stripped, stripped_ehdr, in copy_elided_sections() 1607 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections() 1831 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in copy_elided_sections() 1842 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() [all …]
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_rename.sh | 8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
|