Home
last modified time | relevance | path

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

/external/v8/tools/sodium/
Dsodium.js108 function processLine(text, begin, end) { function in Sodium
172 function processLines(source, size, processLine) { argument
177 processLine(source, firstChar, x);
182 processLine(source, firstChar, size - 1);
190 processLines(fileContent, fileContent.length, processLine);
/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java76 public boolean processLine(String line) { in testReadLines_withLineProcessor()
93 public boolean processLine(String line) { in testReadLines_withLineProcessor()
111 public boolean processLine(String line) { in testReadLines_withLineProcessor()
DCharSourceTester.java150 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor()
169 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor_stopsOnFalse()
DCharSourceTest.java129 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor()
149 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor_stopsOnFalse()
DResourcesTest.java82 public boolean processLine(String line) { in testReadLines_withLineProcessor()
DFilesTest.java555 public boolean processLine(String line) { in testReadLines_withLineProcessor()
582 public boolean processLine(String line) { in testReadLines_withLineProcessor()
/external/guava/guava/src/com/google/common/io/
DLineProcessor.java41 boolean processLine(String line) throws IOException; in processLine() method
DResources.java187 public boolean processLine(String line) { in readLines() method
DCharSource.java408 if (!processor.processLine(line)) {
DCharStreams.java329 if (!processor.processLine(line)) { in readLines()
DFiles.java717 public boolean processLine(String line) { in readLines() method
/external/llvm/utils/lit/lit/
DTestRunner.py481 def processLine(ln): function
490 script = [processLine(ln)