Home
last modified time | relevance | path

Searched refs:set_attribute (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sns/
Dtest_connection.py66 actual_policy = json.loads(queue.set_attribute.call_args[0][1])
89 actual_policy = json.loads(queue.set_attribute.call_args[0][1])
/external/deqp/android/cts/mnc/
Degl-master.txt190 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_no_depth_no_stencil
191 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_no_depth_stencil
192 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_depth_no_stencil
193 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_depth_stencil
194 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_no_depth_no_stencil
195 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_no_depth_stencil
196 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_depth_no_stencil
197 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_depth_stencil
198 dEQP-EGL.functional.query_surface.set_attribute.window.other
199 dEQP-EGL.functional.query_surface.set_attribute.pixmap.rgb565_no_depth_no_stencil
[all …]
/external/deqp/android/cts/mnc/src/
Degl-master.txt190 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_no_depth_no_stencil
191 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_no_depth_stencil
192 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_depth_no_stencil
193 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_depth_stencil
194 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_no_depth_no_stencil
195 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_no_depth_stencil
196 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_depth_no_stencil
197 dEQP-EGL.functional.query_surface.set_attribute.window.rgba5551_depth_stencil
198 dEQP-EGL.functional.query_surface.set_attribute.window.other
199 dEQP-EGL.functional.query_surface.set_attribute.pixmap.rgb565_no_depth_no_stencil
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
Dqueue.py105 def set_attribute(self, attribute, value): member in Queue
139 retval = self.set_attribute('VisibilityTimeout', visibility_timeout)
/external/deqp/android/cts/master/
Degl-master.txt260 dEQP-EGL.functional.query_surface.set_attribute.window.rgb565_no_depth_no_stencil
261 dEQP-EGL.functional.query_surface.set_attribute.window.rgb565_no_depth_stencil
262 dEQP-EGL.functional.query_surface.set_attribute.window.rgb565_depth_no_stencil
263 dEQP-EGL.functional.query_surface.set_attribute.window.rgb565_depth_stencil
264 dEQP-EGL.functional.query_surface.set_attribute.window.rgb888_no_depth_no_stencil
265 dEQP-EGL.functional.query_surface.set_attribute.window.rgb888_no_depth_stencil
266 dEQP-EGL.functional.query_surface.set_attribute.window.rgb888_depth_no_stencil
267 dEQP-EGL.functional.query_surface.set_attribute.window.rgb888_depth_stencil
268 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_no_depth_no_stencil
269 dEQP-EGL.functional.query_surface.set_attribute.window.rgba4444_no_depth_stencil
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
Dconnection.py371 queue.set_attribute('Policy', json.dumps(policy))
/external/autotest/frontend/tko/
Dmodels.py225 def set_attribute(self, attribute, value): member in Test
233 super(Test, self).set_attribute(attribute, value)
/external/autotest/frontend/afe/
Dmodel_logic.py1331 def set_attribute(self, attribute, value): member in ModelWithAttributes
1352 self.set_attribute(attribute, value)