Home
last modified time | relevance | path

Searched refs:expectedCalls (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/test/java/test/triangle/
DCheckCount.java13 public void testCheckCountDeprecated(String expectedCalls){ in testCheckCountDeprecated() argument
17 int i = Integer.valueOf(expectedCalls); in testCheckCountDeprecated()
28 public void testCheckCount(String expectedCalls){ in testCheckCount() argument
32 int i = Integer.valueOf(expectedCalls); in testCheckCount()
/external/webrtc/webrtc/tools/rtcbot/test/
Dsimple_offer_answer.js39 var expectedCalls = 0;
41 if (++expectedCalls == 6)
/external/deqp/framework/delibs/deutil/
DdeTimerTest.c58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest() local
75 printf(" timer fired %d times, expected %d\n", numCalls, expectedCalls); in deTimer_selfTest()