/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenConstants.cs | 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Token.java | 54 * so that whitespace etc... can go to the parser on a "hidden" channel.
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
simplecalc.t | 39 WHITESPACE : ( '\t' | ' ' | '\r' | '\n'| '\u000C' )+ { $channel = HIDDEN; } ;
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 242 // end of line, no tolerance for trailing whitespace 246 // beginning of line, tolerate leading whitespace 251 } // else within line, don't tolerate whitespace 492 * Helper to skip whitespace.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMConstants.java | 64 public static final String DOM_ELEMENT_CONTENT_WHITESPACE = "element-content-whitespace";
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper.h | 31 // whitespace.
|
/external/chromium/googleurl/ |
PRESUBMIT.py | 48 - has a line that ends with whitespace
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
generic_object_view.js | 142 indentSpan.style.whiteSpace = 'pre';
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
error_fixer.py | 308 if token.type in (Type.WHITESPACE, Type.PARAMETERS) and actual != 0: 313 new_token = Token(' ' * expected, Type.WHITESPACE, 331 if current_token.IsAnyType(Type.WHITESPACE, 342 whitespace_token = Token(' ', Type.WHITESPACE, token.line,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.js | 27 col1.style.whiteSpace = 'nowrap';
|
/external/chromium_org/chrome/common/net/ |
url_fixer_upper.h | 32 // whitespace.
|
/external/chromium_org/chrome_frame/tools/test/page_cycler/ |
cf_cycler.py | 26 whitespace.
|
/external/chromium_org/net/cookies/ |
parsed_cookie_unittest.cc | 27 // Trailing whitespace after a quoted value. The whitespace after 129 TEST(ParsedCookieTest, Whitespace) { 162 // Stripping whitespace after the quotes matches all other major browsers.
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SmartReplaceICU.cpp | 54 // Whitespace and newline (kCFCharacterSetWhitespaceAndNewline)
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGParserUtilities.h | 56 // SVG allows several different whitespace characters:
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMSyntaxHighlighter.js | 46 if (this._stripExtraWhitespace && className !== "whitespace")
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
layouttestresults_unittest.py | 39 # The real files have no whitespace, but newlines make this much more readable.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
test_expectations_unittest.py | 101 self.assert_lines_lint(["\twebkit.org/b/1 passes/text.html [ Pass ]"], should_pass=False, expected_output="Line contains tab character. [whitespace/tab] [5]")
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
README.chromium | 79 issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
phystokens.py | 73 trailing whitespace is not preserved, and a final line with no newline
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
error_fixer.py | 308 if token.type in (Type.WHITESPACE, Type.PARAMETERS) and actual != 0: 313 new_token = Token(' ' * expected, Type.WHITESPACE, 331 if current_token.IsAnyType(Type.WHITESPACE, 342 whitespace_token = Token(' ', Type.WHITESPACE, token.line,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.h | 39 * whitespace.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
base64.h | 25 DO_PARSE_WHITE = 2, // Parse only base64 and whitespace characters
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
schemasInternals.h | 549 * a whitespace-facet value of "preserve" 555 * a whitespace-facet value of "replace" 561 * a whitespace-facet value of "collapse" 831 int whitespace; member in struct:_xmlSchemaFacet
|
/external/chromium_org/third_party/re2/doc/ |
syntax.txt | 161 \s whitespace (== [\t\n\f\r ]) 162 \S not whitespace (== [^\t\n\f\r ]) 182 [:space:] whitespace (== [\t\n\v\f\r ]) 316 \s whitespace character (== [ \t]) NOT SUPPORTED vim
|