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

1 2 3 4 5 6 7 8 91011>>

  /tools/repohooks/tools/
checkpatch.pl     [all...]
  /build/make/core/
envsetup.mk 8 # SCAN_EXCLUDE_DIRS is an optional, whitespace separated list of
config.mk 362 # Strip whitespace from the ABI list string.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/libjpeg-turbo/doc/html/search/
search.js 340 // strip leading whitespace
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 632 /// - If after comment and whitespace stripping, the documentation
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 252 follows, 'space' means any Unicode whitespace character
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 37 p.scanner.Whitespace = 1<<'\t' | 1<<'\n' | 1<<' '
90 // unquotedStringChar = <neither a whitespace nor a ';' char> .
99 for ch := p.scanner.Peek(); ch != ';' && ch != scanner.EOF && p.scanner.Whitespace&(1<<uint(ch)) == 0; ch = p.scanner.Peek() {
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 134 // non-existent whitespace.
  /prebuilts/go/linux-x86/src/fmt/
doc.go 252 follows, 'space' means any Unicode whitespace character
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser.go 37 p.scanner.Whitespace = 1<<'\t' | 1<<'\n' | 1<<' '
90 // unquotedStringChar = <neither a whitespace nor a ';' char> .
99 for ch := p.scanner.Peek(); ch != ';' && ch != scanner.EOF && p.scanner.Whitespace&(1<<uint(ch)) == 0; ch = p.scanner.Peek() {
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 134 // non-existent whitespace.
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /frameworks/base/tools/aapt/
Resource.cpp 2167 static const char whitespace[] = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 553 \s* $ # toss trailing whitespace on the header.
741 'inconsistent leading whitespace: %r' %
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /external/brotli/research/
brotlidump.py     [all...]
  /external/python/cpython2/Lib/
doctest.py 614 \s* $ # toss trailing whitespace on the header.
802 'inconsistent leading whitespace: %r' %
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 588 \s* $ # toss trailing whitespace on the header.
776 'inconsistent leading whitespace: %r' %
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 588 \s* $ # toss trailing whitespace on the header.
776 'inconsistent leading whitespace: %r' %
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 588 \s* $ # toss trailing whitespace on the header.
776 'inconsistent leading whitespace: %r' %
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 588 \s* $ # toss trailing whitespace on the header.
776 'inconsistent leading whitespace: %r' %
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/v8/src/debug/
debug.js 28 // not really code. Currently the regular expression matches whitespace and

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>