HomeSort by relevance Sort by last modified time
    Searched full:create_function (Results 1 - 24 of 24) sorted by null

  /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/javasqlite/src/main/java/SQLite/
Function.java 25 * db.create_function("sin", 1, SinFunc);
Database.java 466 public void create_function(String name, int nargs, Function f) { method in class:Database
  /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/llvm/docs/tutorial/
OCamlLangImpl4.html 188 let the_fpm = PassManager.create_function Codegen.the_module in
    [all...]
OCamlLangImpl7.html 544 let the_fpm = PassManager.create_function Codegen.the_module in
    [all...]
OCamlLangImpl5.html     [all...]
OCamlLangImpl6.html     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php.php 179 'crack_getlastmessage','crack_opendict','crc32','create_function',
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 2178 val create_function : llmodule -> [ `Function ] t var
    [all...]
llvm.ml     [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]
geshi-doc.html     [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex 576 public void create_function(
    [all...]

Completed in 777 milliseconds