Home
last modified time | relevance | path

Searched refs:JFuzz (Results 1 – 2 of 2) sorted by relevance

/art/tools/jfuzz/
DREADME.md1 JFuzz chapter
4 JFuzz is a tool for generating random programs with the objective
11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing.
13 How to run JFuzz
36 The current version of JFuzz sends all output to stdout, and uses
45 How to start JFuzz testing
75 How to start JFuzz nightly testing
100 --num_inputs : number of JFuzz programs to generate
Djfuzz.cc90 class JFuzz { class
92 JFuzz(FILE* out, in JFuzz() function in __anon58250dea0111::JFuzz
126 ~JFuzz() { } in ~JFuzz()
1358 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest, try_nest); in main()