| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_bsddb185.py | 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_bsddb185.py | 32 dbfile = os.path.join(tmpdir, "foo.db") 33 anydbm.open(dbfile, "c").close() 34 ftype = whichdb.whichdb(dbfile)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_bsddb185.py | 32 dbfile = os.path.join(tmpdir, "foo.db") 33 anydbm.open(dbfile, "c").close() 34 ftype = whichdb.whichdb(dbfile)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_bsddb185.py | 32 dbfile = os.path.join(tmpdir, "foo.db") 33 anydbm.open(dbfile, "c").close() 34 ftype = whichdb.whichdb(dbfile)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_bsddb185.py | 32 dbfile = os.path.join(tmpdir, "foo.db") 33 anydbm.open(dbfile, "c").close() 34 ftype = whichdb.whichdb(dbfile)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| db2pickle.py | 4 Synopsis: %(prog)s [-h|-g|-b|-r|-a] dbfile [ picklefile ]
63 dbfile = args[0]
66 dbfile = args[0]
120 db = dbopen(dbfile, 'r')
122 sys.stderr.write("Unable to open %s. " % dbfile)
|
| pickle2db.py | 4 Synopsis: %(prog)s [-h|-b|-g|-r|-a|-d] [ picklefile ] dbfile
69 dbfile = args[0]
76 dbfile = args[1]
125 db = dbopen(dbfile, 'c')
127 sys.stderr.write("Unable to open %s. " % dbfile)
|
| /external/javasqlite/src/main/java/SQLite/JDBC2z/ |
| JDBCConnection.java | 53 private String dbfile = null; field in class:JDBCConnection 112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY : 148 dbfile = url.substring(8); 150 dbfile = url.substring(13);
|
| /frameworks/base/core/tests/coretests/src/android/database/ |
| DatabaseGeneralTest.java | 1053 File dbfile = new File(mDatabase.getPath()); local [all...] |
| /external/robolectric/v3/libs/ |
| sqlite4java-0.282.jar | |
| /prebuilts/misc/common/robolectric/lib/ |
| sqlite4java-0.282.jar | |
| /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/ |
| sqlite4java-0.282.jar | |