Searched refs:tool (Results 1 – 25 of 25) sorted by relevance
33 for (const char* tool : tools) { in CheckToolsExist() local35 std::string exec_path = tools_dir + tool; in CheckToolsExist()37 ADD_FAILURE() << "Cannot find " << tool << " in " << tools_dir; in CheckToolsExist()
136 for tool in ['dx', 'smali', 'jasmin', 'd8']:137 os.environ.setdefault(tool.upper(), HOST_OUT_EXECUTABLES + '/' + tool)
15 // Fuzzer tool.
4 JFuzz is a tool for generating random programs with the objective
20 host_bcp <image> | xargs <art-host-tool> ...
15 // Java method trace dump tool
24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
28 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
3 Titrace is a bytecode instruction tracing tool that uses JVMTI and works on both ART and the RI.
25 // Note that this tool needs to be built for both 32-bit and 64-bit since it needs to be same
27 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
23 The starting label will be provided by the generation tool, as will37 The generation tool does *not* print a warning if your instructions
4 This tool iterates over all class members inside given DEX files and modifies
4 Bisection Bug Search is a tool for finding compiler optimizations bugs. It
1 Checker is a testing tool which compiles a given test file and compares the
4 DexFuzz is primarily a tool for fuzzing DEX files. Fuzzing is the introduction of
6 This directory contains the classes that do common command line tool initialization and parsing. The