/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
zone.py | 51 def _commit(self, changes): member in class:Zone 120 return Status(self.route53connection, self._commit(changes)) 138 return Status(self.route53connection, self._commit(changes)) 156 return Status(self.route53connection, self._commit(changes))
|
/external/autotest/tko/ |
db.py | 170 def _commit(self): member in class:db_sql 178 return self.run_with_retry(self._commit) 180 return self._commit()
|
/external/ImageMagick/MagickCore/ |
nt-base.h | 125 # define fsync _commit
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
io.h | 182 _CRTIMP int __cdecl _commit(int _FileHandle);
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
delegation_client.c | 947 result=_commit(_fileno(pFile)); [all...] |
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client.c | 829 result=_commit(_fileno(pFile)); [all...] |
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/ |
txw2-2.2.11.jar | |