/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 274 testline = testlines.pop(0) 280 if line != testline: 282 "failed. Got %r, expected %r" % (line, testline)) 283 testline = testlines.pop(0) 284 buf = array("b", b"\x00" * len(testline)) 291 if line != testline: 293 "failed. Got %r, expected %r" % (line, testline)) 295 testline = testlines.pop(0) 297 line = f.read(len(testline)) 301 if line != testline [all...] |
test_file2k.py | 363 testline = testlines.pop(0) 369 if line != testline: 371 "failed. Got %r, expected %r" % (line, testline)) 372 testline = testlines.pop(0) 373 buf = array("c", "\x00" * len(testline)) 380 if line != testline: 382 "failed. Got %r, expected %r" % (line, testline)) 384 testline = testlines.pop(0) 386 line = f.read(len(testline)) 390 if line != testline [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 274 testline = testlines.pop(0) 280 if line != testline: 282 "failed. Got %r, expected %r" % (line, testline)) 283 testline = testlines.pop(0) 284 buf = array("b", b"\x00" * len(testline)) 291 if line != testline: 293 "failed. Got %r, expected %r" % (line, testline)) 295 testline = testlines.pop(0) 297 line = f.read(len(testline)) 301 if line != testline [all...] |
test_file2k.py | 363 testline = testlines.pop(0) 369 if line != testline: 371 "failed. Got %r, expected %r" % (line, testline)) 372 testline = testlines.pop(0) 373 buf = array("c", "\x00" * len(testline)) 380 if line != testline: 382 "failed. Got %r, expected %r" % (line, testline)) 384 testline = testlines.pop(0) 386 line = f.read(len(testline)) 390 if line != testline [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmtest.cpp | 241 UnicodeString testLine = lineMat.group(1, status); 242 // printf("%s\n", UnicodeStringPiece(testLine).data()); 243 if (testLine.length() == 0) { 252 commentMat.reset(testLine); 262 parseLineMat.reset(testLine); 276 formatLineMat.reset(testLine); 291 lineNum, UnicodeStringPiece(testLine).data());
|
regextst.cpp | [all...] |
dtfmttst.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
crestst.c | 781 const char* testline = "This is a test line"; local 782 int32_t bufLen = (int32_t)strlen(testline)+10; 865 T_FileStream_writeLine(stream,testline); 868 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){ 873 T_FileStream_write(stream,testline,(int32_t)strlen(testline)); 876 if(uprv_strncmp(testline, buf,retLen)!=0){ [all...] |
/external/icu4c/test/cintltst/ |
crestst.c | 781 const char* testline = "This is a test line"; local 782 int32_t bufLen = (int32_t)strlen(testline)+10; 865 T_FileStream_writeLine(stream,testline); 868 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){ 873 T_FileStream_write(stream,testline,(int32_t)strlen(testline)); 876 if(uprv_strncmp(testline, buf,retLen)!=0){ [all...] |
/external/icu4c/test/intltest/ |
dcfmtest.cpp | 241 UnicodeString testLine = lineMat.group(1, status); 242 // printf("%s\n", UnicodeStringPiece(testLine).data()); 243 if (testLine.length() == 0) { 252 commentMat.reset(testLine); 262 parseLineMat.reset(testLine); 276 formatLineMat.reset(testLine); 300 lineNum, UnicodeStringPiece(testLine).data());
|
regextst.cpp | [all...] |
dtfmttst.cpp | [all...] |
/external/skia/tests/ |
PathOpsSimplifyRectThreadedTest.cpp | 191 int threadCount = initializeTests(reporter, "testLine");
|