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

12

/external/proguard/src/proguard/
H A DLineWordReader.java53 protected String nextLine() throws IOException method in class:LineWordReader
H A DArgumentWordReader.java62 protected String nextLine() throws IOException method in class:ArgumentWordReader
H A DWordReader.java155 currentLine = nextLine();
320 protected abstract String nextLine() throws IOException; method in class:WordReader
/external/icu/icu4c/source/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/chromium_org/third_party/angle/src/libGLESv2/
H A DShader.cpp346 size_t nextLine = mSource.find("\n", curPos); local
347 size_t len = (nextLine == std::string::npos) ? std::string::npos : (nextLine - curPos + 1);
351 curPos = (nextLine == std::string::npos) ? std::string::npos : (nextLine + 1);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp69 InlineFlowBox* nextLine; local
71 nextLine = line->nextLineBox();
73 line = nextLine;
H A DRenderInline.h184 const LayoutRect& nextLine, const Color);
H A DRenderBlockLineLayout.cpp1969 while (RootInlineBox* nextLine = lastLine->nextRootBox())
1970 lastLine = nextLine;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1008 my $nextLine = <$fileHandle>;
1009 my $willAddNewLineAtEndOfFile = defined($nextLine) && $nextLine =~ /^\\ No newline at end of file$/;
1014 $svnText .= $line . $nextLine;
1024 $line = $nextLine;
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHostListLoader.java116 responseBuilder.append(incoming.nextLine());
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
532 Line *nextLine(float width);
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp139 return (pl_line *) pl->nextLine(width);
H A DParagraphLayout.cpp665 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) function in class:ParagraphLayout
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.cpp890 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/external/icu/icu4c/source/test/letest/
H A Dletest.cpp892 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 ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeOptionsScript.js60 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!0,announce:!0,msgId:"next_character",skipInput:!0,category:"navigation"},previousWord:{backward:!0,announce:!0,msgId:"previous_word",skipInput:!0,category:"navigation"},nextWord:{forward:!0,announce:!0,msgId:"next_word",skipInput:!0,category:"navigation"},previousLine:{backward:!0,announce:!0,msgId:"previous_line",category:"navigation"},nextLine:{forward:!0,announce:!0,msgId:"next_line",category:"navigation"},
1473 break;case "previousSentence":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.SENTENCE);break;case "nextSentence":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.SENTENCE);break;case "previousLine":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.LINE);break;case "nextLine":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.LINE);break;case "previousObject":cvox.ChromeVox.navigationManager.navigate(!1,
H A DchromeVoxChromePageScript.js1276 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!0,announce:!0,msgId:"next_character",skipInput:!0,category:"navigation"},previousWord:{backward:!0,announce:!0,msgId:"previous_word",skipInput:!0,category:"navigation"},nextWord:{forward:!0,announce:!0,msgId:"next_word",skipInput:!0,category:"navigation"},previousLine:{backward:!0,announce:!0,msgId:"previous_line",category:"navigation"},nextLine:{forward:!0,announce:!0,msgId:"next_line",category:"navigation"},
1377 break;case "previousSentence":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.SENTENCE);break;case "nextSentence":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.SENTENCE);break;case "previousLine":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.LINE);break;case "nextLine":cvox.ChromeVox.navigationManager.navigate(!1,cvox.NavigationShifter.GRANULARITIES.LINE);break;case "previousObject":cvox.ChromeVox.navigationManager.navigate(!1,
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 9228 milliseconds

12