Home
last modified time | relevance | path

Searched refs:handleLine (Results 1 – 20 of 20) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DSemiFileReader.java8 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine() method in SemiFileReader
23 protected boolean handleLine(int lineCount, String line) { in handleLine() method in SemiFileReader
38 return handleLine(lineCount, start, end, parts); in handleLine()
DFileProcessor.java27 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileProcessor
96 if (!handleLine(lineCount, line)) { in process()
DApproximateWidth.java38 protected boolean handleLine(int lineCount, int start, int end, String[] items) {
/external/skia/src/utils/
DSkShadowTessellator.cpp88 void handleLine(const SkPoint& p);
89 void handleLine(const SkMatrix& m, SkPoint* p);
758 void SkBaseShadowTessellator::handleLine(const SkPoint& p) { in handleLine() function in SkBaseShadowTessellator
785 void SkBaseShadowTessellator::handleLine(const SkMatrix& m, SkPoint* p) { in handleLine() function in SkBaseShadowTessellator
788 this->handleLine(*p); in handleLine()
807 this->handleLine(fPointBuffer[i]); in handleQuad()
811 this->handleLine(pts[1]); in handleQuad()
812 this->handleLine(pts[2]); in handleQuad()
832 this->handleLine(fPointBuffer[i]); in handleCubic()
836 this->handleLine(pts[1]); in handleCubic()
[all …]
/external/guava/guava/src/com/google/common/io/
DLineBuffer.java90 handleLine(line.toString(), separator); in finishLine()
115 protected abstract void handleLine(String line, String end) throws IOException; in handleLine() method in LineBuffer
DLineReader.java51 protected void handleLine(String line, String end) {
/external/guava/android/guava/src/com/google/common/io/
DLineBuffer.java90 handleLine(line.toString(), separator); in finishLine()
115 protected abstract void handleLine(String line, String end) throws IOException; in handleLine() method in LineBuffer
DLineReader.java51 protected void handleLine(String line, String end) {
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DFileUtilities.java122 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine() method in FileUtilities.SemiFileReader
137 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileUtilities.SemiFileReader
152 return handleLine(lineCount, start, end, parts); in handleLine()
169 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileUtilities.FileProcessor
237 if (!handleLine(lineCount, line)) { in process()
DTypology.java65 protected boolean handleLine(int lineCount, int startRaw, int endRaw, String[] items) { in handleLine() method in Typology.MyReader
DScriptMetadata.java259 protected boolean handleLine(int lineCount, int start, int end, String[] items) { in handleLine() method in ScriptMetadata.MyFileReader
/external/antlr/runtime/JavaScript/tests/functional/
Drhino-python.output18 found method def handleLine
Drhino-python.input104 self.handleLine(line)
143 def handleLine(self, text):
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdmlConfigFileReader.java45 protected boolean handleLine(int lineCount, String line) { in read()
DLdmlConvertRules.java528 protected boolean handleLine(int lineCount, String line) { in handleLine() method in LdmlConvertRules.PathTransformSpecHelper
/external/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java85 protected void handleLine(String line, String end) { in bufferHelper()
/external/guava/android/guava-tests/test/com/google/common/io/
DLineBufferTest.java85 protected void handleLine(String line, String end) { in bufferHelper()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DLocaleReplacements.java90 protected boolean handleLine(int lineCount, String line) {
DCLDRModify.java1864 protected boolean handleLine(int lineCount, String line) {
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-compilation.txt192 made not compilable com.google.common.io.LineBuffer::handleLine