Searched refs:always (Results 1 – 9 of 9) sorted by relevance
86 Log.always("DexFuzz Usage:"); in usage()87 Log.always(" --input=<file> : Seed DEX file to be fuzzed"); in usage()88 Log.always(" (Can specify multiple times.)"); in usage()89 Log.always(" --inputs=<file> : Directory containing DEX files to be fuzzed."); in usage()90 Log.always(" --output=<file> : Output DEX file to be produced"); in usage()91 Log.always(""); in usage()92 Log.always(" --execute : Execute the resulting fuzzed program"); in usage()93 Log.always(" --host : Execute on host"); in usage()94 Log.always(" --device=<device> : Execute on an ADB-connected-device, where <device> is"); in usage()95 Log.always(" the argument given to adb -s. Default execution mode."); in usage()[all …]
45 Log.always(String.format("DexFuzz v%d.%d.%d", in main()47 Log.always(""); in main()
60 public static void always(String msg) { in always() method in Log
250 Log.always("-- UNIQUE PROGRAM REPORT --"); in handleSummary()251 Log.always("Unique Programs Seen: " + uniquePrograms.size()); in handleSummary()252 Log.always("Unique Outputs Seen: " + uniqueOutputs.size()); in handleSummary()253 Log.always("---------------------------"); in handleSummary()
72 Log.always("Full log in " + logFile); in shutdown()
60 if-nez v0, :loop_end # will always exit116 if-nez v0, :loop_end # will always exit183 if-nez v0, :loop_end # will always take the branch262 if-nez v0, :loop_end # will always take the branch
31 // almost-always the value of the type as if it was memset to all 0.
80 - Files will always be executed in the same directory where you are executing DexFuzz.
613 run_test_options += --always-clean