Home
last modified time | relevance | path

Searched refs:device_props (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/cellular_Identifiers/
Dcellular_Identifiers.py45 def _ValidateGsmIdentifiers(self, device_props, service_props, modem_props): argument
48 device_props['Cellular.IMEI'],
52 device_props['Cellular.IMSI'],
63 device_props['Cellular.HomeProvider']['code'],
67 device_props['Cellular.ICCID'],
78 def _ValidateCdmaIdentifiers(self, device_props, modem_props): argument
81 device_props['Cellular.ESN'],
85 device_props['Cellular.MEID'],
94 device_props = device.GetProperties(utf8_strings=True)
96 self.is_modemmanager = 'freedesktop' in device_props['DBus.Service']
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_queue_properties.cpp110 cl_queue_properties_khr device_props = 0; in test_queue_properties() local
127 …= clGetDeviceInfo(deviceID, CL_DEVICE_QUEUE_PROPERTIES, sizeof(device_props), &device_props, NULL); in test_queue_properties()
130 if (device_props & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE) in test_queue_properties()
141 if (device_props & CL_QUEUE_PROFILING_ENABLE) in test_queue_properties()
152 …if (device_props & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE && device_props & CL_QUEUE_PROFILING_ENA… in test_queue_properties()
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp2350 VkPhysicalDeviceProperties device_props = {}; in TEST_F() local
2351 vkGetPhysicalDeviceProperties(gpu(), &device_props); in TEST_F()
2352 maxVertexInputAttributeOffset = device_props.limits.maxVertexInputAttributeOffset; in TEST_F()
2361device_props.limits.maxVertexInputAttributeOffset = device_props.limits.maxVertexInputBindingStrid… in TEST_F()
2362 fpvkSetPhysicalDeviceLimitsEXT(gpu(), &device_props.limits); in TEST_F()
2363 maxVertexInputAttributeOffset = device_props.limits.maxVertexInputAttributeOffset; in TEST_F()