Searched
full:whitespace (Results
676 -
700 of
2404) sorted by null
<<21222324252627282930>>
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-death-test.h | 126 // \\s matches any ASCII whitespace, including \n 127 // \\S matches any character that's not a whitespace
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQueryExp.cpp | 247 // The aspect-ratio must be <integer> (whitespace)? / (whitespace)? <integer>.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Text.cpp | 283 // Whitespace at the start of a block just goes away. Don't even 327 // If a whitespace node had no renderer and goes through a recalcStyle it may
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertTextCommand.cpp | 174 // It is possible for the node that contains startPosition to contain only unrendered whitespace, 209 // The insertion may require adjusting adjacent whitespace, if it is present.
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserIdioms.cpp | 96 // String::toDouble() accepts leading + and whitespace characters, which are not valid here. 120 // String::toDouble() accepts leading + and whitespace characters, which are not valid here.
|
/external/chromium_org/third_party/codesighs/ |
nm2tsv.c | 104 ** Scan for whitespace. 120 ** Remove any whitespace from the end of the string.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
format.h | 194 * When parsing, leading whitespace is discarded (with successful 195 * parse), while trailing whitespace is left as is.
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/chromium_org/third_party/mozilla/ |
NSPasteboard+Utils.mm | 61 // and leading/trailing whitespace 273 // Trim whitespace off the ends and newlines out of the middle so we don't reject otherwise-valid URLs;
|
NSString+Utils.mm | 108 // Make sure we don't skip whitespace, which NSScanner does by default 127 // Make sure we don't skip whitespace, which NSScanner does by default
|
/external/clang/bindings/xml/ |
comment-xml-schema.rng | 391 <!-- In general, template parameters with whitespace discussion 432 <!-- In general, template parameters with whitespace discussion
|
/external/gtest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/icu4c/i18n/unicode/ |
format.h | 194 * When parsing, leading whitespace is discarded (with successful 195 * parse), while trailing whitespace is left as is.
|
/external/jsilver/src/com/google/clearsilver/jsilver/ |
JSilverOptions.java | 288 * If {@code true}, then unnecessary whitespace will be stripped from the output. 'Unnecessary' is 305 * If {@code true}, then structural whitespace will be stripped from the output. This allows
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 364 (?<=\s) # lookbehind for whitespace 410 \s # starts with whitespace 825 \s? # One optional whitespace character [all...] |
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 195 // Capture segment, remove leading and trailing whitespace. 207 // Capture section, remove leading and trailing whitespace.
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 32 # Get the leading whitespace free section. 56 # we don't have to track whitespace tokens.
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/nist-sip/java/gov/nist/core/ |
HostNameParser.java | 257 * @param allowWS - whether whitespace is allowed around ':', only true for Via headers 293 case ' ': // OK, allow whitespace
|
/external/open-vcdiff/gtest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/qemu/android/ |
config.c | 200 * from trailing whitespace. 215 /* strip trailing whitespace */
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeXmlBlockParser.java | 206 // Original comment: whitespace was stripped by aapt. 390 if (eventType == TEXT && isWhitespace()) { // skip whitespace
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
FontLoader.java | 333 // look for carriage return and replace all whitespace around it by just 1 space. 337 // look for whitespace on each side
|
Completed in 309 milliseconds
<<21222324252627282930>>