/external/cldr/tools/cldr-code/src/main/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 23 protected boolean handleLine(int lineCount, String line) { in handleLine() method in SemiFileReader 38 return handleLine(lineCount, start, end, parts); in handleLine()
|
D | FileProcessor.java | 27 protected boolean handleLine(int lineCount, String line) { in handleLine() method in FileProcessor 96 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 | 88 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/ |
D | LineBuffer.java | 90 handleLine(line.toString(), separator); in finishLine() 115 protected abstract void handleLine(String line, String end) throws IOException; in handleLine() method in LineBuffer
|
D | LineReader.java | 51 protected void handleLine(String line, String end) {
|
/external/guava/android/guava/src/com/google/common/io/ |
D | LineBuffer.java | 90 handleLine(line.toString(), separator); in finishLine() 115 protected abstract void handleLine(String line, String end) throws IOException; in handleLine() method in LineBuffer
|
D | LineReader.java | 51 protected void handleLine(String line, String end) {
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
D | FileUtilities.java | 122 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()
|
D | Typology.java | 65 protected boolean handleLine(int lineCount, int startRaw, int endRaw, String[] items) { in handleLine() method in Typology.MyReader
|
D | ScriptMetadata.java | 259 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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/ |
D | LdmlConfigFileReader.java | 45 protected boolean handleLine(int lineCount, String line) { in read()
|
D | LdmlConvertRules.java | 528 protected boolean handleLine(int lineCount, String line) { in handleLine() method in LdmlConvertRules.PathTransformSpecHelper
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | LineBufferTest.java | 85 protected void handleLine(String line, String end) { in bufferHelper()
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | LineBufferTest.java | 85 protected void handleLine(String line, String end) { in bufferHelper()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | LocaleReplacements.java | 90 protected boolean handleLine(int lineCount, String line) {
|
D | CLDRModify.java | 1864 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
|