OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:line_sep
(Results
1 - 11
of
11
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
logged_expectations.ipp
69
static const char
LINE_SEP
= '\n';
94
std::getline( m_log_file, line,
LINE_SEP
);
104
m_log_file << FILE_SIG << CLMN_SEP << ELOG_VER <<
LINE_SEP
;
116
std::getline( m_log_file, line,
LINE_SEP
);
125
m_log_file << DP_SIG << CLMN_SEP << std::boolalpha << true <<
LINE_SEP
;
139
std::getline( m_log_file, line,
LINE_SEP
);
148
m_log_file << SCOPE_SIG << CLMN_SEP << scope_name <<
LINE_SEP
;
162
std::getline( m_log_file, line,
LINE_SEP
);
171
m_log_file << ALLOC_SIG << CLMN_SEP << s <<
LINE_SEP
;
183
std::getline( m_log_file, line,
LINE_SEP
);
[
all
...]
/system/core/toolbox/grep/
util.c
232
if (ln.len > 0 && ln.dat[ln.len - 1] ==
line_sep
)
261
printf("%u%c", c,
line_sep
);
264
printf("%s%c", fn,
line_sep
);
266
printf("%s%c", fn,
line_sep
);
492
putchar(
line_sep
);
496
putchar(
line_sep
);
file.c
158
if ((p = memchr(bufpos,
line_sep
, bufrem)) != NULL) {
180
if ((p = memchr(bufpos,
line_sep
, bufrem)) == NULL)
grep.h
125
extern unsigned char
line_sep
;
grep.c
119
unsigned char
line_sep
= '\n'; /* 0 for --null-data */
variable
570
line_sep
= '\0';
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTemplates.java
45
private static final String
LINE_SEP
= System.getProperty("line.separator");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
ant.jar
ant-apache-oro.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 203 milliseconds