HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 1 - 25 of 1260) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /libcore/luni/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...]
  /libcore/luni/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
  /libcore/luni/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.
  /libcore/luni/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 &quot;&amp; &lt; &gt;&gt; &apos; 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/libvpx/examples/includes/geshi/geshi/
whitespace.php 3 * whitespace.php
10 * Whitespace language file for GeSHi.
40 'LANG_NAME' => 'Whitespace',
  /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/chromium/third_party/icu/source/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/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/chromium/net/ftp/
ftp_util.h 42 // Skip |columns| columns from |text| (whitespace-delimited), and return the
43 // remaining part, without leading/trailing whitespace.
  /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/chromium/third_party/icu/source/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

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>