HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 2451 - 2475 of 4741) sorted by null

<<919293949596979899100>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 95 f = open(fn)
197 fd = _os.open(filename, flags, 0o600)
200 with _io.open(fd, 'wb', closefd=False) as fp:
239 fd = _os.open(file, flags, 0600)
273 file descriptor returned by os.open, and name is the filename.
464 # while it is open.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 104 with open(path, "rb") as f:
test_bz2.py 59 with open(self.filename, "wb") as f:
162 with open(self.filename, 'rb') as f:
175 with open(self.filename, 'rb') as f:
186 with open(self.filename, 'rb') as f:
269 with open(self.filename, "wb") as f:
test_cmd_line.py 114 with open(filename, "w") as script:
test_httpservers.py 290 temp = open(os.path.join(self.tempdir, 'test'), 'wb')
324 f = open(os.path.join(self.tempdir_name, 'index.html'), 'w')
397 with open(self.file1_path, 'w') as file1:
402 with open(self.file2_path, 'w') as file2:
test_resource.py 50 f = open(test_support.TESTFN, "wb")
test_runpy.py 112 pkg_file = open(pkg_fname, "w")
129 mod_file = open(mod_fname, "w")
170 del d1 # Ensure __loader__ entry doesn't keep file open
178 del d2 # Ensure __loader__ entry doesn't keep file open
193 del d1 # Ensure __loader__ entry doesn't keep file open
201 del d2 # Ensure __loader__ entry doesn't keep file open
216 sibling_file = open(sibling_fname, "w")
227 nephew_file = open(nephew_fname, "w")
248 del d1 # Ensure __loader__ entry doesn't keep file open
258 del d2 # Ensure __loader__ entry doesn't keep file open
    [all...]
test_urllib2_localnet.py 265 self.opener.open,
271 self.opener.open,
278 result = self.opener.open(self.URL)
288 result = self.opener.open(self.URL)
test_zipfile64.py 42 fp = open(TESTFN, "wb")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 154 webbrowser.open('http://localhost:8000/xyz?abc')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 80 env.open(self.homeDir,
101 self.db.open(self.filename, "test", db.DB_BTREE, db.DB_CREATE)
266 env.open(self.homeDir,
285 self.db.open(self.filename, "test", db.DB_BTREE, db.DB_CREATE)
test_dbshelve.py 76 self.d = dbshelve.open(self.filename)
258 self.d.open(self.filename, self.dbtype, self.dbflags)
289 self.env.open(self.homeDir,
294 self.d.open(self.filename, self.dbtype, self.dbflags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 219 f = open(script_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getpass.py 45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
imghdr.py 12 f = open(file, 'rb')
mimify.py 12 of a file or an open file object. Only a readline() method is used
210 ifile = open(infile)
218 ofile = open(outfile, 'w')
418 ifile = open(infile)
426 ofile = open(outfile, 'w')
netrc.py 31 with open(file) as fp:
sndhdr.py 43 f = open(filename, 'rb')
sre_constants.py 223 f = open("sre_constants.h", "w")
sysconfig.py 214 with open(filename) as f:
295 msg = "invalid Python installation: unable to open %s" % makefile
303 with open(config_h) as f:
306 msg = "invalid Python installation: unable to open %s" % config_h
344 with open(destfile, 'wb') as f:
351 with open('pybuilddir.txt', 'w') as f:
tempfile.py 95 f = open(fn)
197 fd = _os.open(filename, flags, 0o600)
200 with _io.open(fd, 'wb', closefd=False) as fp:
239 fd = _os.open(file, flags, 0600)
273 file descriptor returned by os.open, and name is the filename.
464 # while it is open.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 60 This ensures that the application will respond to open AppleEvents, which
65 flist.open(fn)
68 # receives a file open event. The callback can have multiple arguments,
133 root.bind('<<open-config-dialog>>', config_dialog)
156 ('_Preferences....', '<<open-config-dialog>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 104 with open(path, "rb") as f:
test_bz2.py 59 with open(self.filename, "wb") as f:
162 with open(self.filename, 'rb') as f:
175 with open(self.filename, 'rb') as f:
186 with open(self.filename, 'rb') as f:
269 with open(self.filename, "wb") as f:
test_cmd_line.py 114 with open(filename, "w") as script:

Completed in 1337 milliseconds

<<919293949596979899100>>