Searched refs:stripped (Results 1 – 25 of 107) sorted by relevance
12345
/external/llvm/autoconf/ |
D | 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/ |
D | 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/strace/ |
D | depcomp | 211 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/ |
D | 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/bison/build-aux/ |
D | 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/ |
D | 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/elfutils/config/ |
D | depcomp | 178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` 179 tmpdepfile="$stripped.u" 180 outname="$stripped.o"
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFormControlElement.cpp | 610 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/ |
D | script_tags.txt | 1 This should be stripped/escaped in safe_mode.
|
/external/chromium/chrome/browser/autofill/ |
D | credit_card.cc | 387 string16 stripped; in StripSeparators() local 388 RemoveChars(number, kSeparators, &stripped); in StripSeparators() 389 return stripped; in StripSeparators()
|
/external/chromium/testing/gtest/xcode/Config/ |
D | FrameworkTarget.xcconfig | 13 // Dynamic libs should not have their external symbols stripped.
|
D | StaticLibraryTarget.xcconfig | 14 // stripped.
|
/external/protobuf/gtest/xcode/Config/ |
D | FrameworkTarget.xcconfig | 13 // Dynamic libs should not have their external symbols stripped.
|
D | StaticLibraryTarget.xcconfig | 14 // stripped.
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
D | README | 9 This is a stripped down version of HERMES, including only the x86 assembler
|
/external/llvm/test/Feature/ |
D | basictest.ll | 5 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
|
/external/llvm/test/Integer/ |
D | basictest_bt.ll | 6 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 39 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/ |
D | csd.proto | 19 // URL that the client visited. The CGI parameters are stripped by the
|
/external/e2fsprogs/debian/ |
D | control.in | 125 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/ |
D | tab_contents_controller.mm | 158 // Restore autoresizing properties possibly stripped by
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | rwhvm_editcommand_helper.mm | 149 // ':' stripped in most cases).
|
/external/valgrind/main/ |
D | README_PACKAGERS | 9 -- Do not ship your Linux distro with a completely stripped
|
/external/bison/tests/ |
D | regression.at | 444 # `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/ |
D | using_as_module.txt | 120 stripped from the text with no warning to the author.
|
12345