Home
last modified time | relevance | path

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

12

/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/dokka/core/src/main/kotlin/Formats/
DStructuredFormatService.kt61 abstract fun appendLine() in <lambda>() method in org.jetbrains.dokka.StructuredOutputBuilder
81 appendLine() in <lambda>()
244 appendLine() in <lambda>()
280 appendLine() in <lambda>()
281 appendLine() in <lambda>()
324 if (index > 0) appendLine() in <lambda>()
371 appendLine() in <lambda>()
375 appendLine() in <lambda>()
376 appendLine() in <lambda>()
383 appendLine() in <lambda>()
[all …]
DMarkdownFormatService.kt148 override fun appendLine() { in appendLine() method
189 appendLine() in appendBlockCode()
DKotlinWebsiteFormatService.kt78 override fun appendLine() { in appendLine() method
82 super.appendLine() in appendLine()
DKotlinWebsiteHtmlFormatService.kt29 override fun appendLine() {} in appendLine() method
DHtmlFormatService.kt49 override fun appendLine() { in <lambda>() method
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DUsageException.java96 appendLine(builder, Main.versionString()); in buildMessage()
101 private static void appendLine(StringBuilder builder, String line) { in appendLine() method in UsageException
/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/skqp/src/core/
DSkEdgeClipper.h43 void appendLine(SkPoint p0, SkPoint p1);
/external/skia/src/core/
DSkEdgeClipper.h50 void appendLine(SkPoint p0, SkPoint p1);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java930 private static void appendLine(StringBuilder sb, String line) { in appendLine() method in LocaleMatcherTest.TestCase
939 appendLine(sb, supportedLine); in toString()
940 appendLine(sb, defaultLine); in toString()
941 appendLine(sb, distanceLine); in toString()
942 appendLine(sb, thresholdLine); in toString()
944 appendLine(sb, matchLine); in toString()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java933 private static void appendLine(StringBuilder sb, String line) { in appendLine() method in LocaleMatcherTest.TestCase
942 appendLine(sb, supportedLine); in toString()
943 appendLine(sb, defaultLine); in toString()
944 appendLine(sb, distanceLine); in toString()
945 appendLine(sb, thresholdLine); in toString()
947 appendLine(sb, matchLine); in toString()

12