HomeSort by relevance Sort by last modified time
    Searched refs:whitespace (Results 176 - 200 of 402) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 31 {"HTML document #3 (leading whitespace)", []byte(` <!DOCTYPE HTML>...`), "text/html; charset=utf-8"},
  /prebuilts/go/linux-x86/src/net/
parse.go 260 // trimSpace returns x without any leading or trailing ASCII whitespace.
  /dalvik/docs/
prettify.js 437 * @param {string} s html where whitespace is considered significant.
529 * Context is applied to the last non-whitespace, non-comment token
814 // Split non comment|string tokens on whitespace and word boundaries
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bigmem.py 225 whitespace = ' \f\n\r\t\v'
226 repeats = size // len(whitespace) + 2
227 s = whitespace * repeats
    [all...]
test_cookielib.py     [all...]
test_float.py     [all...]
  /external/python/cpython2/Lib/test/
test_bigmem.py 218 whitespace = ' \f\n\r\t\v'
219 repeats = size // len(whitespace) + 2
220 s = whitespace * repeats
    [all...]
test_cookielib.py     [all...]
test_float.py     [all...]
test_string.py 67 string.whitespace
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bigmem.py 226 whitespace = ' \f\n\r\t\v'
227 repeats = size // len(whitespace) + 2
228 s = whitespace * repeats
    [all...]
test_cookielib.py     [all...]
test_float.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bigmem.py 226 whitespace = ' \f\n\r\t\v'
227 repeats = size // len(whitespace) + 2
228 s = whitespace * repeats
    [all...]
test_cookielib.py     [all...]
test_float.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 226 whitespace = ' \f\n\r\t\v'
227 repeats = size // len(whitespace) + 2
228 s = whitespace * repeats
    [all...]
test_cookielib.py     [all...]
test_float.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 226 whitespace = ' \f\n\r\t\v'
227 repeats = size // len(whitespace) + 2
228 s = whitespace * repeats
    [all...]
test_cookielib.py     [all...]
test_float.py     [all...]
  /external/devlib/devlib/utils/
misc.py 368 no surrounding whitespace, underscore-delimited strings."""
488 BAD_CHARS = string.punctuation + string.whitespace
494 whitespace and punctuation."""
  /external/iputils/doc/
docbook2man-spec.pl 97 # to play well with roff's stupid whitespace rules.
158 # Trim whitespace from beginning and end.
229 $nocollapse_whitespace = 0; # Current whitespace collapse counter.
426 # so we won't see any of the whitespace in the source file,
1145 # When in whitespace-collapsing mode, we disallow consecutive newlines.
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]

Completed in 1119 milliseconds

1 2 3 4 5 6 78 91011>>