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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
172 self.fail("HTTPResponse object should return a valid fileno")
  /external/python/cpython2/Lib/test/
test_urllib2net.py 84 httpresponse = abused_fileobject._sock
85 self.assertIs(httpresponse.__class__, httplib.HTTPResponse)
86 fileobject = httpresponse.fp
170 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/go/darwin-x86/src/cmd/go/internal/vet/
vetflag.go 38 {Name: "httpresponse", BoolVar: new(bool)},
  /prebuilts/go/linux-x86/src/cmd/go/internal/vet/
vetflag.go 38 {Name: "httpresponse", BoolVar: new(bool)},
  /prebuilts/go/darwin-x86/src/cmd/vet/
httpresponse.go 16 register("httpresponse",
doc.go 88 Flag: -httpresponse
  /prebuilts/go/linux-x86/src/cmd/vet/
httpresponse.go 16 register("httpresponse",
doc.go 88 Flag: -httpresponse
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
test.go 521 // "-httpresponse",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/test/
test.go 521 // "-httpresponse",
    [all...]

Completed in 314 milliseconds