Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/io/
DLineProcessor.java41 boolean processLine(String line) throws IOException; in processLine() method
DCharStreams.java358 if (!callback.processLine(line)) {
/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java109 public boolean processLine(String line) { in testReadLines_withLineProcessor()
125 public boolean processLine(String line) { in testReadLines_withLineProcessor()
142 public boolean processLine(String line) { in testReadLines_withLineProcessor()
DResourcesTest.java82 public boolean processLine(String line) { in testReadLines_withLineProcessor()
/external/webkit/Tools/DumpRenderTree/qt/
Dmain.cpp225 dumper.processLine(args[0]); in main()
DDumpRenderTreeQt.h116 void processLine(const QString&);
DDumpRenderTreeQt.cpp677 processLine(QString::fromLocal8Bit(line.constData(), line.length())); in readLine()
700 processLine(first); in processArgsLine()
711 processLine(first); in loadNextTestInStandAloneMode()
714 void DumpRenderTree::processLine(const QString &input) in processLine() function in WebCore::DumpRenderTree
/external/llvm/utils/lit/lit/
DTestRunner.py401 def processLine(ln): function
410 script = map(processLine, script)
/external/webkit/Tools/
DChangeLog-2011-02-1622251 (WebCore::DumpRenderTree::processLine):
22810 (WebCore::DumpRenderTree::processLine):
DChangeLog-2010-05-2416573 (WebCore::DumpRenderTree::processLine):
16574 - Hash processing mechanism moved from DumpRenderTree::open to DumpRenderTree::processLine.