Searched refs:nextLine (Results 1 - 25 of 25) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/math/
H A DTestHalfFloat.java43 String s = scan.nextLine();
/external/proguard/src/proguard/
H A DArgumentWordReader.java61 protected String nextLine() throws IOException method in class:ArgumentWordReader
H A DFileWordReader.java68 protected String nextLine() throws IOException method in class:FileWordReader
H A DWordReader.java143 currentLine = nextLine();
281 protected abstract String nextLine() throws IOException; method in class:WordReader
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetConfig.java71 String extensionsList = scan.nextLine();
83 String locatorClass = scan.nextLine().trim();
/external/icu4c/samples/ugrep/
H A Dugrep.cpp71 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) { function
/external/webkit/Source/WebCore/rendering/
H A DRenderLineBoxList.cpp70 InlineFlowBox* nextLine; local
72 nextLine = line->nextLineBox();
74 line = nextLine;
H A DRenderInline.h165 void paintOutlineForLine(GraphicsContext*, int tx, int ty, const IntRect& prevLine, const IntRect& thisLine, const IntRect& nextLine);
H A DRenderBlockLineLayout.cpp1459 while (RootInlineBox* nextLine = lastLine->nextRootBox())
1460 lastLine = nextLine;
1496 while (RootInlineBox* nextLine = lastLine->nextRootBox())
1497 lastLine = nextLine;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DOBJLoader.java237 String line = scan.nextLine().trim();
299 String line = scan.nextLine().trim();
375 String mtllib = scan.nextLine().trim();
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp328 goto nextLine;
332 goto nextLine;
343 goto nextLine;
354 goto nextLine;
358 goto nextLine;
363 goto nextLine;
367 goto nextLine;
379 goto nextLine;
426 goto nextLine;
444 nextLine
[all...]
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
532 Line *nextLine(float width);
/external/icu4c/layoutex/
H A Dplayout.cpp139 return (pl_line *) pl->nextLine(width);
H A DParagraphLayout.cpp662 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) function in class:ParagraphLayout
/external/icu4c/samples/layout/
H A Dparagraph.cpp207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DScannerTest.java5452 * @tests java.util.Scanner#nextLine()
5458 s.nextLine();
5465 String result = s.nextLine();
5472 result = s.nextLine();
5479 result = s.nextLine();
5486 result = s.nextLine();
5494 result = s.nextLine();
5507 result = s.nextLine();
5514 result = s.nextLine();
5528 result = s.nextLine();
[all...]
H A DPropertiesTest.java773 assertTrue(scanner.nextLine().startsWith("#A Header"));
774 assertTrue(scanner.nextLine().startsWith("#"));
H A DControlTest.java598 assertEquals(newValue, scanner.nextLine());
/external/icu4c/test/letest/
H A Dletest.cpp890 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 436 milliseconds