Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcs_api_map.py29 class ApiMapConstants(object): class
100 ApiMapConstants.API_MAP: gsutil_api_class_map_factory.GetClassMap(),
101 ApiMapConstants.SUPPORT_MAP: support_map,
102 ApiMapConstants.DEFAULT_MAP: default_map
Dcloud_api_delegator.py23 from gslib.cs_api_map import ApiMapConstants
68 if not self.api_map[ApiMapConstants.API_MAP]:
109 if provider not in self.api_map[ApiMapConstants.API_MAP]:
112 if api_selector not in self.api_map[ApiMapConstants.API_MAP][provider]:
117 self.api_map[ApiMapConstants.API_MAP][provider][api_selector](
139 if (selected_provider not in self.api_map[ApiMapConstants.DEFAULT_MAP] or
140 self.api_map[ApiMapConstants.DEFAULT_MAP][selected_provider] not in
141 self.api_map[ApiMapConstants.API_MAP][selected_provider]):
145 if selected_provider not in self.api_map[ApiMapConstants.SUPPORT_MAP]:
149 api = self.api_map[ApiMapConstants.DEFAULT_MAP][selected_provider]
[all …]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dunit_testcase.py29 from gslib.cs_api_map import ApiMapConstants
243 ApiMapConstants.API_MAP: (
245 ApiMapConstants.SUPPORT_MAP: {
249 ApiMapConstants.DEFAULT_MAP: {