/external/llvm/test/MC/ELF/ |
entsize.s | 20 .type .L.str3,@object # @.str3 21 .L.str3: 23 .size .L.str3, 9
|
/external/icu4c/test/intltest/ |
tchcfmt.h | 49 double v3, const char* str3);
|
incaltst.cpp | 437 UnicodeString str3; local 438 fmt->format(otherDate, str3); 439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); 522 UnicodeString str3; local 525 fmt->format(otherDate, str3); 526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); 553 UnicodeString str3; local 556 fmt->format(otherDate, str3); 558 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); 757 UnicodeString str3; local [all...] |
tchcfmt.cpp | 554 double v3, const char* str3) { 575 const char* str[] = {str1, str2, str3};
|
dtfmttst.cpp | 3176 UnicodeString str3; local [all...] |
/dalvik/tests/072-precise-gc/src/ |
Main.java | 40 String str3 = generateString("String", 3); local 52 wrefs[3] = new WeakReference(str3); 73 String str3; local 104 str3 = generateString("String", 3); 111 System.out.println(str0+str1+str2+str3+str4+str5+str6+str7+str8+str9);
|
/dalvik/tests/082-inline-execute/src/ |
Main.java | 102 String str3 = "abc"; local 109 assert(str3.indexOf('a') == 0); 110 assert(str3.indexOf('b') == 1); 111 assert(str3.indexOf('c') == 2); 119 assert(str3.indexOf('a',0) == 0); 120 assert(str3.indexOf('a',1) == -1); 121 assert(str3.indexOf('a',1234) == -1); 122 assert(str3.indexOf('b',0) == 1); 123 assert(str3.indexOf('b',1) == 1); 124 assert(str3.indexOf('c',2) == 2) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ProcessTest.java | 83 String str3 = "Here is some more data.\n"; local 91 os.write(str3.getBytes()); 106 String org = str1 + str2 + str3;
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/ |
tst_qscriptstring.cpp | 82 QScriptString str3 = eng.toStringHandle(ciao); local 83 QVERIFY(str3.isValid()); 84 QCOMPARE(str, str3); 94 QVERIFY(str3.isValid()); 95 QCOMPARE(str3.toString(), ciao);
|
/external/clang/test/FixIt/ |
typo.cpp | 28 ::other_std::string str3; // expected-error{{no member named 'other_std' in the global namespace; did you mean 'otherstd'?}} variable
|
/external/astl/tests/ |
test_string.cpp | 64 string str3(literal, sizeof(literal)); 65 EXPECT_TRUE(strcmp(literal, str3.c_str()) == 0); 101 const string str3("scott mills cracks me up"); 102 string str4(str3, 12); 105 string str5(str3, 12, 6); 108 string str6(str3, 23); 111 string str7(str3, 24); 114 string str8(str3, 23, 1); 117 string str9(str3, 24, 1); 345 string str3("You spin ") [all...] |
/external/libxml2/ |
error.c | 430 * @str3: extra string info 445 const char *str2, const char *str3, int int1, int col, 583 if (str3 != NULL) 584 to->str3 = (char *) xmlStrdup((const xmlChar *) str3); 876 if (err->str3 != NULL) 877 xmlFree(err->str3); 946 char *message, *file, *str1, *str2, *str3; local 955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3); [all...] |
valid.c | 136 * @str3: extra informations 144 const xmlChar * str2, const xmlChar * str3) 167 (const char *) str3, 0, 0, msg, str1, str2, str3); 179 * @str3: extra informations 187 int int2, const xmlChar * str3) 209 (const char *) str3, 210 NULL, int2, 0, msg, str1, int2, str3); 220 * @str3: extra information 228 const xmlChar * str2, const xmlChar * str3) [all...] |
xmlschemas.c | [all...] |
catalog.c | 240 const xmlChar *str3) 245 (const char *) str3, 0, 0, 246 msg, str1, str2, str3); [all...] |
/dalvik/tests/074-gc-thrash/src/ |
Main.java | 257 String str3; local 277 funStr = str3 = makeString(iteration);
|
/external/icu4c/test/iotest/ |
stream.cpp | 63 UnicodeString str3 = UNICODE_STRING_SIMPLE("2"); local 102 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
|
/external/valgrind/main/callgrind/ |
global.h | 153 #define WRITE_STR3(fd, str1, str2, str3) \ 160 if (str3) { Int len = VG_(strlen)(str3); \ 161 VG_(write)(fd, (void*)str3, len); } \
|
/libcore/luni/src/test/java/tests/api/java/lang/ |
ProcessTest.java | 81 String str3 = "Here is some more data.\n"; local
|
/external/libxml2/include/libxml/ |
xmlerror.h | 85 char *str3; /* extra string information */ member in struct:_xmlError [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectStreamFieldTest.java | 356 String str3 = "string 3"; field in class:MockClass
|
/external/v8/test/cctest/ |
test-parsing.cc | 644 const char* str3 = "{}}}}"; local 659 reinterpret_cast<const i::byte*>(str3), 660 static_cast<unsigned>(strlen(str3)));
|
/external/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/protobuf/gtest/test/ |
gtest_unittest.cc | [all...] |