Searched refs:processLine (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/io/
H A DLineProcessor.java26 * <p>{@link #processLine} will be called for each line that is read, and
41 boolean processLine(String line) throws IOException; method in interface:LineProcessor
H A DCharStreams.java358 if (!callback.processLine(line)) {
/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java109 public boolean processLine(String line) {
118 assertEquals("processLine was called more than once", 1,
125 public boolean processLine(String line) {
134 assertEquals("processLine was not called for all the lines", 3,
142 public boolean processLine(String line) {
H A DResourcesTest.java82 public boolean processLine(String line) {
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp677 processLine(QString::fromLocal8Bit(line.constData(), line.length()));
700 processLine(first);
711 processLine(first);
714 void DumpRenderTree::processLine(const QString &input) function in class:WebCore::DumpRenderTree
H A DDumpRenderTreeQt.h116 void processLine(const QString&);
H A Dmain.cpp225 dumper.processLine(args[0]);
/external/llvm/utils/lit/lit/
H A DTestRunner.py517 def processLine(ln): function in function:parseIntegratedTestScript
526 script = map(processLine, script)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 390 milliseconds