/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SemiFileReader.java | 8 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()
|
D | FileProcessor.java | 25 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileProcessor 93 if (!handleLine(lineCount, line)) { in process()
|
D | ApproximateWidth.java | 38 protected boolean handleLine(int lineCount, int start, int end, String[] items) {
|
/external/skia/src/utils/ |
D | SkShadowTessellator.cpp | 70 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/ |
D | SkShadowTessellator.cpp | 70 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/ |
D | LineBuffer.java | 88 handleLine(line.toString(), sawReturn in finishLine() 118 protected abstract void handleLine(String line, String end) in handleLine() method in LineBuffer
|
D | LineReader.java | 46 @Override protected void handleLine(String line, String end) {
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | FileUtilities.java | 86 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()
|
D | Typology.java | 64 protected boolean handleLine(int lineCount, int startRaw, int endRaw, String[] items) { in handleLine() method in Typology.MyReader
|
D | ScriptMetadata.java | 257 protected boolean handleLine(int lineCount, int start, int end, String[] items) { in handleLine() method in ScriptMetadata.MyFileReader
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | rhino-python.output | 18 found method def handleLine
|
D | rhino-python.input | 104 self.handleLine(line) 143 def handleLine(self, text):
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | LineBufferTest.java | 86 @Override protected void handleLine(String line, String end) { in bufferHelper()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | LocaleReplacements.java | 90 protected boolean handleLine(int lineCount, String line) {
|
D | CLDRModify.java | 2271 protected boolean handleLine(int lineCount, String line) {
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk7-compilation.txt | 192 made not compilable com.google.common.io.LineBuffer::handleLine
|
/external/cldr/tools/java/org/unicode/cldr/json/ |
D | Ldml2JsonConverter.java | 175 protected boolean handleLine(int lineCount, String line) { in Ldml2JsonConverter()
|