Searched refs:stripped (Results 1 – 25 of 148) sorted by relevance
123456
/external/elfutils/tests/ |
D | run-unstrip-test.sh | 29 stripped=${stripped:-testfile17} 30 debugfile=${debugfile:-${stripped}.debug} 32 testfiles $original $stripped $debugfile 40 testrun ../src/unstrip -o testfile.unstrip $stripped $debugfile
|
D | run-strip-test.sh | 30 stripped=${stripped:-testfile7} 34 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile 42 cmp $stripped testfile.temp || status=$?
|
D | run-readelf-test1.sh | 30 stripped=${stripped:-testfile7}
|
D | run-strip-test2.sh | 29 stripped=testfile9
|
D | run-strip-test3.sh | 29 stripped=testfile13
|
D | run-strip-test7.sh | 2 stripped=testfile40
|
D | run-strip-test8.sh | 2 stripped=testfile48
|
D | run-strip-test6.sh | 2 stripped=testfile35
|
D | run-unstrip-test2.sh | 2 stripped=testfile15
|
D | run-strip-test4.sh | 2 stripped=testfile37
|
D | run-strip-test5.sh | 2 stripped=testfile16
|
/external/llvm/autoconf/ |
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/grub/ |
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/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/genext2fs/ |
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/libffi/ |
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/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/elfutils/src/ |
D | unstrip.c | 1218 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument 1226 ELF_CHECK (elf_getshstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections() 1234 ELF_CHECK (elf_getshnum (stripped, &stripped_shnum) == 0, in copy_elided_sections() 1240 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections() 1245 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections() 1382 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections() 1387 stripped, stripped_ehdr, in copy_elided_sections() 1600 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections() 1823 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 1852 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file() argument [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFormControlElement.cpp | 610 Vector<UChar> stripped; in strippedPlaceholder() local 612 stripped.reserveCapacity(length); in strippedPlaceholder() 617 stripped.append(character); in strippedPlaceholder() 619 return String::adopt(stripped); in strippedPlaceholder()
|
/external/markdown/tests/safe_mode/ |
D | script_tags.txt | 1 This should be stripped/escaped in safe_mode.
|
/external/chromium/testing/gtest/xcode/Config/ |
D | FrameworkTarget.xcconfig | 13 // Dynamic libs should not have their external symbols stripped.
|
/external/protobuf/gtest/xcode/Config/ |
D | FrameworkTarget.xcconfig | 13 // Dynamic libs should not have their external symbols stripped.
|
/external/libvpx/libvpx/third_party/googletest/src/xcode/Config/ |
D | FrameworkTarget.xcconfig | 13 // Dynamic libs should not have their external symbols stripped.
|
/external/chromium/chrome/browser/autofill/ |
D | credit_card.cc | 387 string16 stripped; in StripSeparators() local 388 RemoveChars(number, kSeparators, &stripped); in StripSeparators() 389 return stripped; in StripSeparators()
|
123456