benchmarking/utils/devices.py (80 lines of code) (raw):

from __future__ import absolute_import, division, print_function, unicode_literals devices = { "ONEPLUS-A3000-8.0.0-26": { "name": "ONEPLUS-A3000-8.0.0-26", "abbr": ["oneplus-a3000-26", "oneplus3"], }, "SAMSUNG-SM-G930A-7.0-24": { "name": "SAMSUNG-SM-G930A-7.0-24", "abbr": ["sm-g930a-24", "galaxy-s7a", "s7a"], }, "SM-G930V-7.0-24": { "name": "SM-G930V-7.0-24", "abbr": ["sm-g930v-24", "galaxy-s7v", "s7v"], }, "SM-G935F-7.0-24": { "name": "SM-G935F-7.0-24", "abbr": ["sm-g935f-24", "galaxy-s7pf", "s7pf"], }, "SM-G930F-7.0-24": { "name": "SM-G930F-7.0-24", "abbr": ["GalaxyS7Intl", "S7Intl", "sm-g930f-24", "galaxy-s7f", "s7f"], }, "SM-G950U-7.0-24": { "name": "SM-G950U-7.0-24", "abbr": ["GalaxyS8US", "S8US", "sm-g950u-24"], }, "SM-G950U-8.0.0-26": { "name": "SM-G950U-8.0.0-26", "abbr": ["sm-g950u-26", "galaxy-s8u", "s8u"], }, "SM-G955U-7.0-24": { "name": "SM-G955U-7.0-24", "abbr": ["GalaxyS8+US", "S8+US", "sm-g955u-24", "galaxy-s8pu", "s8pu"], }, "SM-G950F-7.0-24": { "name": "SM-G950F-7.0-24", "abbr": ["GalaxyS8Intl", "S8Intl", "sm-g950f-24", "galaxy-s8f", "s8f"], }, "SM-G960U-8.0.0-26": { "name": "SM-G960U-8.0.0-26", "abbr": ["sm-g960u-26", "galaxy-s9u", "s9u"], }, "SM-G960F-8.0.0-26": { "name": "SM-G960F-8.0.0-26", "abbr": ["sm-g960f-26", "galaxy-s9f", "s9f"], }, "Nexus-4-5.1.1-22": { "name": "Nexus-4-5.1.1-22", "abbr": ["nexus-4-22", "nexus-4", "nexus4", "n4"], }, "Nexus-5X-7.1.1-25": { "name": "Nexus-5X-7.1.1-25", "abbr": ["nexus-5x-25", "nexus-5x", "nexus5x", "n5x"], }, "Nexus-6-6.0-23": { "name": "Nexus-6-6.0-23", "abbr": ["nexus-6-23", "nexus-6", "nexus6", "n6"], }, "Nexus-6P-7.1.2-25": { "name": "Nexus-6P-7.1.2-25", "abbr": ["nexus-6p-25", "nexus-6p", "nexus6p", "n6p"], }, "Pixel-8.0.0-26": {"name": "Pixel-8.0.0-26", "abbr": ["pixel-26", "pixel"]}, "Pixel-2-XL-8.1.0-27": { "name": "Pixel-2-XL-8.1.0-27", "abbr": ["pixel-2xl-26", "pixel-2xl", "pixel2xl"], }, "XT1068-6.0-23": {"name": "XT1068-6.0-23", "abbr": ["moto-g2-23", "moto-g2", "g2"]}, "MotoG3-6.0-23": {"name": "MotoG3-6.0-23", "abbr": ["moto-g3-23", "moto-g3", "g3"]}, "PRO-7-Plus-7.0-24": { "name": "PRO-7-Plus-7.0-24", "abbr": ["meizu-pro-7-plus-24", "meizu-pro-7-plus", "meizu-pro7plus"], }, "PACM00-8.1.0-27": {"name": "PACM00-8.1.0-27", "abbr": ["oppo-r15"]}, "D10AP-11.0.3": {"name": "D10AP-11.0.3", "abbr": ["iphone7-11.0.3"]}, "N61AP-11.3.1": {"name": "N61AP-11.3.1", "abbr": ["iphone6-11.3.1"]}, "D221AP-11.2.6": {"name": "D221AP-11.2.6", "abbr": ["iphonex-11.2.6"]}, "D10AP-12.0.1": {"name": "D10AP-12.0.1", "abbr": ["iphone7-12.0.1"]}, "D201AP-12.0.1": {"name": "D201AP-12.0.1", "abbr": ["iphone8-12.0.1"]}, }