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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-4.d 1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip --strip-unneeded on common symbol
exclude-1b.d 1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip --strip-unneeded on sections with SHF_EXCLUDE
strip-10.d 1 #PROG: strip
3 #strip: -g
5 #name: strip on STB_GNU_UNIQUE
strip-2.d 1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip with section group 2
strip-5.d 1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip with section group 5
strip-7.d 1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip with section group 7
strip-9.d 1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip with section group 9
  /build/kati/testcase/
strip.mk 13 echo $(strip $(X))
14 echo $(strip $(Y))
15 echo $(strip $(Y),$(X))
16 echo $(strip $(XY))
17 $(info $(strip $(call func)))
20 echo $(strip $(X),$(Y))
  /art/test/etc/
default-check 17 diff --strip-trailing-cr -q "$1" "$2" >/dev/nul
  /art/test/004-ThreadStress/
check 18 sed '-es/[0-9][0-9]*/N/g' "$2" | diff --strip-trailing-cr -q "$1" - >/dev/nul
  /art/test/030-bad-finalizer/
check 17 # Strip timeout logging. These are "E/System" messages.
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/059-finalizer-throw/
check 17 # Strip uncaught exception logging. These are "E/System" messages.
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/099-vmdebug/
check 17 # Strip the process pids and line numbers from exact error messages.
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/118-noimage-dex2oat/
check 17 # Strip the process pids and line numbers from exact error messages.
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/119-noimage-patchoat/
check 17 # Strip the process pids and line numbers from exact error messages.
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/139-register-natives/
check 17 # Strip any JNI registration error messages
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/143-string-value/
check 17 # Strip error log messages.
20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/147-stripped-dex-fallback/
run 24 ${RUN} ${flags} --strip-dex --no-dex2oat
  /art/test/149-suspend-all-stress/
check 18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/nul
  /art/test/954-invoke-polymorphic-verifier/
check 17 # Strip out temporary file path information and indicies from output.
19 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/980-redefine-object/
check 20 sed "/Object allocated of type 'java\.lang\.InterruptedException'/d" "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
  /external/elfutils/tests/
run-strip-test2.sh 22 . $srcdir/run-strip-test.sh
run-strip-test3.sh 22 . $srcdir/run-strip-test.sh
  /external/v8/tools/sanitizers/
sanitize_pcs.py 11 print '0x%x' % (int(line.strip(), 16) + 4)
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
dostriptest 7 strip $x
9 strip $y

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>