/external/strace/tests-m32/ |
D | prctl-seccomp-strict.c | 44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local 65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
|
D | seccomp-strict.c | 43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local 66 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
|
/external/strace/tests-mx32/ |
D | prctl-seccomp-strict.c | 44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local 65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
|
D | seccomp-strict.c | 43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local 66 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
|
/external/strace/tests/ |
D | prctl-seccomp-strict.c | 44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local 65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
|
D | seccomp-strict.c | 43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local 66 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | CollatorTest.java | 109 for (String text2 : 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() 120 CollationKey jdkKey2 = jdkColl.getCollationKey(text2); in checkCollation() 123 com.ibm.icu.text.CollationKey icuKey2 = icuColl.getCollationKey(text2); in checkCollation() 129 … errln("FAIL: Different collationKey comparison results for [text1=" + text1 + ",text2=" + text2 in checkCollation()
|
/external/libcap/contrib/bug400591/ |
D | bug.c | 16 char *text1, *text2; in main() local 35 text2 = cap_to_text(caps2, NULL); in main() 36 assert(text2); in main() 38 assert(strcmp(text1, text2) == 0); in main()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 399 UChar text2[50]; in TestRegexCAPI() local 403 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI() 421 uregex_setText(re, text2, -1, &status); in TestRegexCAPI() 453 UChar text2[50]; in TestRegexCAPI() local 458 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI() 470 uregex_setText(re, text2, 7, &status); in TestRegexCAPI() 472 TEST_ASSERT(result == text2); in TestRegexCAPI() 477 uregex_setText(re, text2, 4, &status); in TestRegexCAPI() 479 TEST_ASSERT(result == text2); in TestRegexCAPI() 820 UChar text2[80]; in TestRegexCAPI() local [all …]
|
/external/libbrillo/brillo/ |
D | data_encoding_unittest.cc | 46 const std::string text2 = in TEST() local 66 EXPECT_EQ(encoded2, Base64Encode(text2)); in TEST() 74 const std::string text2 = in TEST() local 95 EXPECT_EQ(encoded2, Base64EncodeWrapLines(text2)); in TEST()
|
/external/skia/gm/ |
D | fontcache.cpp | 58 SkString text2("KLMNOPQRS"); in onDraw() local 59 draw_string(canvas, text2, x, y, paint); in onDraw() 67 draw_string(canvas, text2, x, y, paint); in onDraw()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | handle_passing_unittest.cc | 84 std::string text2; in DoStuff() local 86 EXPECT_TRUE(ReadTextMessage(request->pipe.get(), &text2)); in DoStuff() 93 if (!text2.empty()) { in DoStuff() 95 EXPECT_TRUE(WriteTextMessage(pipe1_.get(), text2)); in DoStuff() 174 std::string text2; in DoStuff() local 175 EXPECT_TRUE(ReadTextMessage(response->pipe.get(), &text2)); in DoStuff() 180 EXPECT_EQ(std::string(kText2), text2); in DoStuff()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | section-alignment.s | 19 .section text2, "x" 21 # CHECK-LABEL: Name: text2
|
D | different-sections.s | 18 .section text2, "x" 19 # CHECK: section text2
|
D | switch-section-locked-error.s | 14 .section text2, "x"
|
/external/llvm/test/tools/llvm-symbolizer/ |
D | sym.test | 27 #CHECK: some text2 33 #PRETTY: some text2
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BufferedTreeNodeStream.cs | 654 string text2 = adaptor.GetText( stop ); in ToString() 655 if ( text2 == null ) in ToString() 657 text2 = " " + adaptor.GetType( stop ).ToString(); in ToString() 659 buf.Append( text2 ); in ToString()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BufferedTreeNodeStream.cs | 549 string text2 = adaptor.GetText(stop); in ToString() 550 if (text2 == null) { in ToString() 551 text2 = " " + adaptor.GetType(stop).ToString(); in ToString() 553 buf.Append(text2); in ToString()
|
/external/skia/tests/ |
D | TextBlobTest.cpp | 354 const char text2[] = "Bar"; in DEF_TEST() local 362 paint, glyphCount, 0, 0, SkToInt(strlen(text2)), SkString(), nullptr); in DEF_TEST() 364 memcpy(run.utf8text, text2, strlen(text2)); in DEF_TEST() 366 run.clusters[i] = SkTMin(SkToU32(i), SkToU32(strlen(text2))); in DEF_TEST() 383 REPORTER_ASSERT(reporter, 0 == strncmp(text2, it.text(), it.textSize())); in DEF_TEST()
|
/external/pdfium/fpdfsdk/ |
D | fpdfedit_embeddertest.cpp | 350 FPDF_PAGEOBJECT text2 = in TEST_F() local 352 EXPECT_TRUE(text2); in TEST_F() 353 EXPECT_TRUE(FPDFText_SetText(text2, "Hi, I'm Bold. Times New Roman Bold.")); in TEST_F() 354 FPDFPageObj_Transform(text2, 1, 0, 0, 1, 100, 600); in TEST_F() 355 FPDFPage_InsertObject(page, text2); in TEST_F()
|
/external/llvm/test/tools/llvm-symbolizer/Inputs/ |
D | addr.inp | 3 some text2
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITest.java | 558 char text2[] = { in TestThaiDictionaryBreakIterator() local 570 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 572 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator() 579 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 581 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITest.java | 557 char text2[] = { in TestThaiDictionaryBreakIterator() local 569 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 571 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator() 578 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 580 while ((position = brk.next()) != BreakIterator.DONE && position < text2.length) { in TestThaiDictionaryBreakIterator()
|
/external/valgrind/auxprogs/ |
D | DotToScc.hs | 65 [text1, "->", text2] -> Just (text1, text2)
|
/external/icu/icu4c/source/test/intltest/ |
D | regcoll.cpp | 1214 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local 1239 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status); in TestT7189() 1241 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]); in TestT7189() 1246 …ed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " k… in TestT7189() 1248 …" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " k… in TestT7189()
|