/external/libcap/contrib/bug400591/ |
H A D | bug.c | 16 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 D | section-alignment.s | 19 .section text2, "x" 21 # CHECK-LABEL: Name: text2
|
H A D | different-sections.s | 18 .section text2, "x" 19 # CHECK: section text2
|
H A D | switch-section-locked-error.s | 14 .section text2, "x"
|
/external/v8/test/webkit/ |
H A D | dfg-inline-arguments-use-from-all-the-places.js | 61 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 D | CollatorTest.java | 107 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 D | fontcache.cpp | 63 SkString text2("KLMNOPQRS"); 64 draw_string(canvas, text2, x, y, paint); 72 draw_string(canvas, text2, x, y, paint);
|
/external/libbrillo/brillo/ |
H A D | data_encoding_unittest.cc | 46 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 D | data_encoding_unittest.cc | 46 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 D | reapits.c | 397 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 D | BufferedTreeNodeStream.cs | 549 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 D | BufferedTreeNodeStream.cs | 654 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 D | RBBITest.java | 554 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 D | RBBITest.java | 550 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 D | TestMultipleParagraphs.java | 55 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 D | TestMultipleParagraphs.java | 51 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 D | example.c | 902 char text2[]="<long text>"; 904 text_ptr[2].text = text2;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | regcoll.cpp | 1214 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 D | regextst.cpp | 5033 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 D | rbbiapts.cpp | 266 CharacterIterator* text2= new StringCharacterIterator(str2); local 298 rb->adoptText(text2); 299 if(rb->getText() != *text2)
|
H A D | numrgts.cpp | 2930 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 D | itrbnf.cpp | 95 UChar text2[] = { local 128 UnicodeString expected(text2);
|
H A D | numfmtst.cpp | 6980 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 D | NumberFormatTest.java | 3654 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 D | NumberFormatTest.java | 3650 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);
|