Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 21 of 21) sorted by relevance

/external/icu4c/samples/ugrep/
Dugrep.cpp71 void nextLine(int start);
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
374 void nextLine(int startPos) { in nextLine() function
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DAssetConfig.java71 String extensionsList = scan.nextLine(); in loadText()
83 String locatorClass = scan.nextLine().trim(); in loadText()
/external/proguard/src/proguard/
DWordReader.java143 currentLine = nextLine(); in nextWord()
281 protected abstract String nextLine() throws IOException; in nextLine() method in WordReader
DArgumentWordReader.java61 protected String nextLine() throws IOException in nextLine() method in ArgumentWordReader
DFileWordReader.java68 protected String nextLine() throws IOException in nextLine() method in FileWordReader
/external/jmonkeyengine/engine/src/test/jme3test/math/
DTestHalfFloat.java43 String s = scan.nextLine(); in main()
/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.cpp70 InlineFlowBox* nextLine; in deleteLineBoxTree() local
72 nextLine = line->nextLineBox(); in deleteLineBoxTree()
74 line = nextLine; in deleteLineBoxTree()
DRenderInline.h165 …ntext*, int tx, int ty, const IntRect& prevLine, const IntRect& thisLine, const IntRect& nextLine);
DRenderBlockLineLayout.cpp1459 while (RootInlineBox* nextLine = lastLine->nextRootBox()) in matchedEndLine() local
1460 lastLine = nextLine; in matchedEndLine()
1496 while (RootInlineBox* nextLine = lastLine->nextRootBox()) in matchedEndLine() local
1497 lastLine = nextLine; in matchedEndLine()
/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp328 goto nextLine; in ParseLine()
332 goto nextLine; in ParseLine()
343 goto nextLine; in ParseLine()
354 goto nextLine; in ParseLine()
358 goto nextLine; in ParseLine()
363 goto nextLine; in ParseLine()
367 goto nextLine; in ParseLine()
379 goto nextLine; in ParseLine()
426 goto nextLine; in ParseLine()
444 nextLine: in ParseLine()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DScannerTest.java5458 s.nextLine(); in test_nextLine()
5465 String result = s.nextLine(); in test_nextLine()
5472 result = s.nextLine(); in test_nextLine()
5479 result = s.nextLine(); in test_nextLine()
5486 result = s.nextLine(); in test_nextLine()
5494 result = s.nextLine(); in test_nextLine()
5507 result = s.nextLine(); in test_nextLine()
5514 result = s.nextLine(); in test_nextLine()
5528 result = s.nextLine(); in test_nextLine()
5541 result = s.nextLine(); in test_nextLine()
[all …]
DPropertiesTest.java773 assertTrue(scanner.nextLine().startsWith("#A Header")); in test_storeLjava_io_WriterLjava_lang_String()
774 assertTrue(scanner.nextLine().startsWith("#")); in test_storeLjava_io_WriterLjava_lang_String()
DControlTest.java598 assertEquals(newValue, scanner.nextLine()); in changeProperties()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
DOBJLoader.java237 String line = scan.nextLine().trim(); in readFace()
299 String line = scan.nextLine().trim(); in readVector2()
375 String mtllib = scan.nextLine().trim(); in readLine()
/external/icu4c/layoutex/
Dplayout.cpp139 return (pl_line *) pl->nextLine(width); in pl_nextLine()
DParagraphLayout.cpp662 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
/external/icu4c/samples/layout/
Dparagraph.cpp207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/external/icu4c/layoutex/layout/
DParagraphLayout.h532 Line *nextLine(float width);
/external/icu4c/test/letest/
Dletest.cpp890 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1021487 (KJS::Lexer::nextLine):
21501 (KJS::Lexer::nextLine):
DChangeLog-2009-06-164829 * parser/Lexer.h: Removed State enum, setDone function, nextLine function,
5635 (JSC::Lexer::nextLine): Updated for name change from yylineno to m_line.