OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stripped
(Results
1 - 25
of
724
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/test/lang/objc/objc-ivar-stripped/
Makefile
6
default: a.out.
stripped
8
a.out.
stripped
: a.out.dSYM
9
strip -o a.out.
stripped
a.out
12
rm -f a.out.
stripped
13
rm -rf a.out.
stripped
.dSYM
TestObjCIvarStripped.py
11
mydir = os.path.join("lang", "objc", "objc-ivar-
stripped
")
17
"""Test that we can find
stripped
Objective-C ivars in the runtime"""
29
"""Test that we can find
stripped
Objective-C ivars in the runtime"""
30
exe = os.path.join(os.getcwd(), "a.out.
stripped
")
/external/lldb/test/lang/objc/objc-static-method-stripped/
Makefile
6
default: a.out.
stripped
8
a.out.
stripped
: a.out.dSYM
9
strip -o a.out.
stripped
a.out
12
rm -f a.out.
stripped
13
rm -rf a.out.
stripped
.dSYM
TestObjCStaticMethodStripped.py
1
"""Test calling functions in static methods with a
stripped
binary."""
11
mydir = os.path.join("lang", "objc", "objc-static-method-
stripped
")
18
"""Test calling functions in static methods with a
stripped
binary."""
33
"""Test calling functions in static methods with a
stripped
binary."""
34
exe = os.path.join(os.getcwd(), "a.out.
stripped
")
/external/elfutils/src/tests/
run-strip-test4.sh
2
stripped
=testfile37
run-strip-test5.sh
2
stripped
=testfile16
run-strip-test6.sh
2
stripped
=testfile35
run-strip-test7.sh
2
stripped
=testfile40
run-strip-test8.sh
2
stripped
=testfile48
run-unstrip-test2.sh
2
stripped
=testfile15
run-unstrip-test.sh
21
stripped
=${
stripped
:-testfile17}
22
debugfile=${debugfile:-${
stripped
}.debug}
24
testfiles $original $
stripped
$debugfile
29
#
stripped
sections that shrank in the
stripped
file. strip
32
testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip $
stripped
$debugfile
41
testrun ${abs_top_builddir}/src/unstrip $
stripped
testfile.inplace
run-strip-test.sh
22
stripped
=${
stripped
:-testfile7}
26
test x$
stripped
= xtestfile.temp || testfiles $
stripped
$debugfile
34
cmp $
stripped
testfile.temp || status=$?
/dalvik/dx/tests/089-dex-define-object/
info.txt
1
This tests that a
stripped
down definition of the class Object can in
/external/markdown/tests/safe_mode/
script_tags.txt
1
This should be
stripped
/escaped in safe_mode.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
DoNotInstrument.java
4
* Indicates that a class should not be
stripped
/instrumented under any circumstances.
/external/apache-xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java
40
* @return true if the whitespace should be
stripped
.
48
* Get information about whether or not whitespace can be
stripped
.
51
* @return true if the whitespace can be
stripped
.
/external/google-breakpad/src/testing/gtest/xcode/Config/
FrameworkTarget.xcconfig
13
// Dynamic libs should not have their external symbols
stripped
.
StaticLibraryTarget.xcconfig
14
//
stripped
.
/external/jemalloc/include/jemalloc/
jemalloc_rename.h
3
* --with-jemalloc-prefix. With default settings the je_ prefix is
stripped
by
jemalloc_rename.sh
8
* --with-jemalloc-prefix. With default settings the je_ prefix is
stripped
by
/external/jmonkeyengine/
Android.mk
15
#
stripped
out even if they're compiled into the jar. You will need
/external/protobuf/gtest/xcode/Config/
FrameworkTarget.xcconfig
13
// Dynamic libs should not have their external symbols
stripped
.
StaticLibraryTarget.xcconfig
14
//
stripped
.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPhoneNumberUtils.java
17
return source + "-
stripped
";
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PhoneNumberUtilTest.java
20
assertThat(PhoneNumberUtils.stripSeparators("12345678901"), equalTo("12345678901-
stripped
"));
Completed in 214 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>