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

  /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/qemu/
qemu-common.h 103 #define fsync _commit
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 75 return _commit(fildes);
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 829 result=_commit(_fileno(pFile));
    [all...]

Completed in 127 milliseconds