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

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Function.java 25 * db.create_function("sin", 1, SinFunc);
Database.java 467 public void create_function(String name, int nargs, Function f) { method in class:Database
  /libcore/luni/src/test/java/tests/SQLite/
FunctionContextTest.java 77 db.create_function("test", 1, testString);
100 db.create_function("testInt", 1, testInt);
123 db.create_function("testDouble", 1, testD);
149 db.create_function("testError", 1, testError);
188 db.create_function("testBinArray", 1, testBinArrayFnc);
233 db.create_function("testZeroBlob", 0, testZeroBlobFnc);
272 db.create_function("testCount", 0, countTest);
DatabaseTest.java 985 * @tests {@link Database#create_function(String, int, Function)}
991 method = "create_function",
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 76 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
209 #define sqlite3_create_function sqlite3_api->create_function
  /external/libvpx/examples/includes/geshi/geshi/
php.php 179 'crack_getlastmessage','crack_opendict','crc32','create_function',
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
QueryTimeoutTest.java 754 db.create_function("DELAY", 2, delayFc);
  /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 1139 milliseconds