Home
last modified time | relevance | path

Searched refs:create_function (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/sqlite3/test/
Duserfunctions.py156 self.con.create_function("returntext", 0, func_returntext)
157 self.con.create_function("returntextwithnull", 0, func_returntextwithnull)
158 self.con.create_function("returnunicode", 0, func_returnunicode)
159 self.con.create_function("returnint", 0, func_returnint)
160 self.con.create_function("returnfloat", 0, func_returnfloat)
161 self.con.create_function("returnnull", 0, func_returnnull)
162 self.con.create_function("returnblob", 0, func_returnblob)
163 self.con.create_function("returnlonglong", 0, func_returnlonglong)
164 self.con.create_function("raiseexception", 0, func_raiseexception)
166 self.con.create_function("isstring", 1, func_isstring)
[all …]
Ddbapi.py817 con.create_function("foo", 1, f)
/third_party/python/Doc/includes/sqlite3/
Dmd5func.py8 con.create_function("md5", 1, md5sum)
/third_party/mesa3d/src/mapi/glapi/gen/
Dmarshal_XML.py33 def create_function(self, element, context): member in marshal_item_factory
Dgl_XML.py839 def create_function(self, element, context): member in gl_item_factory
915 func = self.factory.create_function( child, self )
DglX_XML.py35 def create_function(self, element, context): member in glx_item_factory
/third_party/sqlite/include/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
439 #define sqlite3_create_function sqlite3_api->create_function
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c161 create_function(struct radv_shader_context *ctx, gl_shader_stage stage, bool has_previous_stage) in create_function() function
1383 create_function(&ctx, shaders[shader_count - 1]->info.stage, shader_count >= 2); in ac_translate_nir_to_llvm()
1732 create_function(&ctx, MESA_SHADER_VERTEX, false); in radv_compile_gs_copy_shader()
/third_party/python/Lib/test/
Dtest_weakref.py36 def create_function(): function
105 self.check_basic_ref(create_function)
119 self.check_basic_callback(create_function)
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp83 void create_function(ir_function_signature *ir);
727 visitor->create_function(sig); in visit_enter()
733 nir_visitor::create_function(ir_function_signature *ir) in create_function() function in nir_visitor
/third_party/python/Doc/library/
Dsqlite3.rst386 .. method:: create_function(name, num_params, func, *, deterministic=False)
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst3784 :meth:`sqlite3.Connection.create_function`,
3910 :meth:`sqlite3.Connection.create_function` method. Patch by Sergey Fedoseev.
D3.9.0a1.rst2880 :meth:`sqlite3.Connection.create_function`,
/third_party/sqlite/src/
Dsqlite3.c131796 int (*create_function)(sqlite3*,const char*,int,int,void*,
132149 #define sqlite3_create_function sqlite3_api->create_function
/third_party/chromium/patch/
D0003-ohos-1115.patch164343 + /* create_function() flags */
164913 + https://sqlite.org/c3ref/create_function.html