/external/icu4c/samples/ugrep/ |
D | ugrep.cpp | 71 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/ |
D | AssetConfig.java | 71 String extensionsList = scan.nextLine(); in loadText() 83 String locatorClass = scan.nextLine().trim(); in loadText()
|
/external/proguard/src/proguard/ |
D | WordReader.java | 143 currentLine = nextLine(); in nextWord() 281 protected abstract String nextLine() throws IOException; in nextLine() method in WordReader
|
D | ArgumentWordReader.java | 61 protected String nextLine() throws IOException in nextLine() method in ArgumentWordReader
|
D | FileWordReader.java | 68 protected String nextLine() throws IOException in nextLine() method in FileWordReader
|
/external/jmonkeyengine/engine/src/test/jme3test/math/ |
D | TestHalfFloat.java | 43 String s = scan.nextLine(); in main()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLineBoxList.cpp | 70 InlineFlowBox* nextLine; in deleteLineBoxTree() local 72 nextLine = line->nextLineBox(); in deleteLineBoxTree() 74 line = nextLine; in deleteLineBoxTree()
|
D | RenderInline.h | 165 …ntext*, int tx, int ty, const IntRect& prevLine, const IntRect& thisLine, const IntRect& nextLine);
|
D | RenderBlockLineLayout.cpp | 1459 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/ |
D | webkitmerge.cpp | 328 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/ |
D | ScannerTest.java | 5458 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 …]
|
D | PropertiesTest.java | 773 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()
|
D | ControlTest.java | 598 assertEquals(newValue, scanner.nextLine()); in changeProperties()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/ |
D | OBJLoader.java | 237 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/ |
D | playout.cpp | 139 return (pl_line *) pl->nextLine(width); in pl_nextLine()
|
D | ParagraphLayout.cpp | 662 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
|
/external/icu4c/samples/layout/ |
D | paragraph.cpp | 207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
|
/external/icu4c/layoutex/layout/ |
D | ParagraphLayout.h | 532 Line *nextLine(float width);
|
/external/icu4c/test/letest/ |
D | letest.cpp | 890 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 21487 (KJS::Lexer::nextLine): 21501 (KJS::Lexer::nextLine):
|
D | ChangeLog-2009-06-16 | 4829 * parser/Lexer.h: Removed State enum, setDone function, nextLine function, 5635 (JSC::Lexer::nextLine): Updated for name change from yylineno to m_line.
|