Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzerSingleNoExecute.java31 fuzz(); in run()
DFuzzerSingleExecute.java33 Program program = fuzz(); in run()
DFuzzerMultipleNoExecute.java41 fuzz(); in run()
DFuzzerMultipleExecute.java43 Program program = fuzz(); in run()
DFuzzer.java181 protected Program fuzz() { in fuzz() method in Fuzzer
/art/tools/jfuzz/
DREADME.md5 of fuzz testing the ART infrastructure. Each randomly generated program
11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing.
117 Over the years, fuzz testing has gained popularity as a testing technique for
121 based fuzz testing constructs random, but properly formatted input data.
122 Mutation-based fuzz testing applies small random changes to existing inputs
128 The randomness of fuzz testing implies that the size and scope of testing is no
Djfuzz.cc1358 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest, try_nest); in main() local
1359 fuzz.emitProgram(); in main()
/art/tools/dexfuzz/
DREADME14 http://community.arm.com/groups/android-community/blog/2014/11/26/the-art-of-fuzz-testing
18 ADB-connected Android device, and it will fuzz these seed files, and execute the