OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip
(Results
1 - 25
of
2233
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
tail -n 1 "$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
/external/elfutils/tests/
run-strip-test2.sh
22
. $srcdir/run-
strip
-test.sh
run-strip-test3.sh
22
. $srcdir/run-
strip
-test.sh
run-strip-test10.sh
22
. $srcdir/run-
strip
-test.sh
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/
dostriptest
7
strip
$x
9
strip
$y
/build/core/
host_static_library_internal.mk
10
ifeq ($(
strip
$(LOCAL_MODULE_CLASS)),)
13
ifeq ($(
strip
$(LOCAL_MODULE_SUFFIX)),)
16
ifneq ($(
strip
$(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
/development/build/
sdk-linux-x86.atree
21
lib64/libc++.so
strip
platform-tools/lib64/libc++.so
31
lib64/libLLVM.so
strip
build-tools/${PLATFORM_NAME}/lib64/libLLVM.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.so
strip
build-tools/${PLATFORM_NAME}/lib64/libclang.so
35
lib64/libc++.so
strip
build-tools/${PLATFORM_NAME}/lib64/libc++.so
37
prebuilts/sdk/tools/linux/bin/arm-linux-androideabi-ld
strip
build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
38
prebuilts/sdk/tools/linux/bin/aarch64-linux-android-ld
strip
build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld
39
prebuilts/sdk/tools/linux/bin/i686-linux-android-ld
strip
build-tools/${PLATFORM_NAME}/i686-linux-android-ld
40
prebuilts/sdk/tools/linux/bin/x86_64-linux-android-ld
strip
build-tools/${PLATFORM_NAME}/x86_64-linux-android-l
[
all
...]
/art/test/089-many-methods/
check
17
#
Strip
build error debug messages, as they are environment-specific.
20
diff --
strip
-trailing-cr -q "$1" "$2.tmp" >/dev/nul
Completed in 455 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>