HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 201 - 225 of 1737) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 116 WHITESPACE = re.compile(r'\s*', FLAGS)
118 def JSONObject(match, context, _w=WHITESPACE.match):
160 def JSONArray(match, context, _w=WHITESPACE.match):
246 def decode(self, s, _w=WHITESPACE.match):
  /frameworks/base/core/java/android/net/http/
CharArrayBuffers.java 33 * whitespace and case.
  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 36 // Allow space in the buffer for the address plus whitespace.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodegetlastchild.java 72 assertEquals("whitespace", "#text", childName);
hc_nodegetnextsibling.java 72 assertEquals("whitespace", "#text", nsName);
hc_nodegetprevioussibling.java 72 assertEquals("whitespace", "#text", psName);
nodelistindexgetlength.java 32 * in the list should be 6 (no whitespace) or 13.
  /libcore/json/src/main/java/org/json/
JSONStringer.java 171 * Enters a new scope by appending any necessary whitespace and the given
185 * Closes the current scope by appending any necessary whitespace and the
380 * Inserts any necessary separators and whitespace before a name. Also
395 * Inserts any necessary separators and whitespace before a literal value,
  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 167 * <p>Note that some parsers will report whitespace using the
184 * Receive notification of ignorable whitespace in element content.
187 * of ignorable whitespace (see the W3C XML 1.0 recommendation,
191 * <p>SAX parsers may return all contiguous whitespace in a single
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream 645 * @param noskipws Whether to consume whitespace or not.
656 * @c is.flags(), the sentry extracts and discards whitespace
658 * used to determine whether each character is whitespace.
727 * - the next character is whitespace according to the current locale
804 * @brief Quick and easy way to eat whitespace
806 * This manipulator extracts whitespace characters, stopping when the
807 * next character is non-whitespace, or when the input sequence is empty.
811 * The current locale is used to distinguish whitespace characters.
819 * will skip leading whitespace before calling operator>> on cin and your
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
istream 645 * @param noskipws Whether to consume whitespace or not.
656 * @c is.flags(), the sentry extracts and discards whitespace
658 * used to determine whether each character is whitespace.
727 * - the next character is whitespace according to the current locale
804 * @brief Quick and easy way to eat whitespace
806 * This manipulator extracts whitespace characters, stopping when the
807 * next character is non-whitespace, or when the input sequence is empty.
811 * The current locale is used to distinguish whitespace characters.
819 * will skip leading whitespace before calling operator>> on cin and your
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
istream 645 * @param noskipws Whether to consume whitespace or not.
656 * @c is.flags(), the sentry extracts and discards whitespace
658 * used to determine whether each character is whitespace.
727 * - the next character is whitespace according to the current locale
804 * @brief Quick and easy way to eat whitespace
806 * This manipulator extracts whitespace characters, stopping when the
807 * next character is non-whitespace, or when the input sequence is empty.
811 * The current locale is used to distinguish whitespace characters.
819 * will skip leading whitespace before calling operator>> on cin and your
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidPrintStream.java 75 * The tag does not end with a whitespace.
  /system/core/include/cutils/
logprint.h 81 * filterString: a whitespace-separated set of filter expressions
  /system/core/init/
readme.txt 9 whitespace. The c-style backslash escapes may be used to insert
10 whitespace into a token. Double quotes may also be used to prevent
11 whitespace from breaking text into multiple tokens. The backslash,
14 Lines which start with a # (leading whitespace allowed) are comments.
  /system/core/sh/
miscbltin.c 151 /* Ignore leading IFS whitespace */
157 /* Only one non-whitespace IFS per word */
197 /* Always remove whitespace */
200 /* Don't remove non-whitespace unless it was naked */
  /external/chromium/base/
string_util.cc 212 // Find the edges of leading/trailing whitespace as desired.
219 // When the string was all whitespace, report that we stripped off whitespace
221 // stripped no whitespace, but we still need to clear |output|.
229 // Trim the whitespace.
329 // Set flags to pretend we're already in a trimmed whitespace sequence, so we
330 // will trim any leading whitespace.
338 // Reduce all whitespace sequences to a single space.
344 // Whitespace sequences containing CR or LF are eliminated entirely.
349 // Non-whitespace chracters are copied straight across
    [all...]
string_util.h 212 // Trims any whitespace from either end of the input string. Returns where
213 // whitespace was found.
216 // This function is for ASCII strings and only looks for ASCII whitespace;
241 // Searches for CR or LF characters. Removes all contiguous whitespace
245 // (1) Leading and trailing whitespace is trimmed.
246 // (2) If |trim_sequences_with_line_breaks| is true, any other whitespace
248 // (3) All other whitespace sequences are converted to single spaces.
412 // Returns true if it's a whitespace character.
  /external/clang/lib/Lex/
Lexer.cpp 469 // that it points into whitespace. We're done here.
    [all...]
  /external/v8/src/
scanner-base.cc 127 // We treat byte-order marks (BOMs) as whitespace for better
140 // line (with only whitespace in front of it), we treat the rest
175 return Token::WHITESPACE;
187 // consume the '/' and insert a whitespace. This way all
188 // multi-line comments are treated as whitespace - even the ones
195 return Token::WHITESPACE;
230 token = Token::WHITESPACE;
236 token = Token::WHITESPACE;
441 token = Token::WHITESPACE;
451 // whitespace
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 154 * Gets the output produced, stripping it of extraneous whitespace characters.
158 // ignore newlines and tabs whitespace
  /external/antlr/src/org/antlr/runtime/
CommonTokenStream.java 42 * whitespace and comments etc. to the parser on a hidden channel (i.e.,
49 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
  /external/apache-http/src/org/apache/http/message/
LineParser.java 92 * whitespace before or after the protocol version is
96 * argument index (possibly ignoring whitespace),
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTrace.java 56 * Event type generated for character data (CDATA and Ignorable Whitespace have their own events).
61 * Event type generated for ignorable whitespace (I'm not sure how much this is actually called.
  /external/chromium/googleurl/src/
url_parse_internal.h 57 // Strip leading whitespace and control characters.
61 // Strip trailing whitespace and control characters. We need the >i test for

Completed in 2119 milliseconds

1 2 3 4 5 6 7 891011>>