Searched refs:check_for_leaks (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/crypto/ |
H A D | crypto_user01.c | 45 #define check_for_leaks(name, field) \ macro 54 check_for_leaks("crypto_report_larval::type", p->type); in validate_attr() 60 check_for_leaks("crypto_report_hash::type", p->type); in validate_attr() 66 check_for_leaks("crypto_report_blkcipher::type", p->type); in validate_attr() 67 check_for_leaks("crypto_report_blkcipher::geniv", p->geniv); in validate_attr() 73 check_for_leaks("crypto_report_aead::type", p->type); in validate_attr() 74 check_for_leaks("crypto_report_aead::geniv", p->geniv); in validate_attr() 80 check_for_leaks("crypto_report_comp::type", p->type); in validate_attr() 86 check_for_leaks("crypto_report_rng::type", p->type); in validate_attr() 92 check_for_leaks("crypto_report_ciphe in validate_attr() [all...] |
/third_party/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 98 // This should fail when the --check_for_leaks command line flag is 109 bool check_for_leaks = false; in main() local 110 if (argc > 1 && strcmp(argv[1], "--check_for_leaks") == 0) in main() 111 check_for_leaks = true; in main() 114 "Run this program with --check_for_leaks to enable " in main() 117 // If we are given the --check_for_leaks command line flag, installs the in main() 119 if (check_for_leaks) { in main()
|
Completed in 1 milliseconds