Home
last modified time | relevance | path

Searched defs:init_db (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_anydbm.py69 def init_db(self): member in AnyDBMTestCase
Dtest_dumbdbm.py122 def init_db(self): member in DumbDBMTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dbm.py49 def init_db(self): member in AnyDBMTestCase
Dtest_dbm_dumb.py160 def init_db(self): member in DumbDBMTestCase
/aosp_15_r20/system/security/keystore2/src/key_parameter/
H A Dstorage_tests.rs215 fn init_db() -> Result<Connection> { in init_db() function