/external/elfutils/tests/ |
D | 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 $remerged 67 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged 68 echo elflint $stripped [all …]
|
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 | 34 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()
|
D | run-unstrip-test3.sh | 14 stripped=testfile-info-link.stripped
|
D | run-readelf-test1.sh | 22 stripped=${stripped:-testfile7}
|
/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/swiftshader/third_party/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/mockito/src/main/java/org/mockito/internal/configuration/plugins/ |
D | PluginFileReader.java | 15 String stripped = stripCommentAndWhitespace(line); in readPluginClass() local 16 if (stripped.length() > 0) { in readPluginClass() 17 return stripped; in readPluginClass()
|
/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/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/v8/tools/ |
D | objdump-v8 | 53 stripped = line.strip() 54 return stripped.startswith("--") or stripped.startswith(";;")
|
/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/tensorflow/tensorflow/python/util/ |
D | decorator_utils.py | 59 stripped = line.lstrip() 60 if stripped: 61 indent = min(indent, len(line) - len(stripped))
|
/external/chromium-trace/catapult/common/py_vulcanize/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/gflags/test/ |
D | gflags_strip_flags_test.cmake | 4 file (STRINGS "${BINARY}" strings REGEX "This text should be stripped out") 6 message (FATAL_ERROR "Text not stripped from binary like it should be: ${BINARY}")
|
/external/libcxx/include/ |
D | CMakeLists.txt | 62 add_custom_target(install-cxx-headers-stripped DEPENDS install-cxx-headers) 66 add_custom_target(install-libcxx-headers-stripped DEPENDS install-cxx-headers-stripped)
|
/external/elfutils/src/ |
D | unstrip.c | 1279 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/python/cpython2/Lib/idlelib/idle_test/ |
D | test_rstrip.py | 37 stripped = ( 46 self.assertEqual(text.get('1.0', 'insert'), stripped)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_rstrip.py | 37 stripped = ( 46 self.assertEqual(text.get('1.0', 'insert'), stripped)
|
/external/chromium-trace/catapult/common/py_vulcanize/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/ltp/utils/ffsb-6.0-rc2/ |
D | depcomp | 178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` 179 tmpdepfile="$stripped.u" 180 outname="$stripped.o"
|
/external/python/cpython2/Lib/ |
D | quopri.py | 76 stripped = '' 79 stripped = '\n' 103 write(prevline, lineEnd=stripped)
|
/external/curl/tests/data/ |
D | test1380 | 62 229 Entering Passive Mode (stripped) 69 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
|
D | test1384 | 62 229 Entering Passive Mode (stripped) 69 s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
|