/external/libphonenumber/demo/src/com/google/phonenumbers/ |
D | PhoneNumberParserServlet.java | 184 private void appendLine(String title, String data, StringBuilder output) { in appendLine() method in PhoneNumberParserServlet 261 appendLine("country_code", Integer.toString(number.getCountryCode()), output); in getOutputForSingleNumber() 262 appendLine("national_number", Long.toString(number.getNationalNumber()), output); in getOutputForSingleNumber() 263 appendLine("extension", number.getExtension(), output); in getOutputForSingleNumber() 264 appendLine("country_code_source", number.getCountryCodeSource().toString(), output); in getOutputForSingleNumber() 265 appendLine("italian_leading_zero", Boolean.toString(number.isItalianLeadingZero()), output); in getOutputForSingleNumber() 266 appendLine("raw_input", number.getRawInput(), output); in getOutputForSingleNumber() 278 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber() 280 appendLine("Result from isPossibleNumberWithReason()", in getOutputForSingleNumber() 285 appendLine("Result from isValidNumber()", Boolean.toString(isNumberValid), output); in getOutputForSingleNumber() [all …]
|
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 41 this->appendLine(p0, p1); in lineTo() 44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) { in appendLine() function in GrCCFillGeometry 146 this->appendLine(p0, p2); in quadraticTo() 195 this->appendLine(p0, p2); in appendMonotonicQuadratic() 473 this->appendLine(p0, p3); in cubicTo() 586 this->appendLine(p0, p3); in appendCubics() 615 this->appendLine(p0, p3); in appendCubics() 683 this->appendLine(p0, p3); in chopAndAppendCubicAtMidTangent() 717 this->appendLine(p0, p2); in conicTo() 758 this->appendLine(p0, p2); in appendMonotonicConic() [all …]
|
D | GrCCFillGeometry.h | 90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 41 this->appendLine(p0, p1); in lineTo() 44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) { in appendLine() function in GrCCFillGeometry 146 this->appendLine(p0, p2); in quadraticTo() 195 this->appendLine(p0, p2); in appendMonotonicQuadratic() 473 this->appendLine(p0, p3); in cubicTo() 586 this->appendLine(p0, p3); in appendCubics() 615 this->appendLine(p0, p3); in appendCubics() 683 this->appendLine(p0, p3); in chopAndAppendCubicAtMidTangent() 717 this->appendLine(p0, p2); in conicTo() 758 this->appendLine(p0, p2); in appendMonotonicConic() [all …]
|
D | GrCCFillGeometry.h | 90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
|
/external/mockito/src/main/java/org/mockito/internal/junit/ |
D | StubbingArgMismatches.java | 39 hint.appendLine(x++, ". Unused... ", m.getKey().getLocation()); in format() 41 hint.appendLine(" ...args ok? ", invocation.getLocation()); in format()
|
D | StubbingHint.java | 19 void appendLine(Object ... elements) { in appendLine() method in StubbingHint
|
D | UnusedStubbings.java | 36 hint.appendLine(x++, ". Unused ", candidate.getInvocation().getLocation()); in format()
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfProgram.py | 175 serializer.appendLine("goto start;") 183 serializer.appendLine("end:") 203 serializer.appendLine( 255 serializer.appendLine( 257 serializer.appendLine("#define BYTES(w) ((w + 7) / 8)") 331 serializer.appendLine(",") 354 serializer.appendLine(",")
|
D | ebpfDeparser.py | 73 serializer.appendLine("/* Deparser */") 141 serializer.appendLine(store) 152 serializer.appendLine(store)
|
D | ebpfTable.py | 151 serializer.appendLine("/* construct key */") 251 serializer.appendLine("u;") 306 serializer.appendLine("/* perform lookup */") 321 serializer.appendLine("/* miss; find default action */") 346 serializer.appendLine("/* run action */")
|
D | ebpfConditional.py | 100 serializer.appendLine(")") 110 serializer.appendLine("else")
|
D | target.py | 54 serializer.appendLine("BPF_MAP_TYPE_HASH,") 56 serializer.appendLine("BPF_MAP_TYPE_ARRAY,")
|
D | programSerializer.py | 47 def appendLine(self, string): member in ProgramSerializer
|
D | ebpfCounter.py | 89 serializer.appendLine("/* perform lookup */")
|
D | ebpfStructType.py | 104 serializer.appendLine(".valid = 0")
|
D | ebpfParser.py | 273 serializer.appendLine("goto end;") 338 serializer.appendLine("goto end;")
|
/external/skia/src/core/ |
D | SkEdgeClipper.h | 43 void appendLine(SkPoint p0, SkPoint p1);
|
D | SkEdgeClipper.cpp | 56 this->appendLine(lines[i], lines[i + 1]); in clipLine() 453 void SkEdgeClipper::appendLine(SkPoint p0, SkPoint p1) { in appendLine() function in SkEdgeClipper
|
/external/skqp/src/core/ |
D | SkEdgeClipper.h | 43 void appendLine(SkPoint p0, SkPoint p1);
|
D | SkEdgeClipper.cpp | 56 this->appendLine(lines[i], lines[i + 1]); in clipLine() 453 void SkEdgeClipper::appendLine(SkPoint p0, SkPoint p1) { in appendLine() function in SkEdgeClipper
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 979 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML() 997 …public static void appendLine(StringBuffer htmlMessage, String pattern, String input, String forma… in appendLine() method in CheckCLDR.FormatDemo
|