OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blanks
(Results
1 - 25
of
280
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py
42
# result 5: strip comments and
blanks
, plus join lines (but don't
46
# result 6: strip comments and
blanks
, plus join lines (and
79
test_input(3, "strip
blanks
", in_file, result3)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py
42
# result 5: strip comments and
blanks
, plus join lines (but don't
46
# result 6: strip comments and
blanks
, plus join lines (and
79
test_input(3, "strip
blanks
", in_file, result3)
/external/pcre/dist/
CleanTxt
69
# Cut out chunks of the form <3
blanks
><non-blank><3
blanks
>
79
# Otherwise output the saved
blanks
, the current, and the next three
98
# any
blanks
there are, and the line. Remember it. Force two blank lines
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
Base64Coder.java
61
* Encodes a string into Base64 format. No
blanks
or line breaks are
121
* Encodes a byte array into Base64 format. No
blanks
or line breaks are
133
* Encodes a byte array into Base64 format. No
blanks
or line breaks are
147
* Encodes a byte array into Base64 format. No
blanks
or line breaks are
185
* Decodes a string from Base64 format. No
blanks
or line breaks are allowed
200
* and
blanks
. CR, LF, Tab and Space characters are ignored in the input
222
* Decodes a byte array from Base64 format. No
blanks
or line breaks are
236
* Decodes a byte array from Base64 format. No
blanks
or line breaks are
250
* Decodes a byte array from Base64 format. No
blanks
or line breaks are
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DirectorySourceFileLocator.java
37
* tab width in source files as number of
blanks
ISourceFileLocator.java
40
* @return tab width as number of
blanks
MultiSourceFileLocator.java
34
* tab width in source files as number of
blanks
used for all
InputStreamSourceFileLocator.java
36
* tab width in source files as number of
blanks
/prebuilts/go/darwin-x86/src/go/doc/testdata/
blank.go
54
//
Blanks
not in doc output:
/prebuilts/go/linux-x86/src/go/doc/testdata/
blank.go
54
//
Blanks
not in doc output:
/toolchain/binutils/binutils-2.25/bfd/
TODO
19
the stupid quips and fill in all the
blanks
.
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
Base64Coder.java
72
/** Encodes a string into Base64 format. No
blanks
or line breaks are inserted.
121
/** Encodes a byte array into Base64 format. No
blanks
or line breaks are inserted in the output.
136
/** Encodes a byte array into Base64 format. No
blanks
or line breaks are inserted in the output.
148
/** Encodes a byte array into Base64 format. No
blanks
or line breaks are inserted in the output.
179
/** Decodes a string from Base64 format. No
blanks
or line breaks are allowed within the Base64 encoded input data.
199
/** Decodes a byte array from Base64 format and ignores line separators, tabs and
blanks
. CR, LF, Tab and Space characters are
217
/** Decodes a byte array from Base64 format. No
blanks
or line breaks are allowed within the Base64 encoded input data.
225
/** Decodes a byte array from Base64 format. No
blanks
or line breaks are allowed within the Base64 encoded input data.
242
/** Decodes a byte array from Base64 format. No
blanks
or line breaks are allowed within the Base64 encoded input data.
254
/** Decodes a byte array from Base64 format. No
blanks
or line breaks are allowed within the Base64 encoded input data.
[
all
...]
/external/clang/lib/Format/
BreakableToken.cpp
28
static const char *const
Blanks
= " \t\v\f\r";
63
StringRef::size_type SpaceOffset = Text.find_last_of(
Blanks
, MaxSplitBytes);
66
Text.find_last_not_of(
Blanks
, SpaceOffset) == StringRef::npos) {
69
StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(
Blanks
);
74
Blanks
, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace));
77
StringRef BeforeCut = Text.substr(0, SpaceOffset).rtrim(
Blanks
);
78
StringRef AfterCut = Text.substr(SpaceOffset).ltrim(
Blanks
);
339
Lines[LineIndex - 1].find_last_not_of(
Blanks
, EndOfPreviousLine);
345
size_t StartOfLine = Lines[LineIndex].find_first_not_of(
Blanks
);
/external/avahi/avahi-daemon/
ini-file-parser.c
164
/* Ignore leading
blanks
*/
167
/* Ignore trailing
blanks
*/
/external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java
89
// Ignore
blanks
204
this.lexer.SPorHT(); // ignore
blanks
206
this.lexer.SPorHT(); // ingore
blanks
.
/external/autotest/client/profilers/readprofile/
readprofile.py
9
the procedure. The output is filled with
blanks
to ease readability.
/external/guava/guava/src/com/google/common/net/
PercentEscaper.java
184
// Start with "%--" and fill in the
blanks
192
// Start with "%--%--" and fill in the
blanks
206
// Start with "%E-%--%--" and fill in the
blanks
225
// Start with "%F-%--%--%--" and fill in the
blanks
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
PercentEscaper.java
214
// Start with "%--" and fill in the
blanks
222
// Start with "%--%--" and fill in the
blanks
236
// Start with "%E-%--%--" and fill in the
blanks
255
// Start with "%F-%--%--%--" and fill in the
blanks
/external/valgrind/coregrind/
m_commandline.c
103
// We have alternating sequences:
blanks
, non-
blanks
,
blanks
...
104
// copy the non-
blanks
sequences, and add terminating '\0'
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
PercentEscaper.java
215
// Start with "%--" and fill in the
blanks
223
// Start with "%--%--" and fill in the
blanks
237
// Start with "%E-%--%--" and fill in the
blanks
256
// Start with "%F-%--%--%--" and fill in the
blanks
/external/autotest/tko/
plotgraph.py
38
# prepend 2
blanks
to work around gnuplot bug
/external/llvm/lib/Support/
LineIterator.cpp
45
// Make sure we don't skip a leading newline if we're keeping
blanks
/external/toybox/toys/posix/
sort.c
31
-b ignore leading
blanks
(or trailing
blanks
in second part of key)
80
#define FLAG_bb (1<<31) // Ignore trailing
blanks
111
// Skip leading
blanks
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dis.py
94
# Trim trailing
blanks
(if any).
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dis.py
94
# Trim trailing
blanks
(if any).
Completed in 1340 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>