Home
last modified time | relevance | path

Searched full:api_version (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
Dmap_job_config.py133 "api_version": self._api_version}
145 mr_params["api_version"] = 0
168 # 0 means all the old APIs before api_version is introduced.
169 api_version = mr_spec.params.get("api_version", 0)
170 old_api = api_version == 0
213 _api_version=api_version)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
Ddocument.py182 def _commit_with_auth(self, sdf, api_version): argument
185 def _commit_without_auth(self, sdf, api_version): argument
186 url = "http://%s/%s/documents/batch" % (self.endpoint, api_version)
221 api_version = '2013-01-01'
223 api_version = self.domain.layer1.APIVersion
226 r = self._commit_with_auth(sdf, api_version)
228 r = self._commit_without_auth(sdf, api_version)
Dsearch.py341 def _search_without_auth(self, params, api_version): argument
342 url = "http://%s/%s/search" % (self.endpoint, api_version)
356 api_version = '2013-01-01'
358 api_version = self.domain.layer1.APIVersion
363 r = self._search_without_auth(query.to_params(), api_version)
/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc78 static const char* kImplVersionName = "api_version";
122 // Adds the module variable "api_version". in INITFUNC()
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md285 "api_version": "1.0.5"
329 |vk\_vendora.json | "ICD": { "library\_path": "C:\\\\VENDORA\\\\vk\_vendora.dll", "api_version": "…
330 | vendorb\_vk.json | "ICD": { "library\_path": "vendorb\_vk.dll", "api_version": "1.0.5" } |
331 |vendorc\_icd.json | "ICD": { "library\_path": "vedorc\_icd.dll", "api_version": "1.0.5" }|
396 "api_version": "1.0.5"
433 | vk\_vendora.json | "ICD": { "library\_path": "vendora.so", "api_version": "1.0.5" } |
434 | vendorb\_vk.json | "ICD": { "library\_path": "vendorb\_vulkan\_icd.so", "api_version": "1.0.5" } |
435 | vendorc\_icd.json | "ICD": { "library\_path": "/usr/lib/VENDORC/icd.so", "api_version": "1.0.5" }…
746 "api_version" : "1.0.5",
912 "api_version" : "1.0.5",
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand_runner.py237 # Include api_version header in all commands.
238 api_version = boto.config.get_value('GSUtil', 'default_api_version', '1')
241 headers['x-goog-api-version'] = api_version
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c40 vlVdpGetApiVersion(uint32_t *api_version) in vlVdpGetApiVersion() argument
42 if (!api_version) in vlVdpGetApiVersion()
45 *api_version = 1; in vlVdpGetApiVersion()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
Dapp.yaml4 api_version: 1
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
Dapp.yaml4 api_version: 1
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/
Dapp.yaml3 api_version: 1
/external/webrtc/tools/python_charts/
Dapp.yaml4 api_version: 1
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
Dapp.yaml4 api_version: 1
/external/vulkan-validation-layers/layers/linux/
DVkLayer_unique_objects.json7 "api_version": "1.0.6", string
DVkLayer_device_limits.json7 "api_version": "1.0.6", string
DVkLayer_threading.json7 "api_version": "1.0.6", string
DVkLayer_swapchain.json7 "api_version": "1.0.6", string
DVkLayer_parameter_validation.json7 "api_version": "1.0.6", string
DVkLayer_image.json7 "api_version": "1.0.6", string
DVkLayer_object_tracker.json7 "api_version": "1.0.6", string
/external/vulkan-validation-layers/layers/windows/
DVkLayer_unique_objects.json7 "api_version": "1.0.6", string
DVkLayer_device_limits.json7 "api_version": "1.0.6", string
DVkLayer_core_validation.json7 "api_version": "1.0.6", string
DVkLayer_swapchain.json7 "api_version": "1.0.6", string
DVkLayer_object_tracker.json7 "api_version": "1.0.6", string
DVkLayer_parameter_validation.json7 "api_version": "1.0.6", string

123