HomeSort by relevance Sort by last modified time
    Searched refs:ApiMapConstants (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cs_api_map.py 29 class ApiMapConstants(object):
72 (key) ApiMapConstants.API_MAP : (value) Gsutil API class map (as
74 (key) ApiMapConstants.SUPPORT_MAP : (value) {
78 (key) ApiMapConstants.DEFAULT_MAP : (value) {
93 support_map: Entries for ApiMapConstants.SUPPORT_MAP as described above.
94 default_map: Entries for ApiMapConstants.DEFAULT_MAP as described above.
100 ApiMapConstants.API_MAP: gsutil_api_class_map_factory.GetClassMap(),
101 ApiMapConstants.SUPPORT_MAP: support_map,
102 ApiMapConstants.DEFAULT_MAP: default_map
cloud_api_delegator.py 23 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/
unit_testcase.py 29 from gslib.cs_api_map import ApiMapConstants
243 ApiMapConstants.API_MAP: (
245 ApiMapConstants.SUPPORT_MAP: {
249 ApiMapConstants.DEFAULT_MAP: {

Completed in 4864 milliseconds