HomeSort by: relevance | last modified time | path
    Searched refs:InterceptorFunctionCalled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_linux_test.cc 26 static int InterceptorFunctionCalled;
31 ++InterceptorFunctionCalled;
52 InterceptorFunctionCalled = 0;
54 EXPECT_EQ(1, InterceptorFunctionCalled);
56 EXPECT_EQ(2, InterceptorFunctionCalled);
59 InterceptorFunctionCalled = 0;
62 EXPECT_EQ(0, InterceptorFunctionCalled);
interception_win_test.cc 289 int InterceptorFunctionCalled;
293 ++InterceptorFunctionCalled;
323 InterceptorFunctionCalled = 0;
326 EXPECT_EQ(0, InterceptorFunctionCalled);
343 InterceptorFunctionCalled = 0;
346 EXPECT_EQ(2, InterceptorFunctionCalled);
349 InterceptorFunctionCalled = 0;
352 EXPECT_EQ(0, InterceptorFunctionCalled);
476 InterceptorFunctionCalled = 0;
479 EXPECT_EQ(2, InterceptorFunctionCalled);
    [all...]

Completed in 13 milliseconds