Searched refs:fuzz (Results 1 – 8 of 8) sorted by relevance
31 fuzz(); in run()
33 Program program = fuzz(); in run()
41 fuzz(); in run()
43 Program program = fuzz(); in run()
195 protected Program fuzz() { in fuzz() method in Fuzzer
5 of fuzz testing the ART infrastructure. Each randomly generated program11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing.105 Over the years, fuzz testing has gained popularity as a testing technique for109 based fuzz testing constructs random, but properly formatted input data.110 Mutation-based fuzz testing applies small random changes to existing inputs116 The randomness of fuzz testing implies that the size and scope of testing is no
1186 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest); in main() local1187 fuzz.emitProgram(); in main()
14 http://community.arm.com/groups/android-community/blog/2014/11/26/the-art-of-fuzz-testing18 ADB-connected Android device, and it will fuzz these seed files, and execute the