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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/elfutils/tests/
run-strip-nothing.sh 20 # If there is nothing to strip then -o output should be identical to input.
23 tempfiles a.out strip.out debug.out
28 # strip to file
29 testrun ${abs_top_builddir}/src/strip -g -o strip.out ||
30 { echo "*** failed to strip -g -o strip.out a.out"; exit -1; }
32 testrun ${abs_top_builddir}/src/elfcmp a.out strip.out ||
33 { echo "*** failed strip.out different from a.out"; exit -1; }
35 # strip origina
    [all...]
run-strip-nobitsalign.sh 33 stripped=testfile-nobitsalign.strip
35 . $srcdir/run-strip-test.sh
run-strip-test2.sh 22 . $srcdir/run-strip-test.sh
run-strip-test3.sh 22 . $srcdir/run-strip-test.sh
  /art/test/004-ThreadStress/
check 23 | diff --strip-trailing-cr -q "$1" - >/dev/null
  /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/115-native-bridge/
check 20 diff --strip-trailing-cr -q "$1" - >/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/1336-short-finalizer-timeout/
check 17 # Strip timeout logging. These are "E/System" 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
  /art/test/149-suspend-all-stress/
check 18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/nul
  /art/test/172-app-image-twice/
check 18 grep "^passed" "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
  /art/test/1944-sudden-exit/
check 25 | diff --strip-trailing-cr -q "$1" - >/dev/null
  /art/test/688-shared-library/
check 21 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /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 23 | diff --strip-trailing-cr -q "$1" - >/dev/null
  /external/v8/tools/sanitizers/
sanitize_pcs.py 11 print '0x%x' % (int(line.strip(), 16) + 4)
  /build/make/core/
goma.mk 28 CC_WRAPPER := $(strip $(CC_WRAPPER) $(GOMA_CC))
29 CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(GOMA_CC))
30 JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(GOMA_CC))
  /development/build/
sdk-linux-x86.atree 21 lib64/libc++.so strip platform-tools/lib64/libc++.so
31 lib64/libLLVM_android.so strip build-tools/${PLATFORM_NAME}/lib64/libLLVM_android.so
32 lib64/libbcc.so strip build-tools/${PLATFORM_NAME}/lib64/libbcc.so
33 lib64/libbcinfo.so strip build-tools/${PLATFORM_NAME}/lib64/libbcinfo.so
34 lib64/libclang_android.so strip build-tools/${PLATFORM_NAME}/lib64/libclang_android.so
35 lib64/libc++.so strip build-tools/${PLATFORM_NAME}/lib64/libc++.so
36 lib64/libaapt2_jni.so strip build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.so
38 prebuilts/sdk/tools/linux/bin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
39 prebuilts/sdk/tools/linux/bin/aarch64-linux-android-ld strip build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld
40 prebuilts/sdk/tools/linux/bin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-l
    [all...]

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>