Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dpersonality.c61 const unsigned int good_type = PER_BSD; in main() local
98 personality(good_type); in main()
103 personality(good_type | good_flags); in main()
105 good_type_str, good_flags_str, good_type, good_type_str); in main()
107 personality(good_type | bad_flags); in main()
109 good_type_str, bad_flags_str, good_type | good_flags, in main()
112 personality(good_type | good_flags | bad_flags); in main()
115 good_type | bad_flags, in main()
121 bad_type_str, good_type | good_flags | bad_flags, in main()
/external/strace/tests-m32/
Dpersonality.c61 const unsigned int good_type = PER_BSD; in main() local
98 personality(good_type); in main()
103 personality(good_type | good_flags); in main()
105 good_type_str, good_flags_str, good_type, good_type_str); in main()
107 personality(good_type | bad_flags); in main()
109 good_type_str, bad_flags_str, good_type | good_flags, in main()
112 personality(good_type | good_flags | bad_flags); in main()
115 good_type | bad_flags, in main()
121 bad_type_str, good_type | good_flags | bad_flags, in main()
/external/strace/tests/
Dpersonality.c61 const unsigned int good_type = PER_BSD; in main() local
98 personality(good_type); in main()
103 personality(good_type | good_flags); in main()
105 good_type_str, good_flags_str, good_type, good_type_str); in main()
107 personality(good_type | bad_flags); in main()
109 good_type_str, bad_flags_str, good_type | good_flags, in main()
112 personality(good_type | good_flags | bad_flags); in main()
115 good_type | bad_flags, in main()
121 bad_type_str, good_type | good_flags | bad_flags, in main()
/external/elfutils/src/
Delflint.c3782 GElf_Word good_type = special_sections[s].type; in check_sections() local
3785 good_type = SHT_NOBITS; in check_sections()
3789 if (shdr->sh_type != good_type in check_sections()
/external/python/cpython3/Lib/test/
Dtest_statistics.py939 for good_type in (int, float, Fraction, Decimal):
940 self.assertCoerceRaises(good_type, bad_type)