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

1 2 3 4 5 6 7 8 9

  /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;
  /external/v8/build/android/gyp/
strip_library_for_device.py 33 help='Directory for un-stripped libraries')
34 parser.add_option('--stripped-libraries-dir',
35 help='Directory for stripped libraries')
  /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
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 280 String stripped = BluetoothMapUtils.stripInvalidChars(mSubject); local
284 stripped = stripped.replaceAll("[\\P{ASCII}&\"><]", "");
285 if (stripped.isEmpty()) stripped = "---";
289 stripped.substring(0, stripped.length() < 256 ? stripped.length() : 256));
  /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

Completed in 257 milliseconds

1 2 3 4 5 6 7 8 9