Home
last modified time | relevance | path

Searched refs:dbfile (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Tools/pynche/
DMain.py124 dbfile=None): argument
129 if dbfile is None:
130 dbfile = s.optiondb().get('DBFILE')
134 if dbfile is None:
135 dbfile = files.pop()
138 colordb = ColorDB.get_colordb(dbfile)
144 dbfile = files.pop(0)
200 dbfile = None
213 dbfile = arg
222 dbfile=dbfile)
DpyColorChooser.py28 dbfile = options.get('databasefile', self.__databasefile)
31 if dbfile <> self.__databasefile:
32 colordb = ColorDB.get_colordb(dbfile)
/external/python/cpython3/Tools/pynche/
DMain.py124 dbfile=None): argument
129 if dbfile is None:
130 dbfile = s.optiondb().get('DBFILE')
134 if dbfile is None:
135 dbfile = files.pop()
138 colordb = ColorDB.get_colordb(dbfile)
144 dbfile = files.pop(0)
200 dbfile = None
213 dbfile = arg
222 dbfile=dbfile)
DpyColorChooser.py28 dbfile = options.get('databasefile', self.__databasefile)
31 if dbfile != self.__databasefile:
32 colordb = ColorDB.get_colordb(dbfile)
/external/python/cpython2/Tools/scripts/
Dpickle2db.py69 dbfile = args[0]
76 dbfile = args[1]
125 db = dbopen(dbfile, 'c')
127 sys.stderr.write("Unable to open %s. " % dbfile)
Ddb2pickle.py63 dbfile = args[0]
66 dbfile = args[0]
120 db = dbopen(dbfile, 'r')
122 sys.stderr.write("Unable to open %s. " % dbfile)
/external/python/cpython3/Tools/scripts/
Ddb2pickle.py63 dbfile = args[0]
66 dbfile = args[0]
120 db = dbopen(dbfile, 'r')
122 sys.stderr.write("Unable to open %s. " % dbfile)
Dpickle2db.py69 dbfile = args[0]
76 dbfile = args[1]
125 db = dbopen(dbfile, 'c')
127 sys.stderr.write("Unable to open %s. " % dbfile)
/external/python/cpython2/Lib/test/
Dtest_bsddb185.py32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java53 private String dbfile = null; field in JDBCConnection
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY : in open()
148 dbfile = url.substring(8); in JDBCConnection()
150 dbfile = url.substring(13); in JDBCConnection()
/external/python/cpython2/Misc/
DHISTORY3530 It is now [ picklefile ] dbfile. This provides better symmetry with
/external/python/cpython3/Misc/
DHISTORY20914 It is now [ picklefile ] dbfile. This provides better symmetry with