/libcore/luni/src/test/java/libcore/sqlite/ |
OldFunctionContextTest.java | 48 db.create_function("test", 1, testString); 61 db.create_function("testInt", 1, testInt); 74 db.create_function("testDouble", 1, testD); 90 db.create_function("testError", 1, testError); 118 db.create_function("testBinArray", 1, testBinArrayFnc); 154 db.create_function("testZeroBlob", 0, testZeroBlobFnc); 184 db.create_function("testCount", 0, countTest);
|
QueryTimeoutTest.java | 59 database.create_function("DELAY", 2, new Function() {
|
OldDatabaseTest.java | 562 db.create_function("sin", 1, sinFunc); 621 db.create_function("sin", 1, sinFunc); [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 26 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 27 let the_fpm = PassManager.create_function Codegen.the_module in
|
/external/llvm/test/Bindings/Ocaml/ |
scalar_opts.ml | 43 ignore (PassManager.create_function m
|
vmcore.ml | [all...] |
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3ext.h | 82 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); member in struct:sqlite3_api_routines 257 #define sqlite3_create_function sqlite3_api->create_function
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 466 public void create_function(String name, int nargs, Function f) { method in class:Database
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | [all...] |
llvm.mli | 2178 val create_function : llmodule -> [ `Function ] t var [all...] |
/external/libvpx/examples/includes/geshi/ |
geshi.php | [all...] |