Home
last modified time | relevance | path

Searched refs:handleLine (Results 1 – 20 of 20) 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
23 protected boolean handleLine(int lineCount, String line) { in handleLine() method in SemiFileReader
38 return handleLine(lineCount, start, end, parts); in handleLine()
DFileProcessor.java25 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileProcessor
94 if (!handleLine(lineCount, line)) { in process()
DApproximateWidth.java38 protected boolean handleLine(int lineCount, int start, int end, String[] items) {
/external/skia/src/utils/
DSkShadowTessellator.cpp71 void handleLine(const SkPoint& p);
72 void handleLine(const SkMatrix& m, SkPoint* p);
740 void SkBaseShadowTessellator::handleLine(const SkPoint& p) { in handleLine() function in SkBaseShadowTessellator
767 void SkBaseShadowTessellator::handleLine(const SkMatrix& m, SkPoint* p) { in handleLine() function in SkBaseShadowTessellator
770 this->handleLine(*p); in handleLine()
789 this->handleLine(fPointBuffer[i]); in handleQuad()
793 this->handleLine(pts[1]); in handleQuad()
794 this->handleLine(pts[2]); in handleQuad()
814 this->handleLine(fPointBuffer[i]); in handleCubic()
818 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/android/guava/src/com/google/common/io/
DLineBuffer.java89 handleLine(line.toString(), separator); in finishLine()
114 protected abstract void handleLine(String line, String end) throws IOException; in handleLine() method in LineBuffer
DLineReader.java50 protected void handleLine(String line, String end) {
/external/guava/guava/src/com/google/common/io/
DLineBuffer.java89 handleLine(line.toString(), separator); in finishLine()
114 protected abstract void handleLine(String line, String end) throws IOException; in handleLine() method in LineBuffer
DLineReader.java50 protected void handleLine(String line, String end) {
/external/cldr/tools/java/org/unicode/cldr/draft/
DFileUtilities.java88 protected abstract boolean handleLine(int lineCount, int start, int end, String[] items); in handleLine() method in FileUtilities.SemiFileReader
103 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileUtilities.SemiFileReader
118 return handleLine(lineCount, start, end, parts); in handleLine()
135 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileUtilities.FileProcessor
203 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/guava/android/guava-tests/test/com/google/common/io/
DLineBufferTest.java85 protected void handleLine(String line, String end) { in bufferHelper()
/external/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java85 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.java2036 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.java176 protected boolean handleLine(int lineCount, String line) { in Ldml2JsonConverter()