Searched refs:repeat (Results 1 – 8 of 8) sorted by relevance
64 if (Options.repeat > 1 && Options.execute) { in main()90 if ((Options.repeat > 1) && Options.execute) { in main()92 } else if ((Options.repeat > 1) && !Options.execute) { in main()94 } else if ((Options.repeat == 1) && Options.execute) { in main()96 } else if ((Options.repeat == 1) && !Options.execute) { in main()
52 public static int repeat = 1; field in Options248 repeat = Integer.parseInt(value); in handleKeyValueOption()368 if (repeat < 1) { in validateOptions()376 if (usingProvidedSeed && repeat > 1) { in validateOptions()384 if (repeat == 1 && inputFileList.size() > 1) { in validateOptions()
39 for (iterations = 0; iterations < Options.repeat; iterations++) { in run()
41 for (iterations = 0; iterations < Options.repeat; iterations++) { in run()
34 map(lambda n: itertools.product(string.ascii_lowercase, repeat=n),
82 thereby avoiding to repeat the check lines if some, but not all architectures
43 dexfuzz --inputs=<seeds dir> --execute --repeat=<attempts> \
354 cmpeq r0, r2 @ For correct EQ/NE, we may need to repeat the first CMP