HomeSort by relevance Sort by last modified time
    Searched refs:stripped (Results 51 - 75 of 223) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
cgi.py 872 def stripped(self, key): member in class:FormContent
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
cgi.py 872 def stripped(self, key): member in class:FormContent
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 257 be backslash-escaped. The backslash is stripped from any two-character
259 characters are stripped from any quoted string. Returns a list of
367 'basedir'. 'prefix' is a string that will be stripped off of each
369 prepended (after 'prefix' is stripped). You can supply either or both
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 257 be backslash-escaped. The backslash is stripped from any two-character
259 characters are stripped from any quoted string. Returns a list of
367 'basedir'. 'prefix' is a string that will be stripped off of each
369 prepended (after 'prefix' is stripped). You can supply either or both
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 257 be backslash-escaped. The backslash is stripped from any two-character
259 characters are stripped from any quoted string. Returns a list of
367 'basedir'. 'prefix' is a string that will be stripped off of each
369 prepended (after 'prefix' is stripped). You can supply either or both
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 257 be backslash-escaped. The backslash is stripped from any two-character
259 characters are stripped from any quoted string. Returns a list of
367 'basedir'. 'prefix' is a string that will be stripped off of each
369 prepended (after 'prefix' is stripped). You can supply either or both
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
  /external/v8/test/mjsunit/regress/
regress-347914.js 7 // Begin stripped down and modified version of mjsunit.js for easy minimization in CF.
51 // End stripped down and modified version of mjsunit.js.
  /external/libunwind/doc/
unw_get_proc_name.tex 34 information has been stripped from a program, procedure names may be
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 162 output. A trailing newline, if any, is stripped.
  /art/test/
Android.run-test.mk 238 # 147-stripped-dex-fallback isn't supported on device because --strip-dex
242 147-stripped-dex-fallback \
293 147-stripped-dex-fallback \
383 # 147-stripped-dex-fallback is disabled because it requires --prebuild.
392 147-stripped-dex-fallback \
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 542 if (suffix.search(/^\[[0-9]+ bytes were stripped\]$/) == -1) {
543 return prefix + '[' + suffix.length + ' bytes were stripped]';
558 return '[' + value.length + ' bytes were stripped]';
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt 146 val stripped = "${expr.uniqueKey.stripNonJava()}"
147 L.d("readableUniqueName for [%s] %s is %s", System.identityHashCode(expr), expr.uniqueKey, stripped)
148 stripped
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bigmem.py 285 stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bigmem.py 285 stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 285 stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 285 stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 529 * @return the stripped string
598 * @return the stripped string or <code>null</code> if the string
614 * @return the stripped string or <code>null</code> if the string
630 * @return the stripped string or <code>null</code> if the string
646 * @return the stripped string or <code>null</code> if the string
1430 String stripped = htmlTagPattern.matcher(string).replaceAll(""); local
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 365 testfile8: 7da0 Place stripped output into FILE
434 testfile9: 3600 Place stripped output into FILE
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 339 * <li>Whitespace and control characters in the fragment will be stripped.
352 String stripped = uri.replaceAll("[\\u0000-\\u001F\\u007F-\\u009F\\p{javaWhitespace}]", ""); local
353 return URI.create(stripped);
    [all...]
  /build/core/
java_common.mk 79 # that end with a colon, and they are stripped out in the next step.

Completed in 2016 milliseconds

1 23 4 5 6 7 8 9