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

  /packages/apps/Calendar/tests/src/com/android/calendar/
DbTestUtils.java 38 * DbUtils dbUtils = new DbUtils(mockResources);
39 * dbUtils.getContentResolver().addProvider("settings", dbUtils.getContentProvider());
40 * dbUtils.getContentResolver().addProvider(CalendarCache.URI.getAuthority(),
41 * dbUtils.getContentProvider());
UtilsTests.java 62 private DbTestUtils dbUtils;
155 timezoneUtils.setTimeZone(dbUtils.getContext(), tz);
174 dbUtils = new DbTestUtils(new ResourcesForTest());
175 dbUtils.getContentResolver().addProvider("settings", dbUtils.getContentProvider());
176 dbUtils.getContentResolver().addProvider(CalendarCache.URI.getAuthority(),
177 dbUtils.getContentProvider());
510 false, dbUtils.getContext());
517 false, dbUtils.getContext());
527 false, dbUtils.getContext())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 25 # "from bsddb.dbutils import *"
72 'dbutils.DeadlockWrap: sleeping %1.3f\n' % sleeptime)
__init__.py 65 from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap
68 from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 25 # "from bsddb.dbutils import *"
72 'dbutils.DeadlockWrap: sleeping %1.3f\n' % sleeptime)
__init__.py 65 from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap
68 from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 19 from test_all import db, dbutils, test_support, verbose, have_threads, \
40 dbutils._deadlock_VerboseFile = sys.stdout
138 dbutils.DeadlockWrap(d.put, key, self.makeData(key),
265 dbutils.DeadlockWrap(d.put, key, self.makeData(key),
287 rec = dbutils.DeadlockWrap(c.first, max_retries=10)
292 rec = dbutils.DeadlockWrap(c.next, max_retries=10)
20 get_new_environment_path, get_new_database_path namespace
test_all.py 443 from bsddb3 import db, dbtables, dbutils, dbshelve, \
447 from bsddb import db, dbtables, dbutils, dbshelve, \
444 hashopen, btopen, rnopen, dbobj namespace
448 hashopen, btopen, rnopen, dbobj namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 19 from test_all import db, dbutils, test_support, verbose, have_threads, \
40 dbutils._deadlock_VerboseFile = sys.stdout
138 dbutils.DeadlockWrap(d.put, key, self.makeData(key),
265 dbutils.DeadlockWrap(d.put, key, self.makeData(key),
287 rec = dbutils.DeadlockWrap(c.first, max_retries=10)
292 rec = dbutils.DeadlockWrap(c.next, max_retries=10)
20 get_new_environment_path, get_new_database_path namespace
test_all.py 443 from bsddb3 import db, dbtables, dbutils, dbshelve, \
447 from bsddb import db, dbtables, dbutils, dbshelve, \
444 hashopen, btopen, rnopen, dbobj namespace
448 hashopen, btopen, rnopen, dbobj namespace
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/
commons-parent-11.pom 568 <module>../dbutils</module>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/17/
commons-parent-17.pom 701 <module>../dbutils</module>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-parent/32/
commons-parent-32.pom     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/
commons-parent-25.pom     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/33/
commons-parent-33.pom     [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 535 milliseconds