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

/external/skia/tests/
H A DGrSKSLPrettyPrintTest.cpp91 SkTArray<const char*> testStr; local
93 testStr.push_back(input1.c_str());
95 testStr.push_back(input2.c_str());
97 testStr.push_back(input3.c_str());
99 testStr.push_back(input4.c_str());
101 testStr.push_back(input5.c_str());
103 testStr.push_back(input6.c_str());
106 SkString test = GrSKSLPrettyPrint::PrettyPrint(testStr.begin(), lengths.begin(),
107 testStr.count(), true);
110 testStr
[all...]
/external/chromium-trace/catapult/devil/devil/utils/
H A Dgeometry_test.py14 def testStr(self): member in class:PointTest
49 def testStr(self): member in class:RectangleTest
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dgeometry_test.py14 def testStr(self): member in class:PointTest
49 def testStr(self): member in class:RectangleTest
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetClosure.java110 public static void test(String testStr) throws Exception { argument
111 UnicodeSet original = new UnicodeSet(testStr);
161 test = new UnicodeSet(testStr);
165 test = new UnicodeSet(testStr);
169 test = new UnicodeSet(testStr);
173 test = new UnicodeSet(testStr);
/external/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp143 std::string testStr() { function
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp154 UnicodeString testStr = CharsToUnicodeString(testArray[i][0]); local
155 it.setSource(testStr, status);
167 expectEqual(i + UnicodeString(": "), testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1]));
H A Drbbiapts.cpp1116 UChar testStr[] = {0x20, 0x41, 0x20, 0x42, 0x20, 0x43, 0x20, 0x44, 0x0}; /* = " A B C D" */ local
1124 utext_openUChars(&ut1, testStr, -1, &status);
1136 u_strcpy(movedStr, testStr);
1137 u_memset(testStr, 0x20, u_strlen(testStr));
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp67 static const char testStr[] = "\x42\x65\x67\x69\x6E\x6E\x69\x6E\x67\x20\x6F\x66\x20\x74\x65\x73\x74\x20\x73\x74\x72\x31\x20\x20\x20\x3C\x3C\x32\x31\x20" UTF8_NEW_LINE "\x20\x55\x54\x46\x2D\x38\x20\xCE\xBC\xF0\x90\x80\x81\xF0\x90\x80\x82"; local
103 if (strcmp(testStreamBuf, testStr) != 0) {
104 log_err("Got: \"%s\", Expected: \"%s\"\n", testStreamBuf, testStr);
H A Dstrtst.c252 UChar testStr[256]; local
257 UFILE *strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), "en_US");
267 u_austrcpy(cBuffer,testStr);
268 if (u_strcmp(testStr, uBuffer) != 0) {
292 u_austrcpy(cBuffer,testStr);
293 if (u_strcmp(testStr, uBuffer) != 0) {
300 strFile = u_fstropen(testStr, UPRV_LENGTHOF(testStr), NULL);
309 if (u_fstropen(testStr,
332 UChar testStr[256]; local
749 UChar testStr[16]; local
[all...]
H A Dfiletst.c443 static const char testStr[] = "This is a test string that tests u_fgets. It makes sure that we don't try to read too much!"; local
445 int32_t expectedSize = (int32_t)strlen(testStr);
464 u_uastrncpy(buffer, testStr, expectedSize+1);
506 u_uastrncpy(buffer, testStr, expectedSize+1);
548 u_uastrncpy(buffer, testStr, expectedSize+1);
600 static const char testStr[] = "This is a test string that tests u_fgets. It makes sure that we don't try to read too much!"; local
603 int32_t expectedSize = (int32_t)strlen(testStr);
614 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
616 fwrite("\n", sizeof(testStr[
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c848 UChar testStr[] = {0x20, 0x41, 0x20, 0x42, 0x20, 0x43, 0x20, 0x44, 0x0}; /* = " A B C D" */ local
861 utext_openUChars(&ut1, testStr, -1, &status);
872 u_strcpy(movedStr, testStr);
873 u_memset(testStr, 0x20, u_strlen(testStr));
H A Dreapits.c2191 UChar testStr[] = {0x41, 0x20, 0x42, 0x20, 0x43, 0x0}; /* = "A B C" */ local
2201 utext_openUChars(&ut1, testStr, -1, &status);
2211 u_strcpy(movedStr, testStr);
2212 u_memset(testStr, 0, u_strlen(testStr));

Completed in 619 milliseconds