OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripped
(Results
1 - 25
of
71
) sorted by null
1
2
3
/external/elfutils/tests/
run-unstrip-test.sh
29
stripped
=${
stripped
:-testfile17}
30
debugfile=${debugfile:-${
stripped
}.debug}
32
testfiles $original $
stripped
$debugfile
37
#
stripped
sections that shrank in the
stripped
file. strip
40
testrun ../src/unstrip -o testfile.unstrip $
stripped
$debugfile
run-strip-test2.sh
29
stripped
=testfile9
run-strip-test3.sh
29
stripped
=testfile13
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-strip-test.sh
30
stripped
=${
stripped
:-testfile7}
34
test x$
stripped
= xtestfile.temp || testfiles $
stripped
$debugfile
42
cmp $
stripped
testfile.temp || status=$?
run-readelf-test1.sh
30
stripped
=${
stripped
:-testfile7}
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_defines.c
39
const char *
stripped
;
42
stripped
= name;
44
if(*
stripped
!= *prefix)
47
++
stripped
;
50
return
stripped
;
/external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c
39
const char *
stripped
;
42
stripped
= name;
44
if(*
stripped
!= *prefix)
47
++
stripped
;
50
return
stripped
;
/frameworks/base/core/java/android/text/method/
DigitsKeyListener.java
186
SpannableStringBuilder
stripped
= null;
local
210
return ""; // Only one character, and it was
stripped
.
213
if (
stripped
== null) {
214
stripped
= new SpannableStringBuilder(source, start, end);
217
stripped
.delete(i - start, i + 1 - start);
221
if (
stripped
!= null) {
222
return
stripped
;
/external/chromium_org/build/android/gyp/
strip_library_for_device.py
32
help='Directory for un-
stripped
libraries')
33
parser.add_option('--
stripped
-libraries-dir',
34
help='Directory for
stripped
libraries')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/
run-test.rb
34
lines = output.split("\n").map { |line| line.sub(/\'(.*)?\/(.*)?\.framework/, "'--
stripped
--/\\2.framework") }
/external/jmonkeyengine/
Android.mk
15
#
stripped
out even if they're compiled into the jar. You will need
/external/chromium_org/ui/base/webui/
web_ui_util.cc
92
std::string
stripped
;
local
93
identifier.substr(0, identifier.length() - 1).CopyToString(&
stripped
);
94
if (!base::StringToDouble(
stripped
, &scale)) {
/external/genext2fs/
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/grub/
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/libffi/
depcomp
218
stripped
=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
219
tmpdepfile="$
stripped
.u"
229
stripped
=`echo "$
stripped
" | sed 's,^.*/,,'`
230
tmpdepfile="$
stripped
.u"
240
outname="$
stripped
.o"
/external/libogg/
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/libusb/
depcomp
218
stripped
=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
219
tmpdepfile="$
stripped
.u"
229
stripped
=`echo "$
stripped
" | sed 's,^.*/,,'`
230
tmpdepfile="$
stripped
.u"
240
outname="$
stripped
.o"
/external/libvorbis/
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/llvm/autoconf/
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"
Completed in 767 milliseconds
1
2
3