/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/dokka/core/src/main/kotlin/Formats/ |
D | StructuredFormatService.kt | 61 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 …]
|
D | MarkdownFormatService.kt | 148 override fun appendLine() { in appendLine() method 189 appendLine() in appendBlockCode()
|
D | KotlinWebsiteFormatService.kt | 78 override fun appendLine() { in appendLine() method 82 super.appendLine() in appendLine()
|
D | KotlinWebsiteHtmlFormatService.kt | 29 override fun appendLine() {} in appendLine() method
|
D | HtmlFormatService.kt | 49 override fun appendLine() { in <lambda>() method
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | UsageException.java | 96 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/ |
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/skqp/src/core/ |
D | SkEdgeClipper.h | 43 void appendLine(SkPoint p0, SkPoint p1);
|
/external/skia/src/core/ |
D | SkEdgeClipper.h | 50 void appendLine(SkPoint p0, SkPoint p1);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 930 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/ |
D | LocaleMatcherTest.java | 933 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()
|