/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | 257 '-whitespace/ending_newline') 265 '-whitespace/ending_newline') 343 ' [whitespace/blank_line] [2]')) 348 ' [whitespace/blank_line] [3]')) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkTextToPathIter.h | 26 const SkPath* fPath; // may be null for "whitespace" glyphs
|
/external/chromium_org/webkit/browser/appcache/ |
manifest_parser.cc | 47 // Skip whitespace separating the resource url from the annotation. 48 // Note: trailing whitespace has already been trimmed from the line. 133 // Character after "CACHE MANIFEST" must be whitespace. 142 // Skip whitespace 159 // Get rid of trailing whitespace 185 // Look for whitespace separating the URL from subsequent ignored tokens. 226 // Look for first whitespace separating the url namespace from 232 continue; // There was no whitespace separating the URLs. 250 // Skip whitespace separating namespace from the type. 254 // Look for whitespace separating the type from the target url [all...] |
/external/clang/test/Lexer/ |
string-literal-errors.cpp | 1 // RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s
|
/external/clang/test/Misc/ |
ast-dump-stmt.m | 1 // RUN: %clang_cc1 -Wno-unused -fblocks -fobjc-exceptions -ast-dump -ast-dump-filter Test %s | FileCheck -strict-whitespace %s
|
unprintable.c | 1 // RUN: not %clang_cc1 %s -fmessage-length 40 2>&1 | FileCheck -strict-whitespace %s
|
/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
|
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>></code>.</p>
|
/external/skia/src/core/ |
SkTextToPathIter.h | 26 const SkPath* fPath; // may be null for "whitespace" glyphs
|
/external/chromium_org/third_party/icu/source/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...] |
/sdk/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/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_org/chrome_frame/ |
chrome_launcher.h | 46 // or trailing whitespace. Returns an empty string if input_str contained only 47 // whitespace.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-892742.js | 29 return/* Counts as non-line-terminating whitespace */1; 35 return/* Counts as line-terminator whitespace.
|
regress-955.js | 34 // Don't allow whitespace after signs in parseInt. 40 // Do allow whitespace at start.
|
/external/compiler-rt/lib/ubsan/lit_tests/TypeCheck/ |
vptr.cpp | 5 // RUN: %t mS 2>&1 | FileCheck %s --check-prefix=CHECK-MEMBER --strict-whitespace 6 // RUN: %t fS 2>&1 | FileCheck %s --check-prefix=CHECK-MEMFUN --strict-whitespace 7 // RUN: %t cS 2>&1 | FileCheck %s --check-prefix=CHECK-DOWNCAST --strict-whitespace 8 // RUN: %t mV 2>&1 | FileCheck %s --check-prefix=CHECK-MEMBER --strict-whitespace 9 // RUN: %t fV 2>&1 | FileCheck %s --check-prefix=CHECK-MEMFUN --strict-whitespace 10 // RUN: %t cV 2>&1 | FileCheck %s --check-prefix=CHECK-DOWNCAST --strict-whitespace 11 // RUN: %t oU 2>&1 | FileCheck %s --check-prefix=CHECK-OFFSET --strict-whitespace 12 // RUN: %t m0 2>&1 | FileCheck %s --check-prefix=CHECK-NULL-MEMBER --strict-whitespace
|
/external/v8/test/mjsunit/regress/ |
regress-892742.js | 29 return/* Counts as non-line-terminating whitespace */1; 35 return/* Counts as line-terminator whitespace.
|
regress-955.js | 34 // Don't allow whitespace after signs in parseInt. 40 // Do allow whitespace at start.
|
/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/chromium_org/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;
|
/external/chromium_org/v8/test/webkit/ |
string-trim.js | 37 var whitespace = [ 62 for (var i = 0; i < whitespace.length; i++) { 63 shouldBe("whitespace["+i+"].s.trim()", "''"); 64 shouldBe("whitespace["+i+"].s.trimLeft()", "''"); 65 shouldBe("whitespace["+i+"].s.trimRight()", "''"); 66 wsString += whitespace[i].s;
|
/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;
|
/system/core/libutils/ |
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);
|