HomeSort by relevance Sort by last modified time
    Searched refs:stripped (Results 101 - 125 of 348) sorted by null

1 2 3 45 6 7 8 91011>>

  /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...]
  /external/python/cpython3/Tools/clinic/
clinic.py     [all...]
  /build/soong/cc/
ndk_prebuilt.go 34 // These differ from regular prebuilts in that they aren't stripped and usually aren't installed
ndk_headers.go 87 // of the file without the leading from directory stripped.
  /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...]
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 181 // Decode expects these to have been stripped by the caller.
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 36 // DIR/bin/quux, not DIR/bin/foo/quux. The foo/ is stripped
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 181 // Decode expects these to have been stripped by the caller.
  /prebuilts/go/linux-x86/src/go/build/
doc.go 36 // DIR/bin/quux, not DIR/bin/foo/quux. The foo/ is stripped
  /external/autotest/client/common_lib/hosts/
base_classes.py 123 """Run and retrieve the value of stdout stripped of whitespace.
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 145 'msg': "After the text entered with [Ok] is stripped, <nothing>, "
  /external/python/cpython3/Lib/test/
test_bigmem.py 271 stripped = s.lstrip()
272 self.assertTrue(stripped is s)
343 stripped = s.rstrip()
344 self.assertTrue(stripped is s)
    [all...]
test_ssl.py     [all...]
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 19 // function breaks the input into lines with line termination stripped. Split
335 // text, stripped of any trailing end-of-line marker. The returned line may
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 77 // Escape characters are stripped from the output; otherwise they
125 // - all text written is appended to buf; tabs and line breaks are stripped away
  /prebuilts/go/linux-x86/src/bufio/
scan.go 19 // function breaks the input into lines with line termination stripped. Split
335 // text, stripped of any trailing end-of-line marker. The returned line may
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 77 // Escape characters are stripped from the output; otherwise they
125 // - all text written is appended to buf; tabs and line breaks are stripped away
  /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...]
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
  /build/blueprint/parser/
ast.go 448 // Return the text of the comment with // or /* and */ stripped
  /build/make/core/
java_common.mk 117 # that end with a colon, and they are stripped out in the next step.

Completed in 1145 milliseconds

1 2 3 45 6 7 8 91011>>