Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DSemiFileReader.java8 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine() method in SemiFileReader
22 protected boolean handleLine(int lineCount, String line) { in handleLine() method in SemiFileReader
37 return handleLine(lineCount, start, end, parts); in handleLine()
DFileProcessor.java25 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileProcessor
93 if (!handleLine(lineCount, line)) { in process()
DApproximateWidth.java38 protected boolean handleLine(int lineCount, int start, int end, String[] items) {
/external/skia/src/utils/
DSkShadowTessellator.cpp70 void handleLine(const SkPoint& p);
71 void handleLine(const SkMatrix& m, SkPoint* p);
736 void SkBaseShadowTessellator::handleLine(const SkPoint& p) { in handleLine() function in SkBaseShadowTessellator
763 void SkBaseShadowTessellator::handleLine(const SkMatrix& m, SkPoint* p) { in handleLine() function in SkBaseShadowTessellator
766 this->handleLine(*p); in handleLine()
785 this->handleLine(fPointBuffer[i]); in handleQuad()
789 this->handleLine(pts[1]); in handleQuad()
790 this->handleLine(pts[2]); in handleQuad()
810 this->handleLine(fPointBuffer[i]); in handleCubic()
814 this->handleLine(pts[1]); in handleCubic()
[all …]
/external/skqp/src/utils/
DSkShadowTessellator.cpp70 void handleLine(const SkPoint& p);
71 void handleLine(const SkMatrix& m, SkPoint* p);
736 void SkBaseShadowTessellator::handleLine(const SkPoint& p) { in handleLine() function in SkBaseShadowTessellator
763 void SkBaseShadowTessellator::handleLine(const SkMatrix& m, SkPoint* p) { in handleLine() function in SkBaseShadowTessellator
766 this->handleLine(*p); in handleLine()
785 this->handleLine(fPointBuffer[i]); in handleQuad()
789 this->handleLine(pts[1]); in handleQuad()
790 this->handleLine(pts[2]); in handleQuad()
810 this->handleLine(fPointBuffer[i]); in handleCubic()
814 this->handleLine(pts[1]); in handleCubic()
[all …]
/external/guava/guava/src/com/google/common/io/
DLineBuffer.java88 handleLine(line.toString(), sawReturn in finishLine()
118 protected abstract void handleLine(String line, String end) in handleLine() method in LineBuffer
DLineReader.java46 @Override protected void handleLine(String line, String end) {
/external/cldr/tools/java/org/unicode/cldr/draft/
DFileUtilities.java86 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine() method in FileUtilities.SemiFileReader
100 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileUtilities.SemiFileReader
115 return handleLine(lineCount, start, end, parts); in handleLine()
132 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileUtilities.FileProcessor
200 if (!handleLine(lineCount, line)) { in process()
DTypology.java64 protected boolean handleLine(int lineCount, int startRaw, int endRaw, String[] items) { in handleLine() method in Typology.MyReader
DScriptMetadata.java257 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/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java86 @Override protected void handleLine(String line, String end) { in bufferHelper()
/external/cldr/tools/java/org/unicode/cldr/tool/
DLocaleReplacements.java90 protected boolean handleLine(int lineCount, String line) {
DCLDRModify.java2271 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
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java175 protected boolean handleLine(int lineCount, String line) { in Ldml2JsonConverter()