HomeSort by relevance Sort by last modified time
    Searched defs:nextline (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libasm/
asm_addstrz.c 64 bool nextline = true; local
68 if (nextline)
71 nextline = false;
84 nextline = true;
93 if (! nextline)
  /build/tools/kcm/
kcm.cpp 89 char *nextline = thisline; local
91 while (*nextline != '\0' && *nextline != '\n' && *nextline != '\r') {
92 nextline++;
101 char lineend = *nextline;
102 *nextline = '\0';
103 if (lineend == '\r' && nextline[1] == '\n') {
104 nextline++;
126 end = nextline;
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 188 String nextline; local
189 while ((nextline = buf.readLine()) != null) {
190 assertEquals(helloWorldString, nextline);
    [all...]

Completed in 86 milliseconds