/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 352 # last non-whitespace character before optional trailing 399 # back up over totally boring whitespace 548 # of non-whitespace chars 556 # Return the leading whitespace on the initial line of the last
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
multifile.py | 91 # Ignore trailing whitespace on marker lines
|
sre_constants.py | 209 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_popen2.py | 40 # end. So we strip whitespace off both ends for comparison.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 121 pathElement = pathElement.trim(); // Avoid problems with trailing whitespace etc
|
/system/core/libcutils/ |
config_utils.c | 191 /* strip trailing whitespace */
|
/system/core/logcat/ |
event.logtags | 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 896 * whitespace nodes. 899 * whitespace nodes. 907 * Get information about whether or not an element should strip whitespace. 929 * Get information about whether or not an element should strip whitespace. 935 * @return true if the whitespace should be stripped. 963 * Get information about whether or not whitespace can be stripped. 966 * @return true if the whitespace can be stripped. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 157 %token WHITESPACE SGML_CD 453 WHITESPACE 454 | space WHITESPACE 465 | maybe_sgml WHITESPACE 1213 | selector WHITESPACE 1214 | selector WHITESPACE simple_selector [all...] |
/external/chromium_org/ui/gfx/ |
text_elider.cc | 697 // True when we do whitespace to newline conversions ourselves. [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 357 /* Since splitting on whitespace is an important use case, and 358 whitespace in most situations is solely ASCII whitespace, we 744 int base64WhiteSpace, /* Encode whitespace (sp, ht, nl, cr) in base64 */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 357 /* Since splitting on whitespace is an important use case, and 358 whitespace in most situations is solely ASCII whitespace, we 744 int base64WhiteSpace, /* Encode whitespace (sp, ht, nl, cr) in base64 */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
cppinternals.info | 140 The lexer does not consider whitespace to be a token in its own 141 right. If whitespace (other than a new line) precedes a token, it sets 170 arguments to a macro is treated as whitespace. This white space is 201 non-comment whitespace only, as intending to escape the newline. It 631 Look at how the preprocessor gets whitespace output correct 634 indicates that the token was preceded by whitespace of some form other 647 consideration reveals that `1' gets its preceding whitespace from the 649 `2' gets its whitespace from the space preceding the parameter `y' in [all...] |
cpp.info | 592 are lines in your program that start with `#'. Whitespace is allowed 608 whitespace. For example, `#define' must be followed by a macro name [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cppinternals.info | 140 The lexer does not consider whitespace to be a token in its own 141 right. If whitespace (other than a new line) precedes a token, it sets 170 arguments to a macro is treated as whitespace. This white space is 201 non-comment whitespace only, as intending to escape the newline. It 631 Look at how the preprocessor gets whitespace output correct 634 indicates that the token was preceded by whitespace of some form other 647 consideration reveals that `1' gets its preceding whitespace from the 649 `2' gets its whitespace from the space preceding the parameter `y' in [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
cppinternals.info | 140 The lexer does not consider whitespace to be a token in its own 141 right. If whitespace (other than a new line) precedes a token, it sets 170 arguments to a macro is treated as whitespace. This white space is 201 non-comment whitespace only, as intending to escape the newline. It 631 Look at how the preprocessor gets whitespace output correct 634 indicates that the token was preceded by whitespace of some form other 647 consideration reveals that `1' gets its preceding whitespace from the 649 `2' gets its whitespace from the space preceding the parameter `y' in [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cppinternals.info | 140 The lexer does not consider whitespace to be a token in its own 141 right. If whitespace (other than a new line) precedes a token, it sets 170 arguments to a macro is treated as whitespace. This white space is 201 non-comment whitespace only, as intending to escape the newline. It 631 Look at how the preprocessor gets whitespace output correct 634 indicates that the token was preceded by whitespace of some form other 647 consideration reveals that `1' gets its preceding whitespace from the 649 `2' gets its whitespace from the space preceding the parameter `y' in [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
statetracker.py | 442 If found, will split the token into at most 3 piecies: leading whitespace, 497 # only a doc comment prefix or whitespace. 817 """Return the last non whitespace token.""" 906 # Traverse behind us, skipping whitespace and comments. 1005 if not token.IsAnyType(Type.WHITESPACE, Type.BLANK_LINE):
|
/external/chromium_org/net/http/ |
http_util.cc | 101 // Trim leading and trailing whitespace from type. We include '(' in 149 // Trim leading and trailing whitespace from charset_val. We include 414 // leading whitespace 418 // trailing whitespace 658 // without any whitespace. As long as it comes from the preference and
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
statetracker.py | 442 If found, will split the token into at most 3 piecies: leading whitespace, 497 # only a doc comment prefix or whitespace. 817 """Return the last non whitespace token.""" 906 # Traverse behind us, skipping whitespace and comments. 1005 if not token.IsAnyType(Type.WHITESPACE, Type.BLANK_LINE):
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
nvvertparse.c | 155 /* skip whitespace and comments */ 166 /* skip whitespace */ 243 * Try to match 'pattern' as the next token after any whitespace/comments. 253 /* skip whitespace and comments */ 263 /* skip whitespace */ [all...] |
/external/chromium_org/url/third_party/mozilla/ |
url_parse.cc | 250 // Skip leading whitespace and control characters. 255 return false; // Input is empty or all whitespace. 356 // Handle empty specs or ones that contain only whitespace or control chars. 475 // Handle empty specs or ones that contain only whitespace or control chars. 524 // Handle empty specs or ones that contain only whitespace or control chars.
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
PHP Markdown Extra Readme.text | 267 line containing some other whitespace would confuse the HTML 373 markdown="span" attribute set unless there was some surrounding whitespace. 488 * Fixed a problem where whitespace at the end of the line of an atx-style 585 all trailing whitespace characters. 638 * Fixed some issues where whitespace around HTML blocks were trigging
|
/external/mesa3d/src/mesa/program/ |
nvvertparse.c | 155 /* skip whitespace and comments */ 166 /* skip whitespace */ 243 * Try to match 'pattern' as the next token after any whitespace/comments. 253 /* skip whitespace and comments */ 263 /* skip whitespace */ [all...] |
/external/valgrind/main/coregrind/ |
m_libcbase.c | 73 // Skip leading whitespace. 99 // Skip leading whitespace. 123 // Skip leading whitespace. 157 // Skip leading whitespace. 189 // Skip leading whitespace.
|