HomeSort by relevance Sort by last modified time
    Searched refs:_commit (Results 1 - 7 of 7) 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/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 47 return _commit(fildes);
  /external/qemu/include/
qemu-common.h 97 #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...]

Completed in 402 milliseconds