OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:empty_line
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/lcov/bin/
gendesc
151
my $
empty_line
= "ignore";
178
$
empty_line
= "ignore";
183
if ($
empty_line
eq "insert")
189
$
empty_line
= "observe";
195
if ($
empty_line
eq "observe")
197
$
empty_line
= "insert";
/external/chromium_org/third_party/lcov-1.9/bin/
gendesc
154
my $
empty_line
= "ignore";
181
$
empty_line
= "ignore";
186
if ($
empty_line
eq "insert")
192
$
empty_line
= "observe";
198
if ($
empty_line
eq "observe")
200
$
empty_line
= "insert";
/external/oprofile/libutil/
op_string.h
67
int
empty_line
(char const * c);
op_string.c
53
int
empty_line
(char const * c)
function
/external/oprofile/libutil/tests/
string_tests.c
67
if (!
empty_line
(""))
68
error("
empty_line
is false for \"\"");
69
if (!
empty_line
("\n\t "))
70
error("
empty_line
is false for \"\\n\\n \"");
71
if (!
empty_line
(" "))
72
error("
empty_line
is false for \" \"");
73
if (
empty_line
("\r"))
74
error("
empty_line
is true for \\r");
/external/chromium_org/third_party/WebKit/Source/core/scripts/
make-file-arrays.py
61
empty_line
= re.compile(r"\n+")
68
content =
empty_line
.sub("\n", content)
74
content =
empty_line
.sub("\n", content)
/external/oprofile/libop/
op_events.c
238
if (
empty_line
(line) || comment_line(line))
445
if (
empty_line
(line) || comment_line(line))
749
if (
empty_line
(line) || comment_line(line))
/external/oprofile/daemon/
opd_ibs.c
533
if (
empty_line
(argv) != 0)
Completed in 189 milliseconds