D | rbc_dashboard.py | 30 class Product: class 46 product: Product 74 def get_build_var(variable, product: Product) -> str: argument 136 async def run_config(product: Product, rbc_product: bool, out_dir: str) -> bool: argument 230 async def test_one_product(product: Product, dirs: Directories) -> ProductResult: argument 283 async def test_one_product_quick(product: Product, dirs: Directories) -> ProductResult: argument 350 def str_to_product(p: str) -> Product: 354 return Product( 363 products = list(map(lambda x: Product(x, 'trunk_staging', 'userdebug'), get_build_var( 364 'all_named_products', Product('aosp_arm64', 'trunk_staging', 'userdebug')).split())) [all …]
|