Searched defs:str4 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp7 const char *str4 = R"abcdefghijkmnopqrstuvwxyz(abcdef)abcdefghijkmnopqrstuvwxyz"; // expected-error {{raw string delimiter longer than 16 characters}} expected-error {{expected expression}} variable
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-regexp.js134 var str4 = 'HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; variable
157 re8.exec(str4);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-regexp.js134 var str4 = 'HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; variable
157 re8.exec(str4);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-regexp.js134 var str4 = 'HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; variable
157 re8.exec(str4);
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp57 UnicodeString str4 = UNICODE_STRING_SIMPLE(" UTF-8 "); local
66 str4.append((UChar32)0x03BC); /* mu */
67 str4.append((UChar32)0x10001);
68 str4.append((UChar32)0x10002);
95 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp57 UnicodeString str4 = UNICODE_STRING_SIMPLE(" UTF-8 "); local
66 str4.append((UChar32)0x03BC); /* mu */
67 str4.append((UChar32)0x10001);
68 str4.append((UChar32)0x10002);
95 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
/external/libpcap/
H A Dpcap-usb-linux.c570 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
571 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
587 shdr->wIndex = htols(strtoul(str4, 0, 16));
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp303 llvm::StringRef str4; member in struct:StringTypes
332 io.mapRequired("str4", st.str4);
363 map.str4 = "@ddd";
416 EXPECT_TRUE(map.str4.equals("@ddd"));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp3479 UnicodeString str4; local
3480 str4 = fmt4->format(dt4, str4);
3481 logln(str4);
3483 UDate dt44 = fmt4->parse(str4, status);
3490 if (str4 != str44) {
3491 errln((UnicodeString)"FAIL: Different dates str1:" + str4
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp3482 UnicodeString str4; local
3483 str4 = fmt4->format(dt4, str4);
3484 logln(str4);
3486 UDate dt44 = fmt4->parse(str4, status);
3493 if (str4 != str44) {
3494 errln((UnicodeString)"FAIL: Different dates str1:" + str4
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c1944 * @str4: extra parameter for the message display
1953 const xmlChar * str2, const xmlChar * str3, const xmlChar * str4,
1972 str3, str4, str5);
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);
2134 const xmlChar *str3, const xmlChar *str4)
2137 msg, str1, str2, str3, str4);
2300 const xmlChar *str3, const xmlChar *str4)
2314 (const char *) msg, str1, str2, str3, str4);
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
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
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/libxml2/
H A Dxmlschemas.c1949 * @str4: extra parameter for the message display
1958 const xmlChar * str2, const xmlChar * str3, const xmlChar * str4,
1977 str3, str4, str5);
2032 const xmlChar *str3, const xmlChar *str4)
2104 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2121 (const char *) str3, 0, 0, msg, str1, str2, str3, str4);
2153 const xmlChar *str3, const xmlChar *str4)
2156 msg, str1, str2, str3, str4);
2319 const xmlChar *str3, const xmlChar *str4)
2333 (const char *) msg, str1, str2, str3, str4);
1955 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
2028 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
2150 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, int error, xmlNodePtr node, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
2313 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
2979 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...]

Completed in 378 milliseconds