Searched refs:text2 (Results 1 - 25 of 38) sorted by relevance

12

/external/libcap/contrib/bug400591/
H A Dbug.c16 char *text1, *text2; local
35 text2 = cap_to_text(caps2, NULL);
36 assert(text2);
38 assert(strcmp(text1, text2) == 0);
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsection-alignment.s19 .section text2, "x"
21 # CHECK-LABEL: Name: text2
H A Ddifferent-sections.s18 .section text2, "x"
19 # CHECK: section text2
H A Dswitch-section-locked-error.s14 .section text2, "x"
/external/v8/test/webkit/
H A Ddfg-inline-arguments-use-from-all-the-places.js61 var text2 = "[[object Arguments]: ]";
63 shouldBe("argsToStr(bar(o, \"b\" + __i, \"c\" + __i))", "\"[[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments]: " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text3 + "]\"");
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DCollatorTest.java107 for (String text2 : data) {
108 int jdkRes = jdkColl.compare(text1, text2);
109 int icuRes = icuColl.compare(text1, text2);
112 errln("FAIL: Different results for [text1=" + text1 + ",text2=" + text2 + ") for locale "
118 CollationKey jdkKey2 = jdkColl.getCollationKey(text2);
121 com.ibm.icu.text.CollationKey icuKey2 = icuColl.getCollationKey(text2);
127 errln("FAIL: Different collationKey comparison results for [text1=" + text1 + ",text2=" + text2
/external/skia/gm/
H A Dfontcache.cpp63 SkString text2("KLMNOPQRS");
64 draw_string(canvas, text2, x, y, paint);
72 draw_string(canvas, text2, x, y, paint);
/external/libbrillo/brillo/
H A Ddata_encoding_unittest.cc46 const std::string text2 = local
66 EXPECT_EQ(encoded2, Base64Encode(text2));
74 const std::string text2 = local
95 EXPECT_EQ(encoded2, Base64EncodeWrapLines(text2));
/external/libweave/src/
H A Ddata_encoding_unittest.cc46 const std::string text2 = local
66 EXPECT_EQ(encoded2, Base64Encode(text2));
74 const std::string text2 = local
95 EXPECT_EQ(encoded2, Base64EncodeWrapLines(text2));
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c397 UChar text2[50]; local
401 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2));
419 uregex_setText(re, text2, -1, &status);
451 UChar text2[50]; local
456 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2));
468 uregex_setText(re, text2, 7, &status);
470 TEST_ASSERT(result == text2);
475 uregex_setText(re, text2,
818 UChar text2[80]; local
890 UChar text2[80]; /* "No match Here" */ local
1052 UChar text2[80]; local
1549 UText text2 = UTEXT_INITIALIZER; local
1596 UText text2 = UTEXT_INITIALIZER; local
1815 UChar text2[80]; local
1864 UChar text2[80]; local
1947 UChar text2[80]; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs549 string text2 = adaptor.GetText(stop);
550 if (text2 == null) {
551 text2 = " " + adaptor.GetType(stop).ToString();
553 buf.Append(text2);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs654 string text2 = adaptor.GetText( stop );
655 if ( text2 == null )
657 text2 = " " + adaptor.GetType( stop ).ToString();
659 buf.Append( text2 );
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITest.java554 char text2[] = {
566 brk.setText(new String(text2));
568 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) {
575 brk.setText(new String(text2));
577 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITest.java550 char text2[] = {
562 brk.setText(new String(text2));
564 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) {
571 brk.setText(new String(text2));
573 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestMultipleParagraphs.java55 private static final String text2 = "\u05d0 1-2\u001c\u0630 1-2\u001c1-2"; field in class:TestMultipleParagraphs
355 src = text2;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestMultipleParagraphs.java51 private static final String text2 = "\u05d0 1-2\u001c\u0630 1-2\u001c1-2"; field in class:TestMultipleParagraphs
351 src = text2;
/external/libpng/
H A Dexample.c902 char text2[]="<long text>";
904 text_ptr[2].text = text2;
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp1214 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1239 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1241 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]);
1246 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1248 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
H A Dregextst.cpp5033 UText text2 = UTEXT_INITIALIZER; local
5039 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status);
5040 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
5041 utext_openUChars(&text2, text2Chars, -1, &status);
5068 utext_setNativeIndex(&text2, 0);
5069 REGEX_ASSERT(testUTextEqual(resultText, &text2));
5073 utext_close(&text2);
5129 UChar text2[80]; local
5137 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2)/
5180 UChar text2[80]; local
[all...]
H A Drbbiapts.cpp266 CharacterIterator* text2= new StringCharacterIterator(str2); local
298 rb->adoptText(text2);
299 if(rb->getText() != *text2)
H A Dnumrgts.cpp2930 static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // n123456789 local
2980 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
2984 logln("text2: Got expected parse error %s\n", u_errorName(status));
2987 errln("FAIL: text2: unum_parse status %s, result %d - expected failure\n", u_errorName(status), n);
2998 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
H A Ditrbnf.cpp95 UChar text2[] = { local
128 UnicodeString expected(text2);
H A Dnumfmtst.cpp6980 UnicodeString text1, text2; local
6993 fmt->format(value, text2);
6995 if (text1 != text2) {
6997 + text1 + " text2=" + text2);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java3654 String text2 = cfmt.format(value);
3657 if (!text1.equals(text2)) {
3659 + text1 + " text2=" + text2);
3676 String text2 = df.format(-0.01);
3679 if (!text1.equals(text2)) {
3681 + text1 + " text2=" + text2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java3650 String text2 = cfmt.format(value);
3653 if (!text1.equals(text2)) {
3655 + text1 + " text2=" + text2);
3672 String text2 = df.format(-0.01);
3675 if (!text1.equals(text2)) {
3677 + text1 + " text2=" + text2);

Completed in 648 milliseconds

12