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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dumbdbm.py 38 # at the end of __setitem__). This is only repaired when _commit()
39 # gets called. One place _commit() gets called is from __del__(),
42 # _commit() finish successfully, we can't ignore shutdown races
43 # here, and _commit() must not reference any globals.
44 _os = _os # for _commit()
45 _open = _open # for _commit()
93 def _commit(self): member in class:_Database
94 # CAUTION: It's vital that _commit() succeed, and _commit() can
116 sync = _commit
    [all...]
  /external/python/cpython2/Lib/
dumbdbm.py 39 # at the end of __setitem__). This is only repaired when _commit()
40 # gets called. One place _commit() gets called is from __del__(),
43 # _commit() finish successfully, we can't ignore shutdown races
44 # here, and _commit() must not reference any globals.
45 _os = _os # for _commit()
46 _open = _open # for _commit()
97 def _commit(self): member in class:_Database
98 # CAUTION: It's vital that _commit() succeed, and _commit() can
119 sync = _commit
    [all...]
  /external/python/cpython3/Lib/dbm/
dumb.py 39 # at the end of __setitem__). This is only repaired when _commit()
40 # gets called. One place _commit() gets called is from __del__(),
43 # _commit() finish successfully, we can't ignore shutdown races
44 # here, and _commit() must not reference any globals.
45 _os = _os # for _commit()
46 _io = _io # for _commit()
118 def _commit(self): member in class:_Database
119 # CAUTION: It's vital that _commit() succeed, and _commit() can
143 sync = _commit
    [all...]
  /external/autotest/tko/
db.py 238 def _commit(self): member in class:db_sql
247 return self.run_with_retry(self._commit)
249 return self._commit()

Completed in 1824 milliseconds