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

/external/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp5 const char *str3 = R"()"; // ok variable
/external/llvm/test/MC/ELF/
H A Dentsize.s20 .type .L.str3,@object # @.str3
21 .L.str3:
23 .size .L.str3, 9
/external/icu4c/test/intltest/
H A Dtchcfmt.h49 double v3, const char* str3);
H A Dincaltst.cpp437 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...]
H A Dtchcfmt.cpp568 double v3, const char* str3) {
589 const char* str[] = {str1, str2, str3};
564 _testPattern(const char* pattern, UBool isValid, double v1, const char* str1, double v2, const char* str2, double v3, const char* str3) argument
H A Ddtfmttst.cpp3302 UnicodeString str3; local
3303 str3 = fmt3->format(dt3, str3);
3304 logln(str3);
3306 UDate dt33 = fmt3->parse(str3, status);
3313 if (str3 != str33) {
3314 errln((UnicodeString)"FAIL: Different dates str1:" + str3
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DProcessTest.java83 String str3 = "Here is some more data.\n";
91 os.write(str3.getBytes());
106 String org = str1 + str2 + str3;
/external/clang/test/FixIt/
H A Dtypo.cpp28 ::other_std::string str3; // expected-error{{no member named 'other_std' in the global namespace; did you mean 'otherstd'?}} variable
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/
H A Dtst_qscriptstring.cpp82 QScriptString str3 = eng.toStringHandle(ciao); local
83 QVERIFY(str3.isValid());
84 QCOMPARE(str, str3);
94 QVERIFY(str3.isValid());
95 QCOMPARE(str3.toString(), ciao);
/external/astl/tests/
H A Dtest_string.cpp64 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("Yo
[all...]
/external/libxml2/
H A Derror.c430 * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
577 if (str3 != NULL)
578 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
868 if (err->str3 != NULL)
869 xmlFree(err->str3);
939 char *message, *file, *str1, *str2, *str3; local
948 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dvalid.c136 * @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)
141 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
184 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
225 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
[all...]
H A Dcatalog.c240 const xmlChar *str3)
245 (const char *) str3, 0, 0,
246 msg, str1, str2, str3);
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
H A DparserInternals.c1840 if (ctxt->lastError.str3 != NULL)
1841 xmlFree(ctxt->lastError.str3);
H A Dxmlschemas.c1943 * @str3: extra parameter for the message display
1953 const xmlChar * str2, const xmlChar * str3, const xmlChar * str4,
1972 str3, str4, str5);
2018 * @str3: extra data
2027 const xmlChar *str3, const xmlChar *str4)
2085 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2102 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2117 * @str3
1950 xmlSchemaPErrExt(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, const xmlChar * strData1, const xmlChar * strData2, const xmlChar * strData3, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3, const xmlChar * str4, const xmlChar * str5) argument
2023 xmlSchemaErr4Line(xmlSchemaAbstractCtxtPtr ctxt, xmlErrorLevel errorLevel, int error, xmlNodePtr node, int line, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2122 xmlSchemaErr3(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2131 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2294 xmlSchemaCustomErr4(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr item, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2334 xmlSchemaCustomWarning(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2899 xmlSchemaPCustomErrExt(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr item, xmlNodePtr itemElem, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3) argument
2960 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr ownerItem, const xmlSchemaAttributeUsePtr attruse, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3,const xmlChar *str4) argument
[all...]
/external/icu4c/test/iotest/
H A Dstream.cpp63 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/
H A Dglobal.h153 #define WRITE_STR3(fd, str1, str2, str3) \
160 if (str3) { Int len = VG_(strlen)(str3); \
161 VG_(write)(fd, (void*)str3, len); } \
/external/elfutils/libcpu/
H A Di386_disasm.c918 if (instrtab[cnt].str3 != 0)
920 + op3_str_idx[instrtab[cnt].str3 - 1]);
H A Di386_data.h69 unsigned int str3 : STR3_BITS; member in struct:instr_enc
/external/libxml2/include/libxml/
H A Dxmlerror.h85 char *str3; /* extra string information */ member in struct:_xmlError
929 const char *str3,
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamFieldTest.java356 String str3 = "string 3"; field in class:MockClass
/external/v8/test/cctest/
H A Dtest-parsing.cc675 const char* str3 = "{}}}}"; local
690 reinterpret_cast<const i::byte*>(str3),
691 static_cast<unsigned>(strlen(str3)));
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc4587 static ::std::string str3(str1);
4588 str3.at(2) = '\0';
4589 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3),
4590 "Value of: str3\n"
4648 ::string str3(str1);
4649 str3.at(2) = '\0';
4650 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3),
4651 "str3");
/external/gtest/test/
H A Dgtest_unittest.cc4587 static ::std::string str3(str1);
4588 str3.at(2) = '\0';
4589 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3),
4590 "Value of: str3\n"
4648 ::string str3(str1);
4649 str3.at(2) = '\0';
4650 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3),
4651 "str3");
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4714 static ::std::string str3(str1);
4715 str3.at(2) = '\0';
4716 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3),
4717 "Value of: str3\n"
4775 ::string str3(str1);
4776 str3.at(2) = '\0';
4777 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3),
4778 "str3");

Completed in 1074 milliseconds