| /external/python/cpython3/Lib/sqlite3/test/ |
| D | userfunctions.py | 144 self.con.create_function("returntext", 0, func_returntext) 145 self.con.create_function("returnunicode", 0, func_returnunicode) 146 self.con.create_function("returnint", 0, func_returnint) 147 self.con.create_function("returnfloat", 0, func_returnfloat) 148 self.con.create_function("returnnull", 0, func_returnnull) 149 self.con.create_function("returnblob", 0, func_returnblob) 150 self.con.create_function("returnlonglong", 0, func_returnlonglong) 151 self.con.create_function("raiseexception", 0, func_raiseexception) 153 self.con.create_function("isstring", 1, func_isstring) 154 self.con.create_function("isint", 1, func_isint) [all …]
|
| /external/python/cpython2/Lib/sqlite3/test/ |
| D | userfunctions.py | 129 self.con.create_function("returntext", 0, func_returntext) 130 self.con.create_function("returnunicode", 0, func_returnunicode) 131 self.con.create_function("returnint", 0, func_returnint) 132 self.con.create_function("returnfloat", 0, func_returnfloat) 133 self.con.create_function("returnnull", 0, func_returnnull) 134 self.con.create_function("returnblob", 0, func_returnblob) 135 self.con.create_function("returnlonglong", 0, func_returnlonglong) 136 self.con.create_function("raiseexception", 0, func_raiseexception) 138 self.con.create_function("isstring", 1, func_isstring) 139 self.con.create_function("isint", 1, func_isint) [all …]
|
| D | regression.py | 262 self.assertRaises(TypeError, self.con.create_function, var)
|
| /external/tensorflow/tensorflow/core/util/ |
| D | tensor_slice_reader_test.cc | 56 const TensorSliceWriter::CreateBuilderFunction& create_function, in SimpleFloatHelper() argument 70 TensorSliceWriter writer(fname, create_function); in SimpleFloatHelper() 92 TensorSliceWriter writer(fname, create_function); in SimpleFloatHelper() 180 const TensorSliceWriter::CreateBuilderFunction& create_function, in SimpleIntXHelper() argument 195 TensorSliceWriter writer(fname, create_function); in SimpleIntXHelper() 217 TensorSliceWriter writer(fname, create_function); in SimpleIntXHelper() 313 const TensorSliceWriter::CreateBuilderFunction& create_function, in TEST_SIMPLE_INT() 327 TensorSliceWriter writer(fname, create_function); in TEST_SIMPLE_INT() 349 TensorSliceWriter writer(fname, create_function); in TEST_SIMPLE_INT()
|
| /external/python/cpython2/Doc/includes/sqlite3/ |
| D | md5func.py | 8 con.create_function("md5", 1, md5sum)
|
| /external/python/cpython3/Doc/includes/sqlite3/ |
| D | md5func.py | 8 con.create_function("md5", 1, md5sum)
|
| /external/mesa3d/src/mapi/glapi/gen/ |
| D | marshal_XML.py | 33 def create_function(self, element, context): member in marshal_item_factory
|
| D | gl_XML.py | 834 def create_function(self, element, context): member in gl_item_factory 910 func = self.factory.create_function( child, self )
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| D | toy.ml | 27 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| D | toy.ml | 27 let the_fpm = PassManager.create_function Codegen.the_module in
|
| /external/llvm/test/Bindings/OCaml/ |
| D | passmgr_builder.ml | 40 let func_passmgr = PassManager.create_function m in
|
| D | scalar_opts.ml | 44 ignore (PassManager.create_function m
|
| /external/tensorflow/tensorflow/c/ |
| D | kernels.cc | 43 void* (*create_function)(TF_OpKernelConstruction*); member 56 result->create_function = create_func; in TF_NewKernelBuilder() 171 return new ::tensorflow::COpKernel(context, builder_->create_function, in Create()
|
| /external/llvm-project/llvm/test/Bindings/OCaml/ |
| D | passmgr_builder.ml | 40 let func_passmgr = PassManager.create_function m in
|
| D | scalar_opts.ml | 44 ignore (PassManager.create_function m
|
| /external/llvm-project/mlir/include/mlir/Interfaces/ |
| D | CallInterfaces.td | 68 `%foo = dialect.create_function(...)`. These operations may only contain a
|
| /external/sqlite/dist/ |
| D | sqlite3ext.h | 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member 409 #define sqlite3_create_function sqlite3_api->create_function
|
| /external/sqlite/dist/orig/ |
| D | sqlite3ext.h | 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member 409 #define sqlite3_create_function sqlite3_api->create_function
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3ext.h | 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member 409 #define sqlite3_create_function sqlite3_api->create_function
|