/external/autotest/site_utils/chromeos_proxy/ |
bot_config.py | 43 def get_dimensions(bot=None): function 49 the hostname with os_utilities.get_dimensions(). This method 50 overrides the default id returned by os_utilities.get_dimensions(). 63 d = os_utilities.get_dimensions()
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_common.py | 63 [dim, w, h, d, junk] = param.get_dimensions()
|
glX_proto_send.py | 59 [dim, junk, junk, junk, junk] = param.get_dimensions() 527 [dim, width, height, depth, extent] = param.get_dimensions() 686 [dim, w, h, d, junk] = output.get_dimensions() 756 [dim, w, h, d, junk] = p.get_dimensions() 825 [dim, junk, junk, junk, junk] = param.get_dimensions() [all...] |
glX_XML.py | 248 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
glX_proto_size.py | 556 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
|
gl_XML.py | 521 def get_dimensions(self): member in class:gl_parameter
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
touch_device.py | 185 def get_dimensions(self): member in class:TouchDevice 193 dev_width, dev_height = self.get_dimensions()
|