Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/cintltst/
Dreapits.c398 UChar text1[50]; in TestRegexCAPI() local
402 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI()
415 uregex_setText(re, text1, -1, &status); in TestRegexCAPI()
427 uregex_setText(re, text1, -1, &status); in TestRegexCAPI()
433 uregex_setText(re, text1, 5, &status); in TestRegexCAPI()
439 uregex_setText(re, text1, 6, &status); in TestRegexCAPI()
452 UChar text1[50]; in TestRegexCAPI() local
457 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI()
463 uregex_setText(re, text1, -1, &status); in TestRegexCAPI()
465 TEST_ASSERT(result == text1); in TestRegexCAPI()
[all …]
/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/
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.java108 for (String text1 : data) { in checkCollation()
110 int jdkRes = jdkColl.compare(text1, text2); in checkCollation()
111 int icuRes = icuColl.compare(text1, text2); in checkCollation()
114 … errln("FAIL: Different results for [text1=" + text1 + ",text2=" + text2 + ") for locale " in checkCollation()
119 CollationKey jdkKey1 = jdkColl.getCollationKey(text1); in checkCollation()
122 com.ibm.icu.text.CollationKey icuKey1 = icuColl.getCollationKey(text1); in checkCollation()
129 … errln("FAIL: Different collationKey comparison results for [text1=" + text1 + ",text2=" + text2 in checkCollation()
/external/libbrillo/brillo/
Ddata_encoding_unittest.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/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
Dswitch-section-locked-error.s9 .section text1, "x"
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DTestAttributeSetTest.java37 …tThat(testAttributeSet.getAttributeResourceValue("android", "id", 0), equalTo(android.R.id.text1)); in getSystemAttributeResourceValue_shouldReturnTheResourceValue()
59 …tThat(testAttributeSet.getAttributeResourceValue("android", "id", 0), equalTo(android.R.id.text1)); in shouldCopeWithDefiningSystemIds()
67 … assertThat(testAttributeSet.getAttributeResourceValue("android", "id", 0), equalTo(R.id.text1)); in shouldCopeWithDefiningLocalIds()
DViewLoaderTest.java70 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultScreenSize()
78 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath()
86 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath()
94 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultVersion()
102 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnNewestVersion()
111 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber()
120 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber()
DResourceLoaderTest.java72 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath()
90 TextView textView = (TextView) view.findViewById(android.R.id.text1); in checkForPollutionHelper()
DResourceExtractorTest.java29 … assertThat(resourceExtractor.getResourceId("android:id/text1"), equalTo(android.R.id.text1)); in shouldPrefixAllSystemResourcesWithAndroid()
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp334 FPDF_PAGEOBJECT text1 = FPDFPageObj_NewTextObj(doc, "Arial", 12.0f); in TEST_F() local
335 EXPECT_TRUE(text1); in TEST_F()
336 EXPECT_TRUE(FPDFText_SetText(text1, "I'm at the bottom of the page")); in TEST_F()
337 FPDFPageObj_Transform(text1, 1, 0, 0, 1, 20, 20); in TEST_F()
338 FPDFPage_InsertObject(page, text1); in TEST_F()
/external/python/cpython2/Lib/test/
Dtest_minidom.py973 (text1, elm1, text2) = root.childNodes
976 self.confirm(text1.previousSibling is None and
977 text1.nextSibling is elm1 and
978 elm1.previousSibling is text1 and
986 text1.parentNode is root and
1226 text1 = elem.firstChild
1228 splitter = text1.nextSibling
1230 elem.insertBefore(doc.createCDATASection("c"), text1)
1231 return doc, elem, text1, splitter, text2
1233 doc, elem, text1, splitter, text2 = setup()
[all …]
/external/skia/tests/
DTextBlobTest.cpp353 const char text1[] = "Foo"; in DEF_TEST() local
356 int glyphCount = paint.textToGlyphs(text1, strlen(text1), nullptr); in DEF_TEST()
358 (void)paint.textToGlyphs(text1, strlen(text1), glyphs.get()); in DEF_TEST()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc80 std::string text1; in DoStuff() local
82 EXPECT_TRUE(ReadTextMessage(pipe.get(), &text1)); in DoStuff()
101 callback.Run(std::move(response), text1); in DoStuff()
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp1205 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local
1230 for (i = 0; i < UPRV_LENGTHOF(text1); i++) { in TestT7189()
1234 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status); in TestT7189()
1236 errln(UnicodeString("Failed to get a partial collation key for ") + text1[i]); in TestT7189()
1246 …errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " +… in TestT7189()
1248 …logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestU… in TestT7189()
/external/valgrind/auxprogs/
DDotToScc.hs65 [text1, "->", text2] -> Just (text1, text2)
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
DR.java26 public static final int text1 = nextId++; field in R.id
/external/skia/third_party/libpng/
Dexample.c893 char text1[]="Leonardo DaVinci";
895 text_ptr[1].text = text1;

12