/external/python/cpython3/Lib/test/ |
test_file.py | 259 testline = testlines.pop(0) 265 if line != testline: 267 "failed. Got %r, expected %r" % (line, testline)) 268 testline = testlines.pop(0) 269 buf = array("b", b"\x00" * len(testline)) 276 if line != testline: 278 "failed. Got %r, expected %r" % (line, testline)) 280 testline = testlines.pop(0) 282 line = f.read(len(testline)) 286 if line != testline [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 | 353 testline = testlines.pop(0)
359 if line != testline:
361 "failed. Got %r, expected %r" % (line, testline))
362 testline = testlines.pop(0)
363 buf = array("c", "\x00" * len(testline))
370 if line != testline:
372 "failed. Got %r, expected %r" % (line, testline))
374 testline = testlines.pop(0)
376 line = f.read(len(testline))
380 if line != testline: [all...] |
/external/python/cpython2/Lib/test/ |
test_file.py | 265 testline = testlines.pop(0) 271 if line != testline: 273 "failed. Got %r, expected %r" % (line, testline)) 274 testline = testlines.pop(0) 275 buf = array("b", b"\x00" * len(testline)) 282 if line != testline: 284 "failed. Got %r, expected %r" % (line, testline)) 286 testline = testlines.pop(0) 288 line = f.read(len(testline)) 292 if line != testline [all...] |
test_file2k.py | 377 testline = testlines.pop(0) 383 if line != testline: 385 "failed. Got %r, expected %r" % (line, testline)) 386 testline = testlines.pop(0) 387 buf = array("c", "\x00" * len(testline)) 394 if line != testline: 396 "failed. Got %r, expected %r" % (line, testline)) 398 testline = testlines.pop(0) 400 line = f.read(len(testline)) 404 if line != testline [all...] |
/art/compiler/utils/ |
assembler_thumb_test.cc | 147 char testline[256]; local 148 char *s = fgets(testline, sizeof(testline), fp); 152 if (CompareIgnoringSpace(results[lineindex], testline) != 0) { 154 << results[lineindex] << "/" << testline << ", test name: " << testname;
|
/external/icu/icu4c/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/u-boot/scripts/ |
checkpatch.pl | [all...] |