Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
DDexFuzz.java64 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()
DOptions.java52 public static int repeat = 1; field in Options
240 repeat = Integer.parseInt(value); in handleKeyValueOption()
360 if (repeat < 1) { in validateOptions()
368 if (usingProvidedSeed && repeat > 1) { in validateOptions()
376 if (repeat == 1 && inputFileList.size() > 1) { in validateOptions()
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzerMultipleNoExecute.java39 for (iterations = 0; iterations < Options.repeat; iterations++) { in run()
DFuzzerMultipleExecute.java41 for (iterations = 0; iterations < Options.repeat; iterations++) { in run()
/art/test/utils/python/testgen/
Dutils.py34 map(lambda n: itertools.product(string.ascii_lowercase, repeat=n),
/art/tools/dexfuzz/
DREADME43 dexfuzz --inputs=<seeds dir> --execute --repeat=<attempts> \
/art/build/
DAndroid.bp62 // This is the default visibility for the //art package, but we repeat it
/art/tools/checker/
DREADME83 thereby avoiding to repeat the check lines if some, but not all architectures
/art/runtime/interpreter/mterp/arm/
Darithmetic.S354 cmpeq r0, r2 @ For correct EQ/NE, we may need to repeat the first CMP