Searched refs:always (Results 1 - 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
H A DOptions.java89 Log.always("DexFuzz Usage:");
90 Log.always(" --input=<file> : Seed DEX file to be fuzzed");
91 Log.always(" (Can specify multiple times.)");
92 Log.always(" --inputs=<file> : Directory containing DEX files to be fuzzed.");
93 Log.always(" --output=<file> : Output DEX file to be produced");
94 Log.always("");
95 Log.always(" --execute : Execute the resulting fuzzed program");
96 Log.always(" --host : Execute on host");
97 Log.always(" --device=<device> : Execute on an ADB-connected-device, where <device> is");
98 Log.always(" th
[all...]
H A DLog.java60 public static void always(String msg) { method in class:Log
H A DDexFuzz.java47 Log.always(String.format("DexFuzz v%d.%d.%d",
49 Log.always("");
/art/test/677-fsi/
H A Drun19 exec ${RUN} $@ -Xcompiler-option --copy-dex-files=always --runtime-option -Xonly-use-system-oat-files --runtime-option -Xuse-stderr-logger
/art/tools/dexfuzz/src/dexfuzz/listeners/
H A DUniqueProgramTrackerListener.java250 Log.always("-- UNIQUE PROGRAM REPORT --");
251 Log.always("Unique Programs Seen: " + uniquePrograms.size());
252 Log.always("Unique Outputs Seen: " + uniqueOutputs.size());
253 Log.always("---------------------------");
H A DLogFileListener.java72 Log.always("Full log in " + logFile);
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S6501 * here with a zero breakFlag because we always refresh rIBASE on
6525 * here with a zero breakFlag because we always refresh rIBASE on
6549 * here with a zero breakFlag because we always refresh rIBASE on
6573 * here with a zero breakFlag because we always refresh rIBASE on
6597 * here with a zero breakFlag because we always refresh rIBASE on
6621 * here with a zero breakFlag because we always refresh rIBASE on
6645 * here with a zero breakFlag because we always refresh rIBASE on
6669 * here with a zero breakFlag because we always refresh rIBASE on
6693 * here with a zero breakFlag because we always refresh rIBASE on
6717 * here with a zero breakFlag because we always refres
[all...]
H A Dmterp_x86_64.S6248 * here with a zero breakFlag because we always refresh rIBASE on
6270 * here with a zero breakFlag because we always refresh rIBASE on
6292 * here with a zero breakFlag because we always refresh rIBASE on
6314 * here with a zero breakFlag because we always refresh rIBASE on
6336 * here with a zero breakFlag because we always refresh rIBASE on
6358 * here with a zero breakFlag because we always refresh rIBASE on
6380 * here with a zero breakFlag because we always refresh rIBASE on
6402 * here with a zero breakFlag because we always refresh rIBASE on
6424 * here with a zero breakFlag because we always refresh rIBASE on
6446 * here with a zero breakFlag because we always refres
[all...]

Completed in 120 milliseconds