Searched refs:__STAMP__ (Results 1 – 1 of 1) sorted by relevance
/external/nos/test/system-test-harness/src/ |
D | weaver_tests.cc | 14 #define __STAMP__ __STAMP_STR__(__FILE__) ":" __STAMP_STR__(__LINE__) macro 165 testWrite(__STAMP__, slot, key, TEST_VALUE); in activateThrottle() 168 testReadWrongKey(__STAMP__, slot, wrong_key, 0); in activateThrottle() 169 testReadWrongKey(__STAMP__, slot, wrong_key, 0); in activateThrottle() 170 testReadWrongKey(__STAMP__, slot, wrong_key, 0); in activateThrottle() 171 testReadWrongKey(__STAMP__, slot, wrong_key, 0); in activateThrottle() 172 testReadWrongKey(__STAMP__, slot, wrong_key, throttle_sec); in activateThrottle() 189 testWrite(__STAMP__, WeaverTest::slot, TEST_KEY, TEST_VALUE); in TEST_F() 190 testRead(__STAMP__, WeaverTest::slot, TEST_KEY, TEST_VALUE); in TEST_F() 191 testEraseValue(__STAMP__, WeaverTest::slot); in TEST_F() [all …]
|