HomeSort by relevance Sort by last modified time
    Searched refs:dbname (Results 1 - 25 of 54) sorted by null

1 2 3

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnSQLiteOpenHelper.java 33 public OpenWnnSQLiteOpenHelper(Context context, String dbname) {
34 super(context, dbname, null, DATABASE_VERSION);
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
aliasname.c 50 __unaliasname(const char *dbname, const char *alias, void *buf, size_t bufsize)
59 _DIAGASSERT(dbname != NULL);
63 fp = fopen(dbname, "r");
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PUserDatabaseParser.java 95 StringBuffer dbname = new StringBuffer(); local
103 dbname.append(next);
107 userDatabase.setDatabaseName(dbname.toString());
  /external/python/cpython2/Lib/sqlite3/test/
userfunctions.py 385 def authorizer_cb(action, arg1, arg2, dbname, source):
429 def authorizer_cb(action, arg1, arg2, dbname, source):
438 def authorizer_cb(action, arg1, arg2, dbname, source):
447 def authorizer_cb(action, arg1, arg2, dbname, source):
  /external/python/cpython3/Lib/sqlite3/test/
userfunctions.py 393 def authorizer_cb(action, arg1, arg2, dbname, source):
429 def authorizer_cb(action, arg1, arg2, dbname, source):
438 def authorizer_cb(action, arg1, arg2, dbname, source):
447 def authorizer_cb(action, arg1, arg2, dbname, source):
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
  /external/python/cpython2/Lib/bsddb/test/
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
test_db.py 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
test_db.py 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
test_db.py 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
test_db.py 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
  /external/iproute2/misc/
arpd.c 42 char *dbname = "/var/lib/arpd/arpd.db"; variable
595 dbname = optarg;
675 dbase = dbopen(dbname, O_CREAT|O_RDWR, 0644, DB_HASH, NULL);
  /cts/tests/tests/content/src/android/content/cts/
MockContentProvider.java 82 DatabaseHelper(Context context, String dbname) {
83 super(context, dbname, null, DBVERSION);
109 public MockContentProvider(String authority, String dbName) {
111 mDbName = dbName;
  /external/python/cpython2/Lib/bsddb/
dbshelve.py 81 dbenv=None, dbname=None):
110 d.open(filename, dbname, filetype, flags, mode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbshelve.py 82 dbenv=None, dbname=None):
111 d.open(filename, dbname, filetype, flags, mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbshelve.py 82 dbenv=None, dbname=None):
111 d.open(filename, dbname, filetype, flags, mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 82 dbenv=None, dbname=None):
111 d.open(filename, dbname, filetype, flags, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 82 dbenv=None, dbname=None):
111 d.open(filename, dbname, filetype, flags, mode)

Completed in 539 milliseconds

1 2 3