Searched refs:eventProcessor (Results 1 – 3 of 3) sorted by relevance
59 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(); in test3_3() local63 eventProcessor.startIteration(); in test3_3()65 final boolean needMoreIterations = eventProcessor.finishIteration(); in test3_3()68 SOME_VALID_SEQUENCE_3_3.equals(eventProcessor.getCurrentSequenceString()); in test3_3()75 eventProcessor.numberOfLeafNodes()); in test3_3()83 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(); in test3_3_enter_exit() local87 eventProcessor.startIteration(); in test3_3_enter_exit()104 final boolean needMoreIterations = eventProcessor.finishIteration(); in test3_3_enter_exit()108 equals(eventProcessor.getCurrentSequenceString()); in test3_3_enter_exit()115 eventProcessor.numberOfLeafNodes()); in test3_3_enter_exit()[all …]
53 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence); in runTest() local59 eventProcessor.startIteration(); in runTest()61 eventProcessor.finishIteration(); in runTest()
36 static void setEventProcessor(EventProcessor eventProcessor) { in setEventProcessor() argument37 sEventProcessor = eventProcessor; in setEventProcessor()