Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 25 of 45) sorted by relevance

12

/external/strace/tests-m32/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
Dseccomp-strict.c43 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/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
Dseccomp-strict.c43 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/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
Dseccomp-strict.c43 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/libcap/contrib/bug400591/
Dbug.c16 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/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCollatorTest.java109 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/icu/icu4c/source/test/cintltst/
Dreapits.c399 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/
Ddata_encoding_unittest.cc46 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/
Dfontcache.cpp58 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/
Dhandle_passing_unittest.cc84 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/
Dsection-alignment.s19 .section text2, "x"
21 # CHECK-LABEL: Name: text2
Ddifferent-sections.s18 .section text2, "x"
19 # CHECK: section text2
Dswitch-section-locked-error.s14 .section text2, "x"
/external/llvm/test/tools/llvm-symbolizer/
Dsym.test27 #CHECK: some text2
33 #PRETTY: some text2
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBufferedTreeNodeStream.cs654 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/
DBufferedTreeNodeStream.cs549 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/python/cpython2/Lib/test/
Dtest_minidom.py973 (text1, elm1, text2) = root.childNodes
979 elm1.nextSibling is text2 and
980 text2.previousSibling is elm1 and
981 text2.nextSibling is None and
988 text2.parentNode is root and
1192 text2 = doc.createTextNode("d")
1193 elem.appendChild(text2)
1195 self.checkWholeText(text2, "d")
1201 self.checkWholeText(text2, "d")
1207 self.checkWholeText(text2, "d")
[all …]
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp350 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/skia/tests/
DTextBlobTest.cpp354 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/llvm/test/tools/llvm-symbolizer/Inputs/
Daddr.inp3 some text2
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java557 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java558 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/valgrind/auxprogs/
DDotToScc.hs65 [text1, "->", text2] -> Just (text1, text2)

12