HomeSort by relevance Sort by last modified time
    Searched refs:dbc (Results 1 - 9 of 9) sorted by null

  /external/python/cpython2/Lib/bsddb/
__init__.py 206 # operations. Doing our own locking around self.dbc,
210 # self.dbc is a DBCursor object used to implement the
212 self.dbc = None
225 if self.dbc is None:
226 self.dbc = _DeadlockWrap(self.db.cursor)
228 _DeadlockWrap(self.dbc.set, self.saved_dbc_key)
236 if self.dbc:
237 c = self.dbc
238 self.dbc = None
292 if self.dbc is not None
    [all...]
dbshelve.py 290 self.dbc = cursor
298 return getattr(self.dbc, name)
304 c = DBShelfCursor(self.dbc.dup(flags))
311 return self.dbc.put(key, data, flags)
320 rec = self.dbc.get(flags)
324 rec = self.dbc.get(key, flags)
329 rec = self.dbc.get(key, flags)
346 rec = self.dbc.get_both(key, flags)
351 rec = self.dbc.set(key, flags)
355 rec = self.dbc.set_range(key, flags
    [all...]
  /external/adhd/cras/src/common/
edid_utils.c 321 int dbc)
323 int dbp = dbc + 1;
324 int db_len = edid_ext[dbc+DBC_TAG_LENGTH] & DBC_LEN_MASK;
326 while (dbp < (dbc + db_len + 1)) {
412 int dbc)
414 int dbp = dbc + 1;
415 int db_len = edid_ext[dbc + DBC_TAG_LENGTH] & DBC_LEN_MASK;
454 edid_ext[dbc + DBC_ETAG], db_len);
460 int i, dbc; local
488 dbc = CEA_DBC_START
573 int dbc; local
621 int dbc; local
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c 251 #define _DBC_close(dbc) dbc->c_close(dbc)
252 #define _DBC_count(dbc,a,b) dbc->c_count(dbc,a,b)
253 #define _DBC_del(dbc,a) dbc->c_del(dbc,a)
254 #define _DBC_dup(dbc,a,b) dbc->c_dup(dbc,a,b
1788 DBC* dbc; local
2263 DBC* dbc; local
4234 DBC* dbc = NULL; local
    [all...]
bsddb.h 180 DBC* dbc; member in struct:DBCursorObject
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 491 uint32_t dbc : 18; /* Data Byte Count */ member in struct:prdt
  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 288 /* prdt->dbc counts from 0 */
290 prdt->dbc = MAX_PRDT_SIZE - 1;
293 prdt->dbc = length - 1;
  /external/elfutils/tests/
run-strings-test.sh 141 testfile4: dbc pthread_mutex_lock
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 300 milliseconds