Home
last modified time | relevance | path

Searched refs:appendLine (Results 1 – 22 of 22) sorted by relevance

/external/libphonenumber/demo/src/com/google/phonenumbers/
DPhoneNumberParserServlet.java184 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/
DGrCCFillGeometry.cpp41 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 …]
DGrCCFillGeometry.h90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp41 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 …]
DGrCCFillGeometry.h90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
/external/mockito/src/main/java/org/mockito/internal/junit/
DStubbingArgMismatches.java39 hint.appendLine(x++, ". Unused... ", m.getKey().getLocation()); in format()
41 hint.appendLine(" ...args ok? ", invocation.getLocation()); in format()
DStubbingHint.java19 void appendLine(Object ... elements) { in appendLine() method in StubbingHint
DUnusedStubbings.java36 hint.appendLine(x++, ". Unused ", candidate.getInvocation().getLocation()); in format()
/external/bcc/src/cc/frontends/p4/compiler/
DebpfProgram.py175 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(",")
DebpfDeparser.py73 serializer.appendLine("/* Deparser */")
141 serializer.appendLine(store)
152 serializer.appendLine(store)
DebpfTable.py151 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 */")
DebpfConditional.py100 serializer.appendLine(")")
110 serializer.appendLine("else")
Dtarget.py54 serializer.appendLine("BPF_MAP_TYPE_HASH,")
56 serializer.appendLine("BPF_MAP_TYPE_ARRAY,")
DprogramSerializer.py47 def appendLine(self, string): member in ProgramSerializer
DebpfCounter.py89 serializer.appendLine("/* perform lookup */")
DebpfStructType.py104 serializer.appendLine(".valid = 0")
DebpfParser.py273 serializer.appendLine("goto end;")
338 serializer.appendLine("goto end;")
/external/skia/src/core/
DSkEdgeClipper.h43 void appendLine(SkPoint p0, SkPoint p1);
DSkEdgeClipper.cpp56 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/
DSkEdgeClipper.h43 void appendLine(SkPoint p0, SkPoint p1);
DSkEdgeClipper.cpp56 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/
DCheckCLDR.java979 …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