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

  /external/python/cpython2/Doc/includes/sqlite3/
ctx_manager.py 15 except sqlite3.IntegrityError:
  /external/python/cpython3/Doc/includes/sqlite3/
ctx_manager.py 15 except sqlite3.IntegrityError:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 114 PyObject* IntegrityError;
connection.c 206 self->IntegrityError = pysqlite_IntegrityError;
    [all...]
  /external/python/cpython2/Lib/sqlite3/test/
py25tests.py 67 except sqlite.IntegrityError:
dbapi.py 72 self.assertTrue(issubclass(sqlite.IntegrityError, sqlite.DatabaseError),
73 "IntegrityError is not a subclass of DatabaseError")
140 self.assertEqual(self.cx.IntegrityError, sqlite.IntegrityError)
  /external/python/cpython2/Modules/_sqlite/
connection.h 114 PyObject* IntegrityError;
connection.c 209 self->IntegrityError = pysqlite_IntegrityError;
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.h 103 PyObject* IntegrityError;
connection.c 196 self->IntegrityError = pysqlite_IntegrityError;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
py25tests.py 67 except sqlite.IntegrityError:
dbapi.py 71 self.assertTrue(issubclass(sqlite.IntegrityError, sqlite.DatabaseError),
72 "IntegrityError is not a subclass of DatabaseError")
139 self.assertEqual(self.cx.IntegrityError, sqlite.IntegrityError)
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
py25tests.py 67 except sqlite.IntegrityError:
dbapi.py 71 self.assertTrue(issubclass(sqlite.IntegrityError, sqlite.DatabaseError),
72 "IntegrityError is not a subclass of DatabaseError")
139 self.assertEqual(self.cx.IntegrityError, sqlite.IntegrityError)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 67 except sqlite.IntegrityError:
dbapi.py 71 self.assertTrue(issubclass(sqlite.IntegrityError, sqlite.DatabaseError),
72 "IntegrityError is not a subclass of DatabaseError")
139 self.assertEqual(self.cx.IntegrityError, sqlite.IntegrityError)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 67 except sqlite.IntegrityError:
dbapi.py 71 self.assertTrue(issubclass(sqlite.IntegrityError, sqlite.DatabaseError),
72 "IntegrityError is not a subclass of DatabaseError")
139 self.assertEqual(self.cx.IntegrityError, sqlite.IntegrityError)
  /external/python/cpython3/Lib/sqlite3/test/
dbapi.py 73 self.assertTrue(issubclass(sqlite.IntegrityError, sqlite.DatabaseError),
74 "IntegrityError is not a subclass of DatabaseError")
139 self.assertEqual(self.cx.IntegrityError, sqlite.IntegrityError)
495 with self.assertRaises(sqlite.IntegrityError):
851 with self.assertRaises(sqlite.IntegrityError):
868 with self.assertRaises(sqlite.IntegrityError):
879 with self.assertRaises(sqlite.IntegrityError):
890 with self.assertRaises(sqlite.IntegrityError)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 233 except sqlite3.IntegrityError, DetailMsg:
    [all...]
  /external/autotest/frontend/afe/
rpc_utils.py 550 except django.db.utils.IntegrityError as e:
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 677 milliseconds