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

  /external/python/cpython2/Lib/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)

Completed in 1122 milliseconds