Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DOptions.java86 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 …]
DDexFuzz.java45 Log.always(String.format("DexFuzz v%d.%d.%d", in main()
47 Log.always(""); in main()
DLog.java60 public static void always(String msg) { in always() method in Log
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java250 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()
DLogFileListener.java72 Log.always("Full log in " + logFile); in shutdown()
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali60 if-nez v0, :loop_end # will always exit
116 if-nez v0, :loop_end # will always exit
183 if-nez v0, :loop_end # will always take the branch
262 if-nez v0, :loop_end # will always take the branch
/art/runtime/
Druntime_options.def31 // almost-always the value of the type as if it was memset to all 0.
/art/tools/dexfuzz/
DREADME80 - Files will always be executed in the same directory where you are executing DexFuzz.
/art/test/
DAndroid.run-test.mk613 run_test_options += --always-clean