Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 25 of 81) sorted by relevance

1234

/external/icu/icu4c/source/test/cintltst/
Dreapits.c407 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/
DCharUtilities.java86 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/
Dprctl-seccomp-strict.c42 static const char text1[] = in main() local
62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
Dseccomp-strict.c41 static const char text1[] = in main() local
63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
/external/strace/tests-m32/
Dprctl-seccomp-strict.c42 static const char text1[] = in main() local
62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
Dseccomp-strict.c41 static const char text1[] = in main() local
63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
/external/strace/tests-mx32/
Dprctl-seccomp-strict.c42 static const char text1[] = in main() local
62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
Dseccomp-strict.c41 static const char text1[] = in main() local
63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
/external/libcap/contrib/bug400591/
Dbug.c16 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/
DCollatorTest.java111 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/
Ddata_encoding_test.cc43 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/
Drelax-offset.s3 # CHECK: .text1 00000005 00000000
6 .section .text1
Dalign-branch-section-size.s6 # CHECK: Name: text1
8 .section text1, "ax"
/external/llvm/test/MC/X86/AlignedBundling/
Dsection-alignment.s13 .section text1, "x"
15 # CHECK-LABEL: Name: text1
Ddifferent-sections.s9 .section text1, "x"
10 # CHECK: section text1
/external/llvm-project/llvm/test/MC/X86/AlignedBundling/
Dsection-alignment.s13 .section text1, "x"
15 # CHECK-LABEL: Name: text1
Ddifferent-sections.s9 .section text1, "x"
10 # CHECK: section text1
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Ddisassemble-demangle.test13 - Name: .text1
28 Section: .text1
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DXmlPullParserTest.java73 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/
DResourceTableFactoryTest.java40 …(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/
Dassembler-expressions.s35 text1: label
37 .if . - text1 == 0
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dwarn-missing-section.test17 # 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/
Dtest_pulldom.py335 (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/
Donly-section-strip-undefined.test8 # 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/
DProtoFileDownloadDestinationTest.java136 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()

1234