Home
last modified time | relevance | path

Searched refs:multistore (Results 1 – 4 of 4) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py115 multistore = multistore_file._MultiStore(filename)
116 multistore._file = _MockLockedFile(
119 multistore._lock()
120 self.assertTrue(multistore._file.open_and_lock_called)
129 multistore = multistore_file._MultiStore(filename)
130 multistore._file = _MockLockedFile(filename, IOError, errno.EBUSY)
132 multistore._lock()
133 self.assertTrue(multistore._file.open_and_lock_called)
158 multistore = multistore_file._MultiStore(FILENAME)
161 multistore._warn_on_readonly = False
[all …]
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py159 multistore = _get_multistore(filename, warn_on_readonly=warn_on_readonly)
161 return multistore._get_storage(key)
177 multistore = _get_multistore(filename, warn_on_readonly=warn_on_readonly)
178 multistore._lock()
180 return multistore._get_all_credential_keys()
182 multistore._unlock()
199 multistore = _multistores.setdefault(
203 return multistore
234 def __init__(self, multistore, key): argument
235 self._multistore = multistore
/external/one-true-awk/testdir/
Dfunstack.ok124 P. P. Pisani The multistore parser for hierarchical
Dfunstack.in683 title = "The multistore parser for hierarchical syntactic structures",