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

  /external/proguard/src/proguard/
ArgumentWordReader.java 61 protected String nextLine() throws IOException
FileWordReader.java 68 protected String nextLine() throws IOException
WordReader.java 143 currentLine = nextLine();
281 protected abstract String nextLine() throws IOException;
  /packages/apps/Email/src/org/apache/commons/io/
LineIterator.java 39 * String line = it.nextLine();
129 return nextLine();
138 public String nextLine() {
  /external/icu4c/samples/ugrep/
ugrep.cpp 71 void nextLine(int start);
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
366 // nextLine Advance the line index variables, starting at the
374 void nextLine(int startPos) {
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 68 InlineFlowBox* nextLine;
70 nextLine = line->nextFlowBox();
72 line = nextLine;
  /libcore/luni/src/main/java/java/util/
Scanner.java     [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 637 ParagraphLayout::Line *ParagraphLayout::nextLine(float width)
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardParserImpl_V21.java 781 final String nextLine = peekLine();
788 if (!TextUtils.isEmpty(nextLine) &&
789 nextLine.charAt(0) == ' ' &&
790 !"END:VCARD".contains(nextLine.toUpperCase())) {
797 builder.append(nextLine.substring(1));
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 421 String nextLine = null;
422 while (null != (nextLine = output.readLine())) {
423 Log.i(LOG_TAG, nextLine);
  /packages/apps/Tag/src/com/android/vcard/
VCardParserImpl_V21.java 782 final String nextLine = peekLine();
789 if (!TextUtils.isEmpty(nextLine) &&
790 nextLine.charAt(0) == ' ' &&
791 !"END:VCARD".contains(nextLine.toUpperCase())) {
798 builder.append(nextLine.substring(1));
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ScannerTest.java     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 415 milliseconds