HomeSort by relevance Sort by last modified time
    Searched full:authorizer_cb (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerTests
398 self.con.set_authorizer(self.authorizer_cb)
423 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerRaiseExceptionTests
432 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerIllegalTypeTests
441 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerLargeIntegerTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerTests
398 self.con.set_authorizer(self.authorizer_cb)
423 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerRaiseExceptionTests
432 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerIllegalTypeTests
441 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerLargeIntegerTests

Completed in 492 milliseconds