HomeSort by relevance Sort by last modified time
    Searched refs:stripped (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 173 SpannableStringBuilder stripped = null; local
197 return ""; // Only one character, and it was stripped.
200 if (stripped == null) {
201 stripped = new SpannableStringBuilder(source, start, end);
204 stripped.delete(i - start, i + 1 - start);
208 if (stripped != null) {
209 return stripped;
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 7 // Trailing whitespace is stripped.
20 // stripped out.
ipv6.js 23 // Leading zeros should be stripped.
  /external/bison/build-aux/
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/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/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"
  /external/strace/
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"
  /ndk/sources/host-tools/make-3.81/config/
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/elfutils/config/
depcomp 178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
  /external/chromium/chrome/browser/autofill/
credit_card.cc 387 string16 stripped; local
388 RemoveChars(number, kSeparators, &stripped);
389 return stripped;
  /build/core/
dynamic_binary.mk 112 $(transform-to-stripped)
definitions.mk 69 # The list of dynamic binaries that haven't been stripped/compressed/etc.
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 610 Vector<UChar> stripped;
612 stripped.reserveCapacity(length);
617 stripped.append(character);
619 return String::adopt(stripped);
  /frameworks/base/core/tests/coretests/src/android/webkit/
AccessibilityInjectorTest.java 1594 StringBuilder stripped = new StringBuilder(markup); local
    [all...]
  /ndk/build/core/
add-application.mk 204 # we generate symbol versions of the binaries that are later stripped
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 294 return match + ' [value was stripped]';
  /external/chromium/third_party/libjingle/source/talk/
main.scons 365 # Generate maximal debugging information. (It is stripped from what we ship
  /external/v8/tools/
test.py     [all...]
  /external/grub/docs/
texinfo.tex 435 % If a _delimited_ argument is enclosed in braces, they get stripped; so
441 % that a pair of braces would be stripped.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 488 % If a _delimited_ argument is enclosed in braces, they get stripped; so
494 % that a pair of braces would be stripped.
    [all...]

Completed in 3705 milliseconds