OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespace
(Results
126 - 150
of
2404
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/lib/Format/
BreakableToken.h
64
/// \brief Replaces the
whitespace
between \p LineIndex-1 and \p LineIndex.
164
// Rearranges the
whitespace
between Lines[LineIndex-1] and Lines[LineIndex],
165
// so that all
whitespace
between the lines is accounted to Lines[LineIndex]
166
// as leading
whitespace
:
167
// - Lines[LineIndex] points to the text after that
whitespace
168
// - Lines[LineIndex-1] shrinks by its trailing
whitespace
169
// - LeadingWhitespace[LineIndex] is updated with the complete
whitespace
185
// trailing
whitespace
between the lines. Note that the decoration (if
189
// LeadingWhitespace[i] is the number of characters regarded as
whitespace
in
191
// regard as
whitespace
when all lines have a "*" prefix
[
all
...]
/external/chromium_org/v8/tools/
presubmit.py
89
whitespace
/blank_line
90
whitespace
/braces
91
whitespace
/comma
92
whitespace
/comments
93
whitespace
/ending_newline
94
whitespace
/indent
95
whitespace
/labels
96
whitespace
/line_length
97
whitespace
/newline
98
whitespace
/operator
[
all
...]
/external/icu4c/common/
util.h
98
*
whitespace
, whereas the call skipWhitespace(text, limit, start),
99
* will back up limit past trailing
whitespace
.
102
* leading or trailing
whitespace
, respectively
104
* leading or trailing
whitespace
, respectively
113
* Parse a single non-
whitespace
character 'ch', optionally
114
* preceded by
whitespace
.
120
* @param ch the non-
whitespace
character to be parsed.
122
*
whitespace
characters.
186
* and it must not point to a
whitespace
character. That is, must
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc
30
// Check for non-newline
whitespace
; if found, collapse
whitespace
runs down
33
// trailing
whitespace
when making this determination.
37
// If the user is pasting all-
whitespace
, paste a single space
44
// Otherwise, all
whitespace
is newlines; remove it entirely.
/external/chromium_org/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
/external/chromium_org/ui/views/controls/
styled_label.h
25
// always multiline. Trailing
whitespace
in the styled label text is not
27
//
whitespace
is respected, provided not only
whitespace
fits in the first line.
28
// In this case, leading
whitespace
is ignored.
56
// Note that any trailing
whitespace
in |text| will be trimmed.
/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
/external/llvm/utils/
codegen-diff
15
$bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining
whitespace
35
$bytes =~ s/\s+/ /g; # regularize
whitespace
36
$bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining
whitespace
45
$bytes =~ s/\s+/ /g; # regularize
whitespace
46
$bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining
whitespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py
80
#
Whitespace
munging and end-of-sentence detection
219
# it's adjacent to non-
whitespace
on both sides.
336
# Check that drop_whitespace=False preserves
whitespace
.
338
text = " This is a sentence with much
whitespace
."
345
# Check that drop_whitespace=False preserves a
whitespace
-only string.
349
# Check that a
whitespace
-only string gets indented (when
355
# Check drop_whitespace on a
whitespace
-only string.
359
# Check that drop_whitespace does not drop leading
whitespace
(if
360
# followed by non-
whitespace
).
362
#
whitespace
; let's test that a bit, shall we
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py
80
#
Whitespace
munging and end-of-sentence detection
219
# it's adjacent to non-
whitespace
on both sides.
336
# Check that drop_whitespace=False preserves
whitespace
.
338
text = " This is a sentence with much
whitespace
."
345
# Check that drop_whitespace=False preserves a
whitespace
-only string.
349
# Check that a
whitespace
-only string gets indented (when
355
# Check drop_whitespace on a
whitespace
-only string.
359
# Check that drop_whitespace does not drop leading
whitespace
(if
360
# followed by non-
whitespace
).
362
#
whitespace
; let's test that a bit, shall we
[
all
...]
/frameworks/native/libs/input/
KeyCharacterMap.cpp
47
static const char*
WHITESPACE
= " \t\r";
683
mTokenizer->skipDelimiters(
WHITESPACE
);
688
String8 keywordToken = mTokenizer->nextToken(
WHITESPACE
);
690
mTokenizer->skipDelimiters(
WHITESPACE
);
694
mTokenizer->skipDelimiters(
WHITESPACE
);
698
mTokenizer->skipDelimiters(
WHITESPACE
);
716
mTokenizer->skipDelimiters(
WHITESPACE
);
766
String8 typeToken = mTokenizer->nextToken(
WHITESPACE
);
793
String8 keywordToken = mTokenizer->nextToken(
WHITESPACE
);
795
mTokenizer->skipDelimiters(
WHITESPACE
);
[
all
...]
/external/chromium/net/base/
data_url.cc
76
// For base64, we may have url-escaped
whitespace
which is not part
77
// of the data, and should be stripped. Otherwise, the escaped
whitespace
85
// Strip
whitespace
.
data_url_unittest.cc
114
// Other
whitespace
should also be removed from anything base-64 encoded.
121
// In base64 encoding, escaped
whitespace
should be stripped.
131
// Only unescaped
whitespace
should be stripped in non-base64.
/external/chromium/testing/gtest/src/
gtest-typed-test.cc
41
// contains only
whitespace
characters.
56
// Skip initial
whitespace
in registered_tests since some
57
// preprocessors prefix stringizied literals with
whitespace
.
/external/chromium_org/net/base/
data_url_unittest.cc
120
// Other
whitespace
should also be removed from anything base-64 encoded.
127
// In base64 encoding, escaped
whitespace
should be stripped.
137
// Only unescaped
whitespace
should be stripped in non-base64.
/external/chromium_org/testing/gtest/src/
gtest-typed-test.cc
41
// contains only
whitespace
characters.
56
// Skip initial
whitespace
in registered_tests since some
57
// preprocessors prefix stringizied literals with
whitespace
.
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-typed-test.cc
41
// contains only
whitespace
characters.
56
// Skip initial
whitespace
in registered_tests since some
57
// preprocessors prefix stringizied literals with
whitespace
.
/external/chromium_org/v8/test/webkit/
regexp-negative-special-characters.js
38
test("\\s", " \\t\\f\\v\\r\\n", 0); // ASCII
whitespace
.
39
test("\\S", "????????", 0); // Cyrillic letters are non-
whitespace
...
40
test("\\s", "????????", 8); // ...and they aren't
whitespace
.
/external/clang/test/Preprocessor/
ucn-pp-identifier.c
3
// RUN: not %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -Wundef 2>&1 | FileCheck -strict-
whitespace
%s
32
#define a\u0024 // expected-warning {{
whitespace
}}
102
// expected-warning@-1 {{incomplete universal character name}} expected-note@-1 {{did you mean to use '\u'?}} expected-warning@-1 {{
whitespace
}}
/external/gtest/src/
gtest-typed-test.cc
41
// contains only
whitespace
characters.
56
// Skip initial
whitespace
in registered_tests since some
57
// preprocessors prefix stringizied literals with
whitespace
.
/external/icu4c/i18n/
smpdtfst.cpp
36
fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:
whitespace
:]]", 20), *status);
37
fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:
whitespace
:]]", 19), *status);
38
fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:
whitespace
:]", 14), *status);
/external/llvm/utils/unittest/googletest/
gtest-typed-test.cc
41
// contains only
whitespace
characters.
56
// Skip initial
whitespace
in registered_tests since some
57
// preprocessors prefix stringizied literals with
whitespace
.
/external/mesa3d/src/gtest/src/
gtest-typed-test.cc
41
// contains only
whitespace
characters.
56
// Skip initial
whitespace
in registered_tests since some
57
// preprocessors prefix stringizied literals with
whitespace
.
/external/openssh/
uuencode.c
51
* Will skip leading and trailing
whitespace
. Returns the number of bytes
62
/* skip
whitespace
and data */
67
/* and remove trailing
whitespace
because __b64_pton needs this */
/external/zlib/src/
zlib2ansi
33
\s* # optional
whitespace
36
\( \s* # Literal "(" + optional
whitespace
38
\s* \) # optional
whitespace
surrounding a Literal ")"
Completed in 907 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>