HomeSort by relevance Sort by last modified time
    Searched refs:readNextLine (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSPosix/
Responder.c 475 mDNSBool readNextLine;
478 readNextLine = mDNSfalse;
487 readNextLine = mDNStrue;
491 readNextLine = mDNStrue;
493 } while (readNextLine);
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
WatchUidRunner.java 242 while ((line = readNextLine()) != null) {
268 String[] readNextLine() throws IOException {

Completed in 144 milliseconds