Home
last modified time | relevance | path

Searched refs:_get_backend (Results 1 – 3 of 3) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py227 backend_one = multiprocess_file_storage._get_backend('file_a')
228 backend_two = multiprocess_file_storage._get_backend('file_a')
229 backend_three = multiprocess_file_storage._get_backend('file_b')
277 backend = multiprocess_file_storage._get_backend(self.filename)
283 backend = multiprocess_file_storage._get_backend(self.filename)
291 backend = multiprocess_file_storage._get_backend(self.filename)
298 backend = multiprocess_file_storage._get_backend(self.filename)
/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py292 def _get_backend(filename): function
323 self._backend = _get_backend(filename)
/external/autotest/database/
Ddatabase_connection.py235 def _get_backend(self, db_type): member in DatabaseConnection
285 self._backend = self._get_backend(self.db_type)