Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 25 of 107) sorted by relevance

12345

/external/llvm/autoconf/
Ddepcomp204 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/
Ddepcomp204 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/strace/
Ddepcomp211 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
212 tmpdepfile="$stripped.u"
222 stripped=`echo "$stripped" | sed 's,^.*/,,'`
223 tmpdepfile="$stripped.u"
233 outname="$stripped.o"
/external/genext2fs/
Ddepcomp204 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/bison/build-aux/
Ddepcomp204 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/
Ddepcomp218 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/elfutils/config/
Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp610 Vector<UChar> stripped; in strippedPlaceholder() local
612 stripped.reserveCapacity(length); in strippedPlaceholder()
617 stripped.append(character); in strippedPlaceholder()
619 return String::adopt(stripped); in strippedPlaceholder()
/external/markdown/tests/safe_mode/
Dscript_tags.txt1 This should be stripped/escaped in safe_mode.
/external/chromium/chrome/browser/autofill/
Dcredit_card.cc387 string16 stripped; in StripSeparators() local
388 RemoveChars(number, kSeparators, &stripped); in StripSeparators()
389 return stripped; in StripSeparators()
/external/chromium/testing/gtest/xcode/Config/
DFrameworkTarget.xcconfig13 // Dynamic libs should not have their external symbols stripped.
DStaticLibraryTarget.xcconfig14 // stripped.
/external/protobuf/gtest/xcode/Config/
DFrameworkTarget.xcconfig13 // Dynamic libs should not have their external symbols stripped.
DStaticLibraryTarget.xcconfig14 // stripped.
/external/qemu/distrib/sdl-1.2.12/src/hermes/
DREADME9 This is a stripped down version of HERMES, including only the x86 assembler
/external/llvm/test/Feature/
Dbasictest.ll5 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
/external/llvm/test/Integer/
Dbasictest_bt.ll6 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
/external/markdown/docs/extensions/
DMeta-Data.txt39 line of a document must not be blank. All meta-data is stripped from the
50 >>> # Meta-data has been stripped from output
/external/chromium/chrome/common/safe_browsing/
Dcsd.proto19 // URL that the client visited. The CGI parameters are stripped by the
/external/e2fsprogs/debian/
Dcontrol.in125 Description: stripped down universally unique id library, for debian-installer
160 Description: stripped down block device id library, for debian-installer
190 Description: stripped-down versions of e2fsprogs, for debian-installer
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm158 // Restore autoresizing properties possibly stripped by
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper.mm149 // ':' stripped in most cases).
/external/valgrind/main/
DREADME_PACKAGERS9 -- Do not ship your Linux distro with a completely stripped
/external/bison/tests/
Dregression.at444 # `undef_id_tok' in state 1 was missing. This is stripped down from
608 # Below is a stripped version of the grammar. It looks like one can
/external/markdown/docs/
Dusing_as_module.txt120 stripped from the text with no warning to the author.

12345