OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespace
(Results
526 - 550
of
2404
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/
genmacro.c
99
/* strip off leading and trailing
whitespace
*/
/external/chromium_org/tools/grit/grit/gather/
igoogle_strings.py
69
def ignorableWhitespace(self,
whitespace
):
muppet_strings.py
76
def ignorableWhitespace(self,
whitespace
):
/external/chromium_org/tools/metrics/histograms/
pretty_print.py
180
# Replace sequences of
whitespace
with single spaces.
195
s = s.rstrip() # remove any trailing
whitespace
200
s = s.rstrip() # remove any trailing
whitespace
202
s = s.rstrip() # remove any trailing
whitespace
/external/chromium_org/v8/test/mjsunit/regress/
regress-latin-1.js
62
// Latin-1
whitespace
character
/external/chromium_org/v8/test/webkit/
gmail-re-re.js
47
// This function replaces consecutive
whitespace
with a single space
/external/clang/include/clang/Lex/
TokenConcatenation.h
24
/// "Is it safe to emit two tokens without a
whitespace
between them, or
/external/clang/lib/Rewrite/Core/
TokenRewriter.cpp
29
// Return all comments and
whitespace
as tokens.
/external/clang/test/FixIt/
fixit-unicode.c
1
// RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-
whitespace
%s
/external/clang/test/SemaCXX/
switch-implicit-fallthrough-macro.cpp
16
:: fallthrough ] ] // testing
whitespace
and comments in macro definition
/external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java
35
* hex digits freely interspersed with
whitespace
. If a pound sign
/external/e2fsprogs/e2fsck/
argv_parse.c
62
/* Not
whitespace
, so start a new token */
/external/icu4c/test/intltest/
usettest.h
39
*
whitespace
.
/external/libexif/test/
test-parse.c
75
/** Split string at
whitespace
and call callback with each substring. */
/external/libpcap/
etherent.c
127
/* Must be
whitespace
*/
/external/libxml2/include/libxml/
schemasInternals.h
549
* a
whitespace
-facet value of "preserve"
555
* a
whitespace
-facet value of "replace"
561
* a
whitespace
-facet value of "collapse"
831
int
whitespace
;
member in struct:_xmlSchemaFacet
/external/llvm/cmake/modules/
ChooseMSVCCRT.cmake
30
# Strip off the leading slash and any
whitespace
.
/external/objenesis/tck/test/org/objenesis/tck/
CandidateLoaderTest.java
52
+ "# a comment and some
whitespace
\n" + "\n"
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java
78
* Returns the next non-
whitespace
character in {@code input} that is white
/external/proguard/src/proguard/util/
ListUtil.java
112
* Skips any
whitespace
characters.
/external/regex-re2/doc/
syntax.txt
161
\s
whitespace
(== [\t\n\f\r ])
162
\S not
whitespace
(== [^\t\n\f\r ])
182
[:space:]
whitespace
(== [\t\n\v\f\r ])
316
\s
whitespace
character (== [ \t]) NOT SUPPORTED vim
/external/skia/expectations/gm/
ignored-tests.txt
14
# Other than that, each line must either be
whitespace
or list just one test.
/frameworks/native/opengl/libs/tools/
genfiles
38
# have some irrelevant
whitespace
and parameter name differences.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ATResponseParser.java
151
/** Throws ATParseEx if
whitespace
extends to the end of string */
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistindexequalzero.java
34
* selected (em when ignoring
whitespace
).
Completed in 594 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>