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

  /system/nvram/core/tests/
gtest_stubs.h 101 CreateTestInstanceFunction* create_function)
102 : name(name), create_function(create_function) {
107 CreateTestInstanceFunction* create_function; member in struct:testing::detail::TestDeclarationBase
  /external/javasqlite/src/main/java/SQLite/
Database.java 466 public void create_function(String name, int nargs, Function f) { method in class:Database
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 25 def create_function(): function
49 self.check_basic_ref(create_function)
64 self.check_basic_callback(create_function)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 25 def create_function(): function
70 self.check_basic_ref(create_function)
85 self.check_basic_callback(create_function)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 25 def create_function(): function
70 self.check_basic_ref(create_function)
85 self.check_basic_callback(create_function)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 25 def create_function(): function
70 self.check_basic_ref(create_function)
85 self.check_basic_callback(create_function)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 25 def create_function(): function
70 self.check_basic_ref(create_function)
85 self.check_basic_callback(create_function)
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
358 #define sqlite3_create_function sqlite3_api->create_function
  /external/sqlite/dist/
sqlite3ext.h 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
358 #define sqlite3_create_function sqlite3_api->create_function
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 512 milliseconds