HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 51 - 75 of 1737) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/src/
bluetoothd.8.in 45 the following columns separated by whitespace:
58 the following columns separated by whitespace:
69 the following columns separated by whitespace:
80 the following columns separated by whitespace:
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 3 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
c99-6_10_3_4_p9.c 3 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
output_paste_avoid.c 1 // RUN: %clang_cc1 -E %s -o - | FileCheck -strict-whitespace %s
stringize_misc.c 1 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
  /external/markdown/tests/misc/
blockquote.html 2 <p>blockquote with no whitespace before <code>&gt;</code>.</p>
  /external/pcre/
Detrail 3 # This is a script for removing trailing whitespace from lines in files that
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementcontentwhitespace01.js 81 Normalize document with element-content-whitespace set to true, check that
82 whitespace in element content is preserved.
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-element-content-whitespace
110 domConfig.setParameter("element-content-whitespace", true);
datatype_normalization2.xsd 77 <xsd:whiteSpace value="preserve"/>
85 <xsd:whiteSpace value="collapse"/>
93 <xsd:whiteSpace value="replace"/>
domconfigelementcontentwhitespace1.js 71 * Checks behavior of "element-content-whitespace" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-element-content-whitespace
87 var parameter = "eLeMent-content-whitespace";
textiselementcontentwhitespace05.js 81 Replace the whitespace before the "p" element in barfoo with non-whitespace and normalize with validation.
82 isElementContentWhitespace should be false since the node is not whitespace.
  /development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 54 std::string str = getNextToken(f, pos, &last, WHITESPACE);
209 std::string token = getNextToken(line, 0, &last, WHITESPACE);
213 std::string varname = getNextToken(line, pos, &last, WHITESPACE);
230 std::string varname = getNextToken(line, pos, &last, WHITESPACE);
248 std::string varname = getNextToken(line, pos, &last, WHITESPACE);
261 std::string pointerDirStr = getNextToken(line, pos, &last, WHITESPACE);
278 std::string varname = getNextToken(line, pos, &last, WHITESPACE);
292 std::string flag = getNextToken(line, pos, &last, WHITESPACE);
322 std::string varname = getNextToken(line, pos, &last, WHITESPACE);
339 std::string varname = getNextToken(line, pos, &last, WHITESPACE);
    [all...]
  /external/icu4c/common/
util.h 93 * Skip over whitespace in a Replaceable. Whitespace is defined by
99 * whitespace, whereas the call skipWhitespace(text, limit, start),
100 * will back up limit past trailing whitespace.
103 * leading or trailing whitespace, respectively
105 * leading or trailing whitespace, respectively
114 * Parse a single non-whitespace character 'ch', optionally
115 * preceded by whitespace.
121 * @param ch the non-whitespace character to be parsed.
123 * whitespace characters
    [all...]
  /external/chromium/net/ftp/
ftp_util.h 45 // Skips |columns| columns from |text| (whitespace-delimited), and returns the
46 // remaining part, without leading/trailing whitespace.
  /external/chromium/chrome/browser/autocomplete/
keyword_provider.h 36 // whitespace-delimited tokens and tries to match the first token as the prefix
61 // If |trim_leading_whitespace| is true then leading whitespace in
90 // Leading whitespace in |*remaining_input| will be trimmed.
95 // Extracts the next whitespace-delimited token from input and returns it.
97 // the first intervening whitespace).
98 // If |trim_leading_whitespace| is true then leading whitespace in
  /external/v8/test/mjsunit/third_party/
string-trim.js 47 var whitespace = [
72 for (var i = 0; i < whitespace.length; i++) {
73 assertEquals(whitespace[i].s.trim(), '');
74 assertEquals(whitespace[i].s.trimLeft(), '');
75 assertEquals(whitespace[i].s.trimRight(), '');
76 wsString += whitespace[i].s;
  /frameworks/base/libs/utils/
PropertyMap.cpp 34 static const char* WHITESPACE = " \t\r";
170 mTokenizer->skipDelimiters(WHITESPACE);
179 mTokenizer->skipDelimiters(WHITESPACE);
187 mTokenizer->skipDelimiters(WHITESPACE);
189 String8 valueToken = mTokenizer->nextToken(WHITESPACE);
196 mTokenizer->skipDelimiters(WHITESPACE);
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 262 '-whitespace/ending_newline')
270 '-whitespace/ending_newline')
338 ' [whitespace/blank_line] [2]'))
343 ' [whitespace/blank_line] [3]'))
    [all...]
  /external/icu4c/test/letest/
xmlreader.cpp 51 // trim leading whitespace
63 // trim whitespace following the comma
69 // trim trailing whitespace
97 // trim leading whitespace
119 // trim trailing whitespace
  /external/llvm/utils/
codegen-diff 15 $bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining whitespace
35 $bytes =~ s/\s+/ /g; # regularize whitespace
36 $bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining whitespace
45 $bytes =~ s/\s+/ /g; # regularize whitespace
46 $bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining whitespace
  /external/chromium/net/base/
data_url.cc 76 // For base64, we may have url-escaped whitespace which is not part
77 // of the data, and should be stripped. Otherwise, the escaped whitespace
85 // Strip whitespace.
data_url_unittest.cc 114 // Other whitespace should also be removed from anything base-64 encoded.
121 // In base64 encoding, escaped whitespace should be stripped.
131 // Only unescaped whitespace should be stripped in non-base64.
  /external/chromium/testing/gtest/src/
gtest-typed-test.cc 41 // contains only whitespace characters.
56 // Skip initial whitespace in registered_tests since some
57 // preprocessors prefix stringizied literals with whitespace.
  /external/llvm/utils/unittest/googletest/
gtest-typed-test.cc 41 // contains only whitespace characters.
56 // Skip initial whitespace in registered_tests since some
57 // preprocessors prefix stringizied literals with whitespace.
  /external/zlib/
zlib2ansi 33 \s* # optional whitespace
36 \( \s* # Literal "(" + optional whitespace
38 \s* \) # optional whitespace surrounding a Literal ")"

Completed in 256 milliseconds

1 23 4 5 6 7 8 91011>>