/system/core/libcutils/ |
cpu_info.c | 33 char* whitespace; local 52 // skip colon and whitespace 55 // truncate trailing whitespace 61 whitespace = strchr(chp, ' '); 62 if (whitespace) 63 *whitespace = 0; 64 whitespace = strchr(chp, '\t'); 65 if (whitespace) 66 *whitespace = 0; 67 whitespace = strchr(chp, '\r') [all...] |
/external/clang/test/Preprocessor/ |
comment_save.c | 1 // RUN: %clang_cc1 -E -C %s | FileCheck -strict-whitespace %s
|
c90.c | 6 #define foo`bar /* expected-error {{whitespace required after macro name}} */ 7 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */
|
comment_save_macro.c | 1 // RUN: %clang_cc1 -E -C %s | FileCheck -check-prefix=CHECK-C -strict-whitespace %s 4 // RUN: %clang_cc1 -E -CC %s | FileCheck -check-prefix=CHECK-CC -strict-whitespace %s 7 // RUN: %clang_cc1 -E %s | FileCheck -check-prefix=CHECK -strict-whitespace %s
|
macro_rparen_scan2.c | 1 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
|
c99-6_10_3_3_p4.c | 1 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
|
macro_paste_msextensions.c | 1 // RUN: %clang_cc1 -P -E -fms-extensions %s | FileCheck -strict-whitespace %s 3 // This horrible stuff should preprocess into (other than whitespace):
|
c99-6_10_3_4_p7.c | 3 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
|
macro_rescan_varargs.c | 1 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
|
/external/clang/test/Lexer/ |
bcpl-escaped-newline.c | 10 // Trailing whitespace!
|
/external/llvm/utils/lint/ |
remove_trailing_whitespace.sh | 2 # Deletes trailing whitespace in-place in the passed-in files.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
whitespace.js | 23 Filename: whitespace.js 35 writeHeaderToLog('Executing script: whitespace.js'); 42 var whitespace = "\f\n\r\t\v "; variable 44 // be sure all whitespace is matched by \s 46 "'" + whitespace + "'.match(new RegExp('\\s+'))", 47 String([whitespace]), String(whitespace.match(new RegExp('\\s+')))); 49 // be sure all non-whitespace is matched by \S 54 // be sure all non-whitespace is not matched by \s 59 // be sure all whitespace is not matched by \ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLCharacterRecognizer.java | 25 * conforms to the XML 1.0 definition of whitespace. 33 * of whitespace. Refer to <A href="http://www.w3.org/TR/1998/REC-xml-19980210#NT-S"> 35 * @param ch Character to check as XML whitespace. 36 * @return =true if <var>ch</var> is XML whitespace; otherwise =false. 44 * Tell if the string is whitespace. 46 * @param ch Character array to check as XML whitespace. 50 * XML whitespace; otherwise, false. 67 * Tell if the string is whitespace. 69 * @param buf StringBuffer to check as XML whitespace. 70 * @return True if characters in buffer are XML whitespace, false otherwis [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
HtmlWhiteSpaceStripper.java | 22 * HTML whitespace stripper to be used by JSilver. It removes leading and 23 * trailing whitespace, it reduces contiguous whitespace characters with just 24 * the first character, and removes lines of nothing but whitespace. 26 * It does not strip whitespace inside the following elements: 33 * It also strips out empty lines and leading whitespace inside HTML tags (i.e. 35 * whitespace since that is more costly to remove and tends to not be common 36 * based on how templates are created (they don't have trailing whitespace). 38 * Loadtests indicate that this class can strip whitespace almost as quickly 50 // Level of whitespace stripping to perform. (Currently not used) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/ |
uc-001-n.js | 35 "Unicode whitespace test (1C.)"); 37 "Unicode whitespace test (1D.)"); 39 "Unicode whitespace test (1E.)"); 41 "Unicode whitespace test (1F.)");
|
/frameworks/base/tools/aidl/ |
aidl_language_l.l | 10 // comment and whitespace handling 37 whitespace ([ \t\n\r]+) 38 brackets \[{whitespace}?\] 57 ^{whitespace}?import{whitespace}[^ \t\r\n]+{whitespace}?; { 61 ^{whitespace}?package{whitespace}[^ \t\r\n]+{whitespace}?; { 71 {whitespace} { /* begin_extra_text(yylineno, WHITESPACE) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMWSFilter.java | 25 * stripping of whitespace nodes. 30 * Do not strip whitespace child nodes of this element. 35 * Strip whitespace child nodes of this element. 40 * Inherit whitespace stripping behavior of the parent node. 45 * Test whether whitespace-only text nodes are visible in the logical
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
WhitespaceStrippingElementMatcher.java | 29 * strip whitespace nodes from it's children. 34 * Get information about whether or not an element should strip whitespace. 40 * @return true if the whitespace should be stripped. 48 * Get information about whether or not whitespace can be stripped. 51 * @return true if the whitespace can be stripped.
|
/frameworks/base/libs/ui/ |
KeyLayoutMap.cpp | 40 static const char* WHITESPACE = " \t\r"; 154 mTokenizer->skipDelimiters(WHITESPACE); 157 String8 keywordToken = mTokenizer->nextToken(WHITESPACE); 159 mTokenizer->skipDelimiters(WHITESPACE); 163 mTokenizer->skipDelimiters(WHITESPACE); 172 mTokenizer->skipDelimiters(WHITESPACE); 187 String8 scanCodeToken = mTokenizer->nextToken(WHITESPACE); 201 mTokenizer->skipDelimiters(WHITESPACE); 202 String8 keyCodeToken = mTokenizer->nextToken(WHITESPACE); 212 mTokenizer->skipDelimiters(WHITESPACE); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
StructuralWhitespaceStripper.java | 48 * commands, comments or whitespace and rewrites the syntax tree to effectively remove any data 49 * (text) associated with that line (including the trailing whitespace). 60 * whitespace sensitive. 99 * A regex snippet to match sequences of inline whitespace. The easiest way to define this is as 104 /** Pattern to match strings that consist only of inline whitespace. */ 108 * Pattern to match strings that start with arbitrary (inline) whitespace, followed by a newline. 113 * Pattern to match strings that end with a newline, followed by trailing (inline) whitespace. 127 * whitespace rather than the content. 133 * Flag to tell us if we are in whitespace chomping mode. By default we start in this mode because 138 * Note that we only actually remove whitespace when we find the terminating condition rather tha [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
WhitespaceInfoPaths.java | 40 * whitespace delimited element qualified names that specify 41 * preservation of whitespace. 53 * whitespace delimited element qualified names that specify 54 * preservation of whitespace.
|
/external/clang/test/PCH/ |
method_pool.h | 3 /* Whitespace below is significant */
|
/external/markdown/tests/misc/ |
blockquote.txt | 1 > blockquote with no whitespace before `>`.
|
/external/webkit/Source/WebCore/manual-tests/autocorrection/ |
type-whitespace-to-dismiss-reversion.html | 31 <title>Type Whitespace to Dismiss Reversion Panel Test</title> 34 <div><p>This test verifies that, after reversion panel is shown, typing whitespace will dismiss the reversion panel.</p> 35 <p>After seeing the reversion panel, type whitespace. You should see the panel being dismissed once you start typing.</p>
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domconfigurationcansetparameter06.js | 78 Check that canSetParameter('element-content-whitespace', true) returns true 79 and that canSetParameter('element-content-whitespace) does not change value of 106 canSetFalse = domConfig.canSetParameter("element-content-whitespace",false); 107 paramVal = domConfig.getParameter("element-content-whitespace"); 113 domConfig.setParameter("element-content-whitespace", false); 116 canSet = domConfig.canSetParameter("element-content-whitespace",true); 122 paramVal = domConfig.getParameter("element-content-whitespace");
|