HomeSort by relevance Sort by last modified time
    Searched refs:testline (Results 1 - 6 of 6) sorted by null

  /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 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...]

Completed in 47 milliseconds