/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/clearsilver/cs/ |
test18.cs.gold | 14 with whitespace 20 With whitespace in def...
|
test18.cs | 13 with whitespace 19 With whitespace in def...
|
/external/webkit/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...] |
/dalvik/libcore/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/webkit/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...] |
/dalvik/libcore/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
|
/dalvik/libcore/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.
|
/dalvik/libcore/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/v8/tools/ |
presubmit.py | 81 whitespace/blank_line 82 whitespace/braces 83 whitespace/comma 84 whitespace/comments 85 whitespace/end_of_line 86 whitespace/ending_newline 87 whitespace/indent 88 whitespace/labels 89 whitespace/line_length 90 whitespace/newlin [all...] |
/external/e2fsprogs/lib/ss/ |
parse.c | 24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; 30 * Parses line, dividing at whitespace, into tokens, returns 64 parse_mode = WHITESPACE; /* flushing whitespace */ 72 while (parse_mode == WHITESPACE) { 104 parse_mode = WHITESPACE;
|
/external/bluetooth/glib/gio/tests/ |
g-icon.c | 130 icon = g_icon_new_for_string ("/path/to/somewhere with whitespace.png", &error); 133 g_assert_cmpstr (data, ==, "/path/to/somewhere with whitespace.png"); 135 location = g_file_new_for_commandline_arg ("/path/to/somewhere with whitespace.png"); 140 location = g_file_new_for_commandline_arg ("/path/to/somewhere%20with%20whitespace.png"); 160 icon = g_icon_new_for_string ("sftp:///path/to/somewhere with whitespace.png", &error); 163 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere%20with%20whitespace.png"); 165 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere with whitespace.png"); 170 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere%20with%20whitespace.png"); 190 icon = g_themed_icon_new ("icon name with whitespace");
|
/external/bluetooth/glib/tests/markups/ |
expected-1 | 19 TEXT ' and entities "& < >> ' and whitespace '
|
valid-1.gmarkup | 5 <e2:foo> Text <childfree/> with some <nested>nested elements</nested> and entities "& < >> ' and whitespace </e2:foo>
|
/external/webkit/WebCore/loader/appcache/ |
ManifestParser.cpp | 71 // Skip whitespace 88 // Get rid of trailing whitespace 109 // Look for whitespace separating the URL from subsequent ignored tokens. 139 // Look for whitespace separating the two URLs 144 // There was no whitespace separating the URLs. 157 // Skip whitespace separating fallback namespace from URL. 161 // Look for whitespace separating the URL from subsequent ignored tokens.
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp_unittest.py | 268 ' [whitespace/blank_line] [2]')) 273 ' [whitespace/blank_line] [3]')) 306 'Line ends in whitespace. Consider deleting these extra spaces.' 307 ' [whitespace/end_of_line] [4]') 734 # missing explicit is bad, even with whitespace 739 ['Extra space before ( in function call [whitespace/parens] [4]', [all...] |
/external/bluetooth/bluez/src/ |
bluetoothd.8.in | 45 the following columns separated by whitespace: 58 the following columns separated by whitespace: 69 the following columns separated by whitespace: 80 the following columns separated by whitespace:
|
/external/icu4c/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...] |
/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;
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
error_handlers_unittest.py | 53 _category = "whitespace/tab" 104 "foo.h:100: message [whitespace/tab] [5]\n") 116 "foo.h(100): message [whitespace/tab] [5]\n") 131 "foo.h:100: message [whitespace/tab] [5]\n") 138 "foo.h:100: message [whitespace/tab] [5]\n" 177 category = "whitespace/tab"
|
/external/icu4c/test/letest/ |
xmlreader.cpp | 51 // trim leading whitespace 63 // trim whitespace following the comma 69 // trim trailing whitespace 97 // trim leading whitespace 119 // trim trailing whitespace
|
/frameworks/base/awt/java/awt/font/ |
GlyphMetrics.java | 92 * The Constant WHITESPACE indicates a glyph without visual representation. 94 public static final byte WHITESPACE = 4; 155 * Checks if this glyph is whitespace or not. 157 * @return true, if this glyph is whitespace, false otherwise. 160 return ((this.glyphType & 4) == WHITESPACE);
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_string_utils.cpp | 228 /* Purpose : Skips over any leading whitespace (i.e., a space or */ 230 /* returns the pointer to the first non-whitespace */ 233 /* Return : pointer to first non-whitespace character */ 272 /* Purpose : Skips over any leading whitespace (i.e., a space or */ 274 /* returns the pointer to the first non-whitespace */ 279 /* Return : pointer to first non-whitespace character */ 302 /* Purpose : Skips to the first whitespace character (i.e., a space */ 305 /* non-whitespace character. */ 310 /* Return : pointer to first non-whitespace character */ 362 /* Purpose : Skips over any leading whitespace (i.e., a space or * [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
UrlBase64.java | 82 * whitespace characters will be ignored. 95 * decode the URL safe base 64 encoded String data - whitespace will be ignored. 118 * whitespace characters will be ignored.
|