/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/cintltst/ |
crestst.c | 782 const char* testline = "This is a test line"; local 783 int32_t bufLen = (int32_t)strlen(testline)+10; 866 T_FileStream_writeLine(stream,testline); 869 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){ 874 T_FileStream_write(stream,testline,(int32_t)strlen(testline)); 877 if(uprv_strncmp(testline, buf,retLen)!=0){ [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); 300 lineNum, UnicodeStringPiece(testLine).data());
|
regextst.cpp | [all...] |
dtfmttst.cpp | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
crestst.c | 780 const char* testline = "This is a test line"; local 781 int32_t bufLen = (int32_t)strlen(testline)+10; 864 T_FileStream_writeLine(stream,testline); 867 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){ 872 T_FileStream_write(stream,testline,(int32_t)strlen(testline)); 875 if(uprv_strncmp(testline, buf,retLen)!=0){ [all...] |
/external/icu/icu4c/source/test/intltest/ |
dcfmtest.cpp | 245 UnicodeString testLine = lineMat.group(1, status); 246 // printf("%s\n", UnicodeStringPiece(testLine).data()); 247 if (testLine.length() == 0) { 256 commentMat.reset(testLine); 266 parseLineMat.reset(testLine); 280 formatLineMat.reset(testLine); 304 lineNum, UnicodeStringPiece(testLine).data());
|
regextst.cpp | [all...] |
dtfmttst.cpp | [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
SimplifyRect4x4_Test.cpp | 183 const char testLineStr[] = "testLine";
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsSimplifyRectThreadedTest.cpp | 190 initializeTests(reporter, "testLine");
|
/external/skia/experimental/Intersection/ |
SimplifyRect4x4_Test.cpp | 183 const char testLineStr[] = "testLine";
|
/external/skia/tests/ |
PathOpsSimplifyRectThreadedTest.cpp | 190 int threadCount = initializeTests(reporter, "testLine");
|
/art/compiler/utils/ |
assembler_thumb_test.cc | 205 char testline[256]; local 206 char *s = fgets(testline, sizeof(testline), fp); 210 if (CompareIgnoringSpace(results->second[lineindex], testline) != 0) { 212 << results->second[lineindex] << "/" << testline; [all...] |