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

1 2 3 4

  /external/proguard/src/proguard/
ArgumentWordReader.java 62 protected String nextLine() throws IOException
LineWordReader.java 53 protected String nextLine() throws IOException
WordReader.java 155 currentLine = nextLine();
320 protected abstract String nextLine() throws IOException;
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
CtsJankTestBase.java 63 outStr.append(out.nextLine());
66 errStr.append(err.nextLine());
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
LineIterator.java 39 * String line = it.nextLine();
129 return nextLine();
138 public String nextLine() {
  /system/core/libutils/
Tokenizer.cpp 145 void Tokenizer::nextLine() {
147 ALOGD("nextLine");
  /cts/common/host-side/xml-plan-generator/tests/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGeneratorTest.java 112 output.append(in.nextLine());
  /external/icu/icu4c/source/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) {
  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 59 int nextLine;
61 nextLine = mLayout.getLineForOffset(0);
65 nextLine = currentLine;
67 nextLine = currentLine + 1;
70 if (nextLine >= mLayout.getLineCount()) {
73 final int start = getLineEdgeIndex(nextLine, DIRECTION_START);
74 final int end = getLineEdgeIndex(nextLine, DIRECTION_END) + 1;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 158 contents.append(scanner.nextLine());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 318 int nextLine = stack.indexOf('\n', endPoint + 1);
319 if (nextLine != -1) {
320 return stack.substring(0, nextLine);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 514 lnotab.nextLine(oparg)
615 def nextLine(self, lineno):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 514 lnotab.nextLine(oparg)
615 def nextLine(self, lineno):
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 665 ParagraphLayout::Line *ParagraphLayout::nextLine(float width)
    [all...]
  /frameworks/rs/
rsFont.cpp 562 int32_t nextLine = 0;
563 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
564 nextLine += mCacheLines.top()->mMaxHeight;
565 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
566 nextLine += mCacheLines.top()->mMaxHeight;
567 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 nextLine += mCacheLines.top()->mMaxHeight;
569 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
570 nextLine += mCacheLines.top()->mMaxHeight;
571 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0))
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java 292 String nextLine() {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java     [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 

Completed in 1410 milliseconds

1 2 3 4