HomeSort by relevance Sort by last modified time
    Searched refs:AslrMmapTest (Results 1 - 3 of 3) sorted by null

  /system/extras/tests/kernel.config/
aslr_rec_test.cpp 23 TEST_F(AslrMmapTest, match_default) {
33 TEST_F(AslrMmapTest, match_compat_default) {
39 TEST_F(AslrMmapTest, match_min) {
51 TEST_F(AslrMmapTest, match_compat_min) {
60 TEST_F(AslrMmapTest, match_max) {
72 TEST_F(AslrMmapTest, match_compat_max) {
81 TEST_F(AslrMmapTest, entropy_min) {
92 TEST_F(AslrMmapTest, entropy_cmpt_min) {
100 TEST_F(AslrMmapTest, entropy_max) {
111 TEST_F(AslrMmapTest, entropy_cmpt_max)
    [all...]
aslr_test.cpp 140 const char *AslrMmapTest::path;
141 const char *AslrMmapTest::lib;
142 unsigned int AslrMmapTest::def, AslrMmapTest::min, AslrMmapTest::max;
143 bool AslrMmapTest::compat = false, AslrMmapTest::user32 = false;
144 unsigned int AslrMmapTest::def_cmpt, AslrMmapTest::min_cmpt, AslrMmapTest::max_cmpt
    [all...]
aslr_test.h 42 class AslrMmapTest : public ::testing::Test {

Completed in 151 milliseconds