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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/plat-irix5/
panelparser.py 12 whitespace = ' \t\n' variable
14 separators = operators + whitespace + ';' + '"'
24 if c in whitespace:
127 # Tokens are separated by whitespace, except the following characters
  /external/python/cpython2/Lib/plat-irix6/
panelparser.py 12 whitespace = ' \t\n' variable
14 separators = operators + whitespace + ';' + '"'
24 if c in whitespace:
127 # Tokens are separated by whitespace, except the following characters
  /external/libchrome/base/strings/
string_split.h 32 // be ignored. With TRIM_WHITESPACE, whitespace-only results will be dropped.
42 // To split on either commas or semicolons, keeping all whitespace:
49 WhitespaceHandling whitespace,
54 WhitespaceHandling whitespace,
62 // To iterate through all whitespace-separated tokens in an input string:
72 WhitespaceHandling whitespace,
77 WhitespaceHandling whitespace,
83 // removes whitespace leading each key and trailing each value. Returns true
119 WhitespaceHandling whitespace,
124 WhitespaceHandling whitespace,
    [all...]
string_split.cc 36 // Returns either the ASCII or UTF-16 whitespace.
76 WhitespaceHandling whitespace,
95 if (whitespace == TRIM_WHITESPACE)
136 WhitespaceHandling whitespace,
150 if (whitespace == TRIM_WHITESPACE)
162 WhitespaceHandling whitespace,
166 input, separators[0], whitespace, result_type);
169 input, separators, whitespace, result_type);
174 WhitespaceHandling whitespace,
178 input, separators[0], whitespace, result_type)
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 37 private boolean whitespace = false; field in class:DocumentBuilderFactory
144 * whitespace in element content (sometimes known loosely as
145 * 'ignorable whitespace') when parsing XML documents (see XML Rec
146 * 2.10). Note that only whitespace which is directly contained within
152 * @param whitespace true if the parser created must eliminate whitespace
157 public void setIgnoringElementContentWhitespace(boolean whitespace) {
158 this.whitespace = whitespace;
227 * parsers which ignore ignorable whitespace in element content
    [all...]
  /external/llvm/test/MC/ARM/
directive-fpu-diagnostics.s 2 @ RUN: | FileCheck %s -strict-whitespace
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
commands.c 80 static char *whitespace = " \t"; variable
163 args = strtok_r(args, whitespace, &nextarg);
167 args = nextarg + strspn(nextarg, whitespace);
173 args = strtok_r(args, whitespace, &nextarg);
181 args = nextarg + strspn(nextarg, whitespace);
578 idlist = strtok_r(args, whitespace, &nextarg);
582 args = nextarg + strspn(nextarg, whitespace);
588 idlist = strtok_r(args, whitespace, &nextarg);
664 args += strspn(args, whitespace);
666 segname = strtok_r(args, whitespace, &nextarg)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
white.s 1 # test handling of whitespace, and upper-case
white.l 4 1 # test handling of whitespace, and upper-case
  /build/kati/testcase/
target_specific_var_append.mk 8 # Note: for some reason, make does not insert a whitespace before OK.
  /external/mesa3d/
.dir-locals.el 1 ((nil . ((show-trailing-whitespace . t)))
12 (whitespace-style face indentation)
13 (whitespace-line-column . 79)
15 (require 'whitespace)
16 (whitespace-mode 1)))
  /development/testrunner/
am_instrument_parser.py 91 line = line.strip(string.whitespace)
94 key = re_result.search(line).group(1).strip(string.whitespace)
97 val = re_result.search(line).group(2).strip(string.whitespace)
107 val = re_code.search(line).group(1).strip(string.whitespace)
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 20 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
24 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length
27 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length
30 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
  /prebuilts/go/darwin-x86/src/cmd/go/
build_test.go 36 {[]byte("\textra whitespace\r\n"), []string{"extra", "whitespace"}},
  /prebuilts/go/linux-x86/src/cmd/go/
build_test.go 36 {[]byte("\textra whitespace\r\n"), []string{"extra", "whitespace"}},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, and
    [all...]
  /external/python/cpython2/Lib/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
17 --commit Creates a new commit containing only the whitespace changes
61 Cosmetic: Fix whitespace in change ${LAST_CHANGEID:0:9}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
labelbug.s 13 ; had the tendency to delete the whitespace between the opcode and
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 122 // - is it a whitespace?
127 private boolean whitespace; field in class:Emitter
176 // - is it a whitespace?
180 whitespace = true;
915 // Important whitespace combinations.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
netrc.py 57 lexer.whitespace = ' \t'
61 lexer.whitespace = ' \t\r\n'

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>