Home
last modified time | relevance | path

Searched refs:processLine (Results 1 – 14 of 14) 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.java525 public boolean processLine(String line) { in testReadLines_withLineProcessor()
552 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.java155 public boolean processLine(String line) { in readLines() method
DCharStreams.java144 if (!processor.processLine(line)) { in readLines()
DCharSource.java393 if (!processor.processLine(line)) {
DFiles.java539 public boolean processLine(String line) { in readLines() method
/external/llvm/utils/lit/lit/
DTestRunner.py463 def processLine(ln): function
474 return list(map(processLine, script))
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java1158 protected void processLine(String line, int level) { in processLine() method in TestNGAntTask.TestNGLogOS
1162 super.processLine(line, level); in processLine()
/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu2369 __device__ float processLine(int spos, in processLine() function
2441 float sum = processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin, in resizeSuperSample_32f()
2446 sum += processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin, in resizeSuperSample_32f()
2452 sum += processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin, in resizeSuperSample_32f()