Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dgenerate_feature_test_macro_components.py75 feature_test_macros = [ variable
1299 assert feature_test_macros == sorted(feature_test_macros, key=lambda tc: tc["name"])
1300 assert all(tc["headers"] == sorted(tc["headers"]) for tc in feature_test_macros)
1302 ("libcxx_guard" in tc) == ("test_suite_guard" in tc) for tc in feature_test_macros
1317 for tc in feature_test_macros
1415 for tc in feature_test_macros:
1474 for tc in feature_test_macros:
1674 headers = set([h for tc in feature_test_macros for h in tc["headers"]])
1676 test_list = [tc for tc in feature_test_macros if h in tc["headers"]]
1775 for tc in feature_test_macros: