HomeSort by relevance Sort by last modified time
    Searched refs:stripped (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/elfutils/tests/
run-strip-test2.sh 21 stripped=testfile9
run-strip-test3.sh 21 stripped=testfile13
run-unstrip-test3.sh 11 # eu-strip --strip-debug -o testfile-info-link.stripped testfile-info-link
14 stripped=testfile-info-link.stripped
run-unstrip-test.sh 21 stripped=${stripped:-testfile17}
22 debugfile=${debugfile:-${stripped}.debug}
24 testfiles $original $stripped $debugfile
29 # stripped sections that shrank in the stripped file. strip
32 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip $stripped $debugfile
41 testrun ${abs_top_builddir}/src/unstrip $stripped testfile.inplace
run-strip-test10.sh 19 stripped=testfile-x32-d
run-strip-test4.sh 2 stripped=testfile37
run-strip-test5.sh 2 stripped=testfile16
run-strip-test6.sh 2 stripped=testfile35
run-strip-test7.sh 2 stripped=testfile40
run-strip-test8.sh 2 stripped=testfile48
run-strip-test9.sh 20 stripped=testfile-x32-s
run-unstrip-test2.sh 2 stripped=testfile15
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 $remerge
    [all...]
test-flag-nobits.c 34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); local
37 while ((scn = elf_nextscn (stripped, scn)) != NULL)
40 elf_end (stripped);
run-strip-test.sh 22 stripped=${stripped:-testfile7}
26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
34 cmp $stripped testfile.temp || status=$?
run-readelf-test1.sh 22 stripped=${stripped:-testfile7}
run-strip-groups.sh 46 outfile=$infile.stripped
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 39 const char *stripped;
42 stripped = name;
44 if(*stripped != *prefix)
47 ++stripped;
50 return stripped;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
sym-1.s 1 # Test beginning and starting with ":"; it should be stripped off, but
2 # only one. A trailing ":" is stripped off at a label only.
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 186 SpannableStringBuilder stripped = null; local
210 return ""; // Only one character, and it was stripped.
213 if (stripped == null) {
214 stripped = new SpannableStringBuilder(source, start, end);
217 stripped.delete(i - start, i + 1 - start);
221 if (stripped != null) {
222 return stripped;
  /frameworks/base/tools/aapt2/link/
AutoVersioner.cpp 80 std::vector<Style::Entry> stripped; local
90 stripped.emplace_back(std::move(*iter));
106 if (minSdkStripped && !stripped.empty()) {
121 // Move the previously stripped attributes into this style.
123 std::make_move_iterator(stripped.begin()),
124 std::make_move_iterator(stripped.end()));
  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-10.d 7 # code: it requires outputting the location when data is stripped, and that
  /external/netperf/
depcomp 179 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/robolectric/v3/libs/
sqlite4java-0.282.jar 

Completed in 799 milliseconds

1 2 3 4 5 6 7 8