OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespace
(Results
401 - 425
of
2404
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
symcat.h
30
/* Note one should never pass extra
whitespace
to the CONCATn macros,
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
symcat.h
30
/* Note one should never pass extra
whitespace
to the CONCATn macros,
/prebuilts/ndk/5/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
/prebuilts/ndk/6/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
/prebuilts/ndk/7/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
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream
654
* @param noskipws Whether to consume
whitespace
or not.
666
* @c is.flags(), the sentry extracts and discards
whitespace
668
* used to determine whether each character is
whitespace
.
738
* - the next character is
whitespace
according to the current locale
815
* @brief Quick and easy way to eat
whitespace
817
* This manipulator extracts
whitespace
characters, stopping when the
818
* next character is non-
whitespace
, or when the input sequence is empty.
822
* The current locale is used to distinguish
whitespace
characters.
830
* will skip leading
whitespace
before calling operator>> on cin and your
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream
654
* @param noskipws Whether to consume
whitespace
or not.
666
* @c is.flags(), the sentry extracts and discards
whitespace
668
* used to determine whether each character is
whitespace
.
738
* - the next character is
whitespace
according to the current locale
815
* @brief Quick and easy way to eat
whitespace
817
* This manipulator extracts
whitespace
characters, stopping when the
818
* next character is non-
whitespace
, or when the input sequence is empty.
822
* The current locale is used to distinguish
whitespace
characters.
830
* will skip leading
whitespace
before calling operator>> on cin and your
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py
38
# and trailing
whitespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py
20
# the
whitespace
regex, so this test is designed to try and
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py
38
# and trailing
whitespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py
20
# the
whitespace
regex, so this test is designed to try and
/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/log/
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
513
// that it points into
whitespace
. We're done here.
[
all
...]
/art/tools/
generate-operator-out.py
101
# Strip
whitespace
.
132
# Remove any trailing comma and
whitespace
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java
156
* Gets the output produced, stripping it of extraneous
whitespace
characters.
160
// ignore newlines and tabs
whitespace
/external/antlr/antlr-3.4/runtime/Java/src/main/java/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 472 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>