OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linebuff
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
prompt.c
190
char
linebuff
[LINE_LEN];
local
193
n = read(p->fd_in,
linebuff
, sizeof
linebuff
- 1);
195
if (
linebuff
[n-1] == '\n')
196
linebuff
[--n] = '\0';
198
linebuff
[n] = '\0';
204
if (!command_Decode(bundle,
linebuff
, n, p, p->src.from))
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java
221
StringBuilder
linebuff
= new StringBuilder(80); // Typical line
local
229
if (
linebuff
.length() == 0) {
234
if (
linebuff
.length() == 0) {
239
linebuff
.append((char) nextByte);
242
if (
linebuff
.length() == 0) {
245
String line =
linebuff
.toString();
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java
373
StringBuilder
linebuff
= new StringBuilder(80); // Typical line
local
381
if (
linebuff
.length() == 0) {
386
if (
linebuff
.length() == 0) {
391
linebuff
.append((char) nextByte);
394
if (
linebuff
.length() == 0) {
397
String line =
linebuff
.toString();
[
all
...]
Completed in 2331 milliseconds