OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileobject
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py
88
fileobject
= httpresponse.fp
89
self.assertTrue(
fileobject
.__class__ is socket._fileobject)
91
self.assertTrue(not
fileobject
.closed)
93
self.assertTrue(
fileobject
.closed)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py
88
fileobject
= httpresponse.fp
89
self.assertTrue(
fileobject
.__class__ is socket._fileobject)
91
self.assertTrue(not
fileobject
.closed)
93
self.assertTrue(
fileobject
.closed)
/external/chromium_org/tools/idl_parser/
idl_parser.py
1020
with open(filename) as
fileobject
:
1022
out = parser.ParseText(filename,
fileobject
.read())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py
1499
fileobject
= ExFileObject # The default ExFileObject class to use.
variable in class:TarFile
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py
1499
fileobject
= ExFileObject # The default ExFileObject class to use.
variable in class:TarFile
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
381
Objects/
fileobject
.o \
714
Include/
fileobject
.h \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
382
Objects/
fileobject
.o \
715
Include/
fileobject
.h \
[
all
...]
/external/chromium_org/third_party/pexpect/
pexpect.py
[
all
...]
Completed in 723 milliseconds