Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/tests/
Dinterception_linux_test.cc22 static int InterceptorFunctionCalled; variable
27 ++InterceptorFunctionCalled; in INTERCEPTOR()
49 InterceptorFunctionCalled = 0; in TEST()
51 EXPECT_EQ(1, InterceptorFunctionCalled); in TEST()
53 EXPECT_EQ(2, InterceptorFunctionCalled); in TEST()
56 InterceptorFunctionCalled = 0; in TEST()
59 EXPECT_EQ(0, InterceptorFunctionCalled); in TEST()
Dinterception_win_test.cc256 int InterceptorFunctionCalled; variable
260 ++InterceptorFunctionCalled; in InterceptorFunction()
290 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()
293 EXPECT_EQ(0, InterceptorFunctionCalled); in TestIdentityFunctionPatching()
310 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()
313 EXPECT_EQ(2, InterceptorFunctionCalled); in TestIdentityFunctionPatching()
316 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()
319 EXPECT_EQ(0, InterceptorFunctionCalled); in TestIdentityFunctionPatching()
443 InterceptorFunctionCalled = 0; in TEST()
446 EXPECT_EQ(2, InterceptorFunctionCalled); in TEST()