HomeSort by relevance Sort by last modified time
    Searched refs:dupDB (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_associate.py 96 dupDB = db.DB(self.env)
97 dupDB.set_flags(db.DB_DUP)
98 dupDB.open(self.filename, "primary", db.DB_BTREE, db.DB_CREATE)
103 # dupDB has been configured to allow duplicates, it can't
107 dupDB.associate(secDB, f)
111 dupDB.close()
114 dupDB.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_associate.py 96 dupDB = db.DB(self.env)
97 dupDB.set_flags(db.DB_DUP)
98 dupDB.open(self.filename, "primary", db.DB_BTREE, db.DB_CREATE)
103 # dupDB has been configured to allow duplicates, it can't
107 dupDB.associate(secDB, f)
111 dupDB.close()
114 dupDB.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 96 dupDB = db.DB(self.env)
97 dupDB.set_flags(db.DB_DUP)
98 dupDB.open(self.filename, "primary", db.DB_BTREE, db.DB_CREATE)
103 # dupDB has been configured to allow duplicates, it can't
107 dupDB.associate(secDB, f)
111 dupDB.close()
114 dupDB.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 96 dupDB = db.DB(self.env)
97 dupDB.set_flags(db.DB_DUP)
98 dupDB.open(self.filename, "primary", db.DB_BTREE, db.DB_CREATE)
103 # dupDB has been configured to allow duplicates, it can't
107 dupDB.associate(secDB, f)
111 dupDB.close()
114 dupDB.close()

Completed in 69 milliseconds