Home
last modified time | relevance | path

Searched refs:countCalls (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Helpers/
Dinitialization-nobug-extra.cc5 int countCalls();
6 static int one = countCalls();
/external/compiler-rt/test/asan/TestCases/
Dinitialization-nobug.cc35 int countCalls() { in countCalls() function
/external/dagger2/javatests/dagger/grpc/functional/server/
DCoffeeServerResource.java38 return coffeeServer.countingInterceptor().countCalls(methodName); in methodCount()
DCountingInterceptor.java52 public int countCalls(String methodName) { in countCalls() method in CountingInterceptor