Home
last modified time | relevance | path

Searched defs:is_test_target (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/gn2bp/
H A Dgen_android_bp.py1230 def __init__(self, target, arch, is_test_target): argument
1302 def __init__(self, target, arch, is_test_target): argument
1327 def __init__(self, target, arch, is_test_target): argument
1476 def get_action_sanitizer(gn, target, type, arch, is_test_target): argument
1535 def create_action_foreach_modules(blueprint, gn, target, is_test_target): argument
1582 is_test_target, argument
1668 def create_action_module(blueprint, gn, target, genrule_type, is_test_target): argument
1750 is_descendant_of_java, is_test_target): argument
H A Dgn_utils.py438 is_test_target=False): argument
/aosp_15_r20/external/cronet/android/tools/gn2bp/
H A Dgen_android_bp.py1483 def __init__(self, target, arch, is_test_target): argument
1555 def __init__(self, target, arch, is_test_target): argument
1574 def __init__(self, target, arch, is_test_target): argument
1719 def get_action_sanitizer(gn, target, type, arch, is_test_target): argument
1774 def create_action_foreach_modules(blueprint, gn, target, is_test_target): argument
1812 def create_action_module_internal(gn, target, type, is_test_target, blueprint, arch=None): argument
1888 def create_action_module(blueprint, gn, target, genrule_type, is_test_target): argument
1957 def create_modules_from_target(blueprint, gn, gn_target_name, parent_gn_type, is_test_target): argument
H A Dgn_utils.py427 def parse_gn_desc(self, gn_desc, gn_target_name, java_group_name=None, is_test_target=False): argument