Lines Matching refs:def
28 def func_returntext():
30 def func_returnunicode():
32 def func_returnint():
34 def func_returnfloat():
36 def func_returnnull():
38 def func_returnblob():
40 def func_returnlonglong():
42 def func_raiseexception():
45 def func_isstring(v):
47 def func_isint(v):
49 def func_isfloat(v):
51 def func_isnone(v):
53 def func_isblob(v):
55 def func_islonglong(v):
59 def __init__(self):
62 def finalize(self):
66 def __init__(self):
69 def step(self, x):
73 def __init__(self):
76 def step(self, x):
79 def finalize(self):
83 def __init__(self):
86 def step(self, x):
89 def finalize(self):
93 def __init__(self):
96 def step(self, x):
99 def finalize(self):
103 def __init__(self):
106 def step(self, whichType, val):
110 def finalize(self):
114 def __init__(self):
117 def step(self, val):
120 def finalize(self):
124 def setUp(self):
143 def tearDown(self):
146 def CheckFuncErrorOnCreate(self):
153 def CheckFuncRefCount(self):
154 def getfunc():
155 def f():
165 def CheckFuncReturnText(self):
172 def CheckFuncReturnUnicode(self):
179 def CheckFuncReturnInt(self):
186 def CheckFuncReturnFloat(self):
194 def CheckFuncReturnNull(self):
201 def CheckFuncReturnBlob(self):
208 def CheckFuncReturnLongLong(self):
214 def CheckFuncException(self):
223 def CheckParamString(self):
229 def CheckParamInt(self):
235 def CheckParamFloat(self):
241 def CheckParamNone(self):
247 def CheckParamBlob(self):
253 def CheckParamLongLong(self):
260 def setUp(self):
283 def tearDown(self):
288 def CheckAggrErrorOnCreate(self):
295 def CheckAggrNoStep(self):
303 def CheckAggrNoFinalize(self):
312 def CheckAggrExceptionInInit(self):
321 def CheckAggrExceptionInStep(self):
330 def CheckAggrExceptionInFinalize(self):
339 def CheckAggrCheckParamStr(self):
345 def CheckAggrCheckParamInt(self):
351 def CheckAggrCheckParamFloat(self):
357 def CheckAggrCheckParamNone(self):
363 def CheckAggrCheckParamBlob(self):
369 def CheckAggrCheckAggrSum(self):
379 def authorizer_cb(action, arg1, arg2, dbname, source):
386 def setUp(self):
400 def tearDown(self):
403 def test_table_access(self):
412 def test_column_access(self):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
449 def suite():
462 def test():