Searched refs:always (Results 1 – 23 of 23) 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()
1 Regression test for optimizing that used assume that array types are always exact.
12 Care should be taken when updating the generate_smali.py script. It should always
14 always return equivalent output when run multiple times.
60 if-nez v0, :loop_end # will always exit116 if-nez v0, :loop_end # will always exit181 if-nez v0, :loop_end # will always take the branch259 if-nez v0, :loop_end # will always take the branch
40 # Source files generated by the script. There's always one C and one
105 The dictionary always includes:
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.
207 # Test that the right ArrayGet equivalent is always selected. The following test
387 # These values were forced to spill by an always-throwing try/catch after their436 # These values were forced to spill by an always-throwing try/catch after their
675 run_test_options += --always-clean
607 li $\index, 4 # long can be loaded only to a2_a3 pair so index will be always 4
6123 * here with a zero breakFlag because we always refresh rIBASE on
6358 * here with a zero breakFlag because we always refresh rIBASE on