Searched refs:resource_id (Results 1 - 21 of 21) sorted by relevance

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dchannel.py28 # since the resource_id value will now be correct, and that's needed to
78 'resourceId': 'resource_id',
108 resource_id: str, The unique identifier of the version of the resource at
112 def __init__(self, message_number, state, resource_uri, resource_id):
120 resource_id: str, The identifier of the watched resource.
125 self.resource_id = resource_id
147 resource_id: str, An opaque id that identifies the resource that is
154 params=None, resource_id="", resource_uri=""):
174 resource_id
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_notification.py65 resource_id = re.findall(r'resource identifier: (?P<id>.*)', stderr)
66 self.assertEqual(len(resource_id), 1)
69 resource_id = resource_id[0]
71 self.RunGsUtil(['notification', 'stopchannel', channel_id, resource_id])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
H A Dtag.py32 :ivar resource_id: The name of the autoscaling group.
38 propagate_at_launch=False, resource_id=None,
44 self.resource_id = resource_id
64 self.resource_id = value
74 params[prefix + 'ResourceId'] = self.resource_id
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_gpu.h112 __le32 resource_id; /* update only */ member in struct:virtio_gpu_update_cursor
130 __le32 resource_id; member in struct:virtio_gpu_resource_unref
137 __le32 resource_id; member in struct:virtio_gpu_resource_create_2d
148 __le32 resource_id; member in struct:virtio_gpu_set_scanout
155 __le32 resource_id; member in struct:virtio_gpu_resource_flush
164 __le32 resource_id; member in struct:virtio_gpu_transfer_to_host_2d
177 __le32 resource_id; member in struct:virtio_gpu_resource_attach_backing
184 __le32 resource_id; member in struct:virtio_gpu_resource_detach_backing
211 __le32 resource_id; member in struct:virtio_gpu_transfer_host_3d
221 __le32 resource_id; member in struct:virtio_gpu_resource_create_3d
251 __le32 resource_id; member in struct:virtio_gpu_ctx_resource
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp35 typedef uint32_t resource_id; typedef in struct:clover::module
47 section(resource_id id, enum type type, size_t size,
52 resource_id id;
79 symbol(const clover::compat::vector<char> &name, resource_id section,
85 resource_id section;
/external/chromium-trace/catapult/devil/devil/android/
H A Dapp_ui_test.py112 node = self.app.GetUiNode(resource_id='image_view')
119 node = self.app.GetUiNode(resource_id='com.example.app:id/image_view')
126 node = self.app.GetUiNode(resource_id='image_view',
135 node = self.app.GetUiNode(resource_id='does_not_exist')
144 node = self.app.GetUiNode(resource_id='mini_drawer')
183 node = self.app.WaitForUiNode(resource_id='actionbar_title')
191 self.app.WaitForUiNode(resource_id='actionbar_title')
H A Dapp_ui.py121 app.GetUiNode(resource_id='some_element', text='hello')
128 As the example shows, if given and needed, the value of the resource_id key
150 resource_id = kwargs.get('resource_id')
151 if (resource_id is not None
153 and ':id/' not in resource_id):
154 kwargs['resource_id'] = '%s:id/%s' % (self._package, resource_id)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dnotification.py37 gsutil notification stopchannel channel_id resource_id
68 The channel_id and resource_id parameters should match the values from the
219 resource_id = channel.resourceId
223 self.logger.info('Canonicalized resource identifier: %s', resource_id)
230 resource_id = self.args[1]
233 channel_id, resource_id)
234 self.gsutil_api.StopChannel(channel_id, resource_id, provider='gs')
/external/chromium-trace/catapult/telemetry/examples/browser_tests/
H A Dsimple_browser_test.py54 resource_id='com.google.android.apps.chrome:id/menu_button')
56 resource_id='com.google.android.apps.chrome:id/menu_button').Tap()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
H A Dtest_connection.py128 tag = Tag(key='foo', value='bar', resource_id=group_name,
135 if tag.resource_id == group_name and tag.key == 'foo':
162 if tag.resource_id == group_name and tag.key == 'foo':
/external/mesa3d/src/glx/
H A Dglx_error.c79 error.resourceID = err->resource_id;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
H A Dlayer1.py221 def get_resource_config_history(self, resource_type, resource_id,
236 :type resource_id: string
237 :param resource_id: The ID of the resource (for example., `sg-xxxxxx`).
266 'resourceId': resource_id,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
H A Dconnection.py272 def add_tags(self, resource_id, tags):
276 :type resource_id: str
277 :param resource_id: The cluster id
285 assert isinstance(resource_id, six.string_types)
287 'ResourceId': resource_id,
292 def remove_tags(self, resource_id, tags):
296 :type resource_id: str
297 :param resource_id: The cluster id
303 'ResourceId': resource_id,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dcloud_api.py496 def StopChannel(self, channel_id, resource_id, provider=None):
501 resource_id: Version-agnostic ID string for the channel.
H A Dcloud_api_delegator.py279 def StopChannel(self, channel_id, resource_id, provider=None):
280 return self._GetApi(provider).StopChannel(channel_id, resource_id)
H A Dgcs_json_api.py1232 def StopChannel(self, channel_id, resource_id, provider=None):
1234 channel = apitools_messages.Channel(id=channel_id, resourceId=resource_id)
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h68 unsigned resource_id; member in struct:r600_bytecode_tex
H A Dr600_asm.c1738 S_SQ_TEX_WORD0_RESOURCE_ID(tex->resource_id) |
2535 fprintf(stderr, "RESOURCE_ID:%d ", tex->resource_id);
H A Dr600_shader.c445 tex.resource_id = bytes[bytes_read++];
3792 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS;
4081 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
H A Dtest_group.py560 resource_id='sg-00000000',
568 resource_id='sg-00000000',
594 ('ResourceId', 'sg-01234567', 'resource_id'),
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 335 milliseconds