Searched defs:timesCalled (Results 1 – 5 of 5) sorted by relevance
384 AtomicInteger timesCalled = new AtomicInteger(0); in clientPluginSeesDefaultValue() local404 AtomicInteger timesCalled = new AtomicInteger(0); in requestPluginSeesDefaultValue() local426 AtomicInteger timesCalled = new AtomicInteger(0); in clientPluginSeesCustomerClientConfiguredValue() local449 AtomicInteger timesCalled = new AtomicInteger(0); in requestPluginSeesCustomerClientConfiguredValue() local476 AtomicInteger timesCalled = new AtomicInteger(0); in requestPluginSeesCustomerRequestConfiguredValue() local
22 static private int timesCalled = 0; field in BeforeHooksTarget
23 static int timesCalled = 0; field in AfterHooksTarget
33 @property(nonatomic, readonly) NSUInteger timesCalled; property
194 public int timesCalled = 0; field in ParserTestCase.ToStringCounter