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

/art/tools/dexfuzz/src/dexfuzz/
H A DOptions.java86 Log.always("DexFuzz Usage:");
87 Log.always(" --input=<file> : Seed DEX file to be fuzzed");
88 Log.always(" (Can specify multiple times.)");
89 Log.always(" --inputs=<file> : Directory containing DEX files to be fuzzed.");
90 Log.always(" --output=<file> : Output DEX file to be produced");
91 Log.always("");
92 Log.always(" --execute : Execute the resulting fuzzed program");
93 Log.always(" --host : Execute on host");
94 Log.always(" --device=<device> : Execute on an ADB-connected-device, where <device> is");
95 Log.always(" th
[all...]
H A DLog.java60 public static void always(String msg) { method in class:Log
H A DDexFuzz.java45 Log.always(String.format("DexFuzz v%d.%d.%d",
47 Log.always("");
/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/test/
H A DAndroid.run-test.mk682 run_test_options += --always-clean
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S607 li $\index, 4 # long can be loaded only to a2_a3 pair so index will be always 4
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86_64.S6123 * here with a zero breakFlag because we always refresh rIBASE on
6145 * here with a zero breakFlag because we always refresh rIBASE on
6167 * here with a zero breakFlag because we always refresh rIBASE on
6189 * here with a zero breakFlag because we always refresh rIBASE on
6211 * here with a zero breakFlag because we always refresh rIBASE on
6233 * here with a zero breakFlag because we always refresh rIBASE on
6255 * here with a zero breakFlag because we always refresh rIBASE on
6277 * here with a zero breakFlag because we always refresh rIBASE on
6299 * here with a zero breakFlag because we always refresh rIBASE on
6321 * here with a zero breakFlag because we always refres
[all...]
H A Dmterp_x86.S6358 * here with a zero breakFlag because we always refresh rIBASE on
6383 * here with a zero breakFlag because we always refresh rIBASE on
6408 * here with a zero breakFlag because we always refresh rIBASE on
6433 * here with a zero breakFlag because we always refresh rIBASE on
6458 * here with a zero breakFlag because we always refresh rIBASE on
6483 * here with a zero breakFlag because we always refresh rIBASE on
6508 * here with a zero breakFlag because we always refresh rIBASE on
6533 * here with a zero breakFlag because we always refresh rIBASE on
6558 * here with a zero breakFlag because we always refresh rIBASE on
6583 * here with a zero breakFlag because we always refres
[all...]

Completed in 791 milliseconds