Home
last modified time | relevance | path

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

/bionic/tests/
Dstack_protector_test.cpp68 stack_protector_checker checker; in TEST() local
72 checker.Check(); in TEST()
78 stack_protector_checker* checker = reinterpret_cast<stack_protector_checker*>(arg); in TEST() local
79 checker->Check(); in TEST()
81 }, &checker)); in TEST()
86 ASSERT_EQ(thread_count, checker.tids.size()); in TEST()
89 ASSERT_EQ(1U, checker.guards.size()); in TEST()
/bionic/libc/tools/
Dpylintrc27 # Enable the message, report, category or checker with the given id(s). You can
32 # Disable the message, report, category or checker with the given id(s). You
37 # you want to run only the similarities checker, you can use "--disable=all
38 # --enable=similarities". If you want to run only the classes checker, but have