/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 | run-annobingroup.sh | 28 tempfiles merged.elf stripped.elf debugfile1.elf debugfile2.elf debugfile3.elf remerged.elf 38 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile1.elf testfile-annobingroup.o 40 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF 56 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile1.elf 84 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile2.elf testfile-annobingroup-i386.o 86 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF 108 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile2.elf 146 testrun ${abs_top_builddir}/src/strip -o stripped.elf -f debugfile3.elf testfile-annobingroup-x86_6… 152 testrun ${abs_top_builddir}/src/unstrip -o remerged.elf stripped.elf debugfile3.elf
|
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-test4.sh | 15 stripped=testfile-strtab.stripped
|
D | run-unstrip-test3.sh | 14 stripped=testfile-info-link.stripped
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | regex_replace_op_test.py | 47 stripped = op(inp, "\\p{Ll}", ".").eval() 48 self.assertAllEqual([b"A.C.E", b"H.J.L"], stripped) 55 stripped = op(input_vector, "^(a:|b:)", "", replace_global=False).eval() 57 stripped) 64 stripped = op(input_vector, "a.*a", "(\\0)").eval() 65 self.assertAllEqual([b"(aba)\n(aba)", b"(abcda)bcde"], stripped) 72 stripped = op(input_vector, "", "x").eval() 73 self.assertAllEqual([b"xaxbxcx", b"x1x"], stripped) 90 stripped = op(input_vector, "ab", "abc", True).eval() 91 self.assertAllEqual([b"abcabcabcabcabc", b"abccabccabcc", b""], stripped)
|
/external/u-boot/scripts/ |
D | objdiff | 60 stripped=$dir/${base%.o}.stripped 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped 68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | strip-debug.test | 32 # RUN: cp %t2 %t.duplicate.stripped 33 # RUN: rm -f %t.multiple-stripped-obj.a 34 # RUN: llvm-ar crs %t.multiple-stripped-obj.a %t2 %t.duplicate.stripped 37 # RUN: llvm-objcopy --strip-debug %t.multiple-obj.a %t.multiple-obj.stripped.a 38 # RUN: llvm-ar p %t.multiple-stripped-obj.a > %t.multiple-stripped-obj.a.dump 39 # RUN: llvm-ar p %t.multiple-obj.stripped.a > %t.multiple-obj.stripped.a.dump 40 # RUN: cmp %t.multiple-stripped-obj.a.dump %t.multiple-obj.stripped.a.dump
|
/external/cldr/tools/scripts/ |
D | coll2icu.py | 155 stripped = line.strip() 157 if stripped == '<rules><import source="sr"/></rules>': 159 elif stripped == '<rules><import source="hr" type="search"/></rules>': 161 elif stripped == '<rules><import source="hr"/></rules>': 163 elif stripped == '<rules><import source="ps"/></rules>': 167 assert stripped == "<rules>"
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_defines.c | 40 const char *stripped; 43 stripped = name; 45 if(*stripped != *prefix) 48 ++stripped; 51 return stripped;
|
/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/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 132 stripped = ".".join(filename.split(".")[:-2]) 138 if stripped in nonexistant_files: 139 nonexistant_files[stripped] += 1 141 nonexistant_files[stripped] = 1 145 if stripped in badjson_files: 146 badjson_files[stripped] += 1 148 badjson_files[stripped] = 1
|
/external/perfetto/tools/ |
D | analyze_profiling_sampling_distribution.py | 35 stripped = line.strip() 37 if not stripped: 39 itr, code_location, size = stripped.split(" ")
|
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_ssh_cmd.py | 29 stripped = line.strip() 30 if stripped == SENTINEL: 33 print 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/tensorflow/tensorflow/python/util/ |
D | decorator_utils.py | 59 stripped = line.lstrip() 60 if stripped: 61 indent = min(indent, len(line) - len(stripped))
|
/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/angle/third_party/spirv-tools/src/utils/ |
D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
/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/deqp-deps/amber/tools/ |
D | copyright.py | 72 stripped = line.lstrip() 73 return stripped == '' or stripped.startswith('#!')
|
/external/swiftshader/third_party/llvm-7.0/llvm/runtimes/ |
D | CMakeLists.txt | 195 if(TARGET install-${component}-stripped) 196 list(APPEND SUB_INSTALL_TARGETS install-${component}-stripped) 282 add_custom_target(install-builtins-stripped) 290 add_dependencies(install-builtins-stripped install-builtins-${target}-stripped) 327 install-${runtime_name}-stripped) 334 list(APPEND extra_targets ${component} install-${component} install-${component}-stripped) 383 set(install-${runtime_name}-${name}-stripped install-${runtime_name}-stripped) 384 …s ${runtime_name}-${name} install-${runtime_name}-${name} install-${runtime_name}-${name}-stripped) 472 add_custom_target(install-runtimes-stripped) 494 add_dependencies(install-runtimes-stripped install-runtimes-${name}-stripped) [all …]
|