Home
last modified time | relevance | path

Searched defs:db_name (Results 1 – 8 of 8) sorted by relevance

/external/autotest/database/
Ddatabase_connection.py37 def connect(self, host=None, username=None, password=None, db_name=None): argument
71 def connect(self, host=None, username=None, password=None, db_name=None): argument
94 def connect(self, host=None, username=None, password=None, db_name=None): argument
124 def connect(self, host=None, username=None, password=None, db_name=None): argument
211 password=None, db_name=None): argument
276 db_name=None, try_reconnecting=None): argument
Dmigrate.py465 def get_migration_manager(db_name, debug, force): argument
/external/python/cpython2/Lib/bsddb/test/
Dtest_cursor_pget_bug.py11 db_name = 'test-cursor_pget.db' variable in pget_bugTestCase
Dtest_pickle.py22 db_name = 'test-dbobj.db' variable in pickleTestCase
Dtest_dbobj.py12 db_name = 'test-dbobj.db' variable in dbobjTestCase
Dtest_dbtables.py39 db_name = 'test-table.db' variable in TableDBTestCase
/external/autotest/frontend/
Dmake_superuser.py16 db_name = config.get_config_value(section, "database") variable
/external/libchrome/crypto/
Dnss_util.cc324 ScopedPK11Slot OpenPersistentNSSDBForPath(const std::string& db_name, in OpenPersistentNSSDBForPath()
506 std::string db_name = base::StringPrintf( in InitializeNSSForChromeOSUser() local