Home | History | Annotate | Download | only in regression

Lines Matching refs:reps

33     public void timeIsEmptyTrue(int reps) {
34 for (int i = 0; i < reps; ++i) {
39 public void timeIsEmptyFalse(int reps) {
41 for (int i = 0; i < reps; ++i) {
46 public void timeGet(int reps) {
47 for (int i = 0; i < reps; ++i) {
52 public void timeClear(int reps) {
53 for (int i = 0; i < reps; ++i) {
58 public void timeSet(int reps) {
59 for (int i = 0; i < reps; ++i) {
64 public void timeSetOn(int reps) {
65 for (int i = 0; i < reps; ++i) {
70 public void timeSetOff(int reps) {
71 for (int i = 0; i < reps; ++i) {