Searched refs:nextLine (Results 1 - 25 of 35) 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/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlinePainter.h28 const LayoutRect& nextLine, const Color);
/external/chromium_org/third_party/icu/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/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/renderer/d3d/
H A DShaderD3D.cpp249 size_t nextLine = source.find("\n", curPos); local
250 size_t len = (nextLine == std::string::npos) ? std::string::npos : (nextLine - curPos + 1);
254 curPos = (nextLine == std::string::npos) ? std::string::npos : (nextLine + 1);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp68 InlineFlowBox* nextLine; local
70 nextLine = line->nextLineBox();
72 line = nextLine;
H A DRenderBlockLineLayout.cpp1824 while (RootInlineBox* nextLine = lastLine->nextRootBox())
1825 lastLine = nextLine;
/external/chromium_org/mojo/public/js/bindings/tests/
H A Dvalidation_test_input_parser.js39 File.prototype.nextLine = function() {
272 var line = file.nextLine();
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHostListLoader.java112 responseBuilder.append(incoming.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/third_party/icu/source/samples/layout/
H A Dparagraph.cpp207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/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.cpp891 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 ...
/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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
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,

Completed in 1204 milliseconds

12