/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 407 UChar text1[50]; in TestRegexCAPI() local 411 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 424 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 436 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 442 uregex_setText(re, text1, 5, &status); in TestRegexCAPI() 448 uregex_setText(re, text1, 6, &status); in TestRegexCAPI() 461 UChar text1[50]; in TestRegexCAPI() local 466 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 472 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 474 TEST_ASSERT(result == text1); in TestRegexCAPI() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CharUtilities.java | 86 public static int compare(CharSource text1, CharSource text2) { in compare() argument 92 if (!text1.hasCharAt(i1)) { in compare() 100 int cp1 = text1.charAt(i1++); in compare() 126 public static int compare(CharSequence text1, CharSequence text2) { in compare() argument 132 if (i1 >= text1.length()) { in compare() 140 int cp1 = text1.charAt(i1++); in compare()
|
/external/strace/tests/ |
D | prctl-seccomp-strict.c | 42 static const char text1[] = in main() local 62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
D | seccomp-strict.c | 41 static const char text1[] = in main() local 63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
/external/strace/tests-m32/ |
D | prctl-seccomp-strict.c | 42 static const char text1[] = in main() local 62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
D | seccomp-strict.c | 41 static const char text1[] = in main() local 63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
/external/strace/tests-mx32/ |
D | prctl-seccomp-strict.c | 42 static const char text1[] = in main() local 62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
D | seccomp-strict.c | 41 static const char text1[] = in main() local 63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
/external/libcap/contrib/bug400591/ |
D | bug.c | 16 char *text1, *text2; in main() local 20 text1 = cap_to_text(caps, NULL); in main() 21 assert(text1); in main() 38 assert(strcmp(text1, text2) == 0); in main()
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | CollatorTest.java | 111 for (String text1 : data) { in checkCollation() 113 int jdkRes = jdkColl.compare(text1, text2); in checkCollation() 114 int icuRes = icuColl.compare(text1, text2); in checkCollation() 117 … errln("FAIL: Different results for [text1=" + text1 + ",text2=" + text2 + ") for locale " in checkCollation() 122 CollationKey jdkKey1 = jdkColl.getCollationKey(text1); in checkCollation() 125 com.ibm.icu.text.CollationKey icuKey1 = icuColl.getCollationKey(text1); in checkCollation() 132 … errln("FAIL: Different collationKey comparison results for [text1=" + text1 + ",text2=" + text2 in checkCollation()
|
/external/libbrillo/brillo/ |
D | data_encoding_test.cc | 43 const std::string text1 = "hello world"; in TEST() local 65 EXPECT_EQ(encoded1, Base64Encode(text1)); in TEST() 71 const std::string text1 = "hello world"; in TEST() local 94 EXPECT_EQ(encoded1, Base64EncodeWrapLines(text1)); in TEST()
|
/external/llvm-project/llvm/test/MC/X86/ |
D | relax-offset.s | 3 # CHECK: .text1 00000005 00000000 6 .section .text1
|
D | align-branch-section-size.s | 6 # CHECK: Name: text1 8 .section text1, "ax"
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | section-alignment.s | 13 .section text1, "x" 15 # CHECK-LABEL: Name: text1
|
D | different-sections.s | 9 .section text1, "x" 10 # CHECK: section text1
|
/external/llvm-project/llvm/test/MC/X86/AlignedBundling/ |
D | section-alignment.s | 13 .section text1, "x" 15 # CHECK-LABEL: Name: text1
|
D | different-sections.s | 9 .section text1, "x" 10 # CHECK: section text1
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | disassemble-demangle.test | 13 - Name: .text1 28 Section: .text1
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | XmlPullParserTest.java | 73 ANDROID_NS, "id", android.R.attr.id, "@" + android.R.id.text1, android.R.id.text1); in xmlParser() 132 ANDROID_NS, "id", android.R.attr.id, "@" + android.R.id.text1, android.R.id.text1); in buildAttrSet()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
D | ResourceTableFactoryTest.java | 40 …(systemResourceTable.getResourceId(new ResName("android:id/text1"))).isEqualTo(android.R.id.text1); in shouldPrefixAllSystemResourcesWithAndroid() 45 …assertThat(systemResourceTable.getResName(android.R.id.text1).getFullyQualifiedName()).isEqualTo("… in shouldRetainPackageNameForFullyQualifiedQueries()
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | assembler-expressions.s | 35 text1: label 37 .if . - text1 == 0
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | warn-missing-section.test | 17 # RUN: llvm-objdump --reloc --section=.text1 --section=.text2 %t.2.o \ 43 # RUN: llvm-objdump --reloc --section=.text1 %t.a \ 62 - Name: .text1
|
/external/python/cpython3/Lib/test/ |
D | test_pulldom.py | 335 (text1, elm1, text2) = root.childNodes 338 self.assertIsNone(text1.previousSibling) 339 self.assertIs(text1.nextSibling, elm1) 340 self.assertIs(elm1.previousSibling, text1) 348 self.assertIs(text1.parentNode, root)
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | only-section-strip-undefined.test | 8 # RUN: llvm-objcopy -j .text -j .rela.text1 %t.o %t2.o 23 - Name: .rela.text1
|
/external/downloader/src/test/java/com/google/android/downloader/ |
D | ProtoFileDownloadDestinationTest.java | 136 String text1 = "Hello world"; in openByteChannel_fileNonEmpty() local 137 Files.asCharSink(targetFile, UTF_8).write(text1); in openByteChannel_fileNonEmpty() 146 assertThat(Files.asCharSource(targetFile, UTF_8).read()).isEqualTo(text1 + text2); in openByteChannel_fileNonEmpty()
|