/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 …]
|
/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/tensorflow/tensorflow/c/ |
D | kernels.cc | 31 void* (*create_function)(TF_OpKernelConstruction*); member 44 result->create_function = create_func; in TF_NewKernelBuilder() 100 return new ::tensorflow::COpKernel(context, builder_->create_function, in Create()
|
/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
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 27 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | scalar_opts.ml | 43 ignore (PassManager.create_function m
|
/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/swiftshader/third_party/llvm-7.0/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/sqlite/dist/ |
D | sqlite3ext.h | 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member 369 #define sqlite3_create_function sqlite3_api->create_function
|