Searched refs:fuzz (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
D | FuzzerSingleNoExecute.java | 31 fuzz(); in run()
|
D | FuzzerSingleExecute.java | 33 Program program = fuzz(); in run()
|
D | FuzzerMultipleNoExecute.java | 41 fuzz(); in run()
|
D | FuzzerMultipleExecute.java | 43 Program program = fuzz(); in run()
|
D | Fuzzer.java | 195 protected Program fuzz() { in fuzz() method in Fuzzer
|
/art/tools/jfuzz/ |
D | README.md | 5 of fuzz testing the ART infrastructure. Each randomly generated program 11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing. 115 Over the years, fuzz testing has gained popularity as a testing technique for 119 based fuzz testing constructs random, but properly formatted input data. 120 Mutation-based fuzz testing applies small random changes to existing inputs 126 The randomness of fuzz testing implies that the size and scope of testing is no
|
D | jfuzz.cc | 1358 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/ |
D | README | 14 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
|