OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextline
(Results
1 - 11
of
11
) sorted by null
/external/elfutils/libasm/
asm_addstrz.c
76
bool
nextline
= true;
local
80
if (
nextline
)
83
nextline
= false;
96
nextline
= true;
105
if (!
nextline
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py
69
nextline
= line
71
while
nextline
[-2:] == '\\\n':
72
nextline
= fp.readline()
73
if not
nextline
:
nextline
= '\n'
74
line = line[:-2] +
nextline
ftplib.py
200
nextline
= self.getline()
201
line = line + ('\n' +
nextline
)
202
if
nextline
[:3] == code and \
203
nextline
[3:4] != '-':
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py
69
nextline
= line
71
while
nextline
[-2:] == '\\\n':
72
nextline
= fp.readline()
73
if not
nextline
:
nextline
= '\n'
74
line = line[:-2] +
nextline
ftplib.py
200
nextline
= self.getline()
201
line = line + ('\n' +
nextline
)
202
if
nextline
[:3] == code and \
203
nextline
[3:4] != '-':
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
137
String
nextline
;
local
138
while ((
nextline
= buf.readLine()) != null) {
139
assertEquals(helloWorldString,
nextline
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py
243
nextline
= Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
245
rv.append(
nextline
)
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
[
all
...]
/external/libvorbis/doc/
05-comment.tex
98
\begin{description} %[style=
nextline
]
04-codec.tex
619
\begin{description} %[style=
nextline
]
Completed in 174 milliseconds