HomeSort by relevance Sort by last modified time
    Searched defs:_commit (Results 1 - 7 of 7) 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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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/autotest/tko/
db.py 199 def _commit(self): member in class:db_sql
208 return self.run_with_retry(self._commit)
210 return self._commit()
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 

Completed in 288 milliseconds