Searched refs:processLine (Results 1 – 12 of 12) sorted by relevance
/external/v8/tools/sodium/ |
D | sodium.js | 108 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/ |
D | CharStreamsTest.java | 76 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()
|
D | CharSourceTester.java | 150 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor() 169 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor_stopsOnFalse()
|
D | CharSourceTest.java | 129 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor() 149 public boolean processLine(String line) throws IOException { in testReadLines_withProcessor_stopsOnFalse()
|
D | ResourcesTest.java | 82 public boolean processLine(String line) { in testReadLines_withLineProcessor()
|
D | FilesTest.java | 555 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/ |
D | LineProcessor.java | 41 boolean processLine(String line) throws IOException; in processLine() method
|
D | Resources.java | 187 public boolean processLine(String line) { in readLines() method
|
D | CharSource.java | 408 if (!processor.processLine(line)) {
|
D | CharStreams.java | 329 if (!processor.processLine(line)) { in readLines()
|
D | Files.java | 717 public boolean processLine(String line) { in readLines() method
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 481 def processLine(ln): function 490 script = [processLine(ln)
|