/art/tools/dexfuzz/src/dexfuzz/ |
D | Options.java | 87 Log.always("DexFuzz Usage:"); in usage() 88 Log.always(" --input=<file> : Seed DEX file to be fuzzed"); in usage() 89 Log.always(" (Can specify multiple times.)"); in usage() 90 Log.always(" --inputs=<file> : Directory containing DEX files to be fuzzed."); in usage() 91 Log.always(" --output=<file> : Output DEX file to be produced"); in usage() 92 Log.always(""); in usage() 93 Log.always(" --execute : Execute the resulting fuzzed program"); in usage() 94 Log.always(" --host : Execute on host"); in usage() 95 Log.always(" --device=<device> : Execute on an ADB-connected-device, where <device> is"); in usage() 96 Log.always(" the argument given to adb -s. Default execution mode."); in usage() [all …]
|
D | DexFuzz.java | 47 Log.always(String.format("DexFuzz v%d.%d.%d", in main() 49 Log.always(""); in main()
|
D | Log.java | 60 public static void always(String msg) { in always() method in Log
|
/art/test/2042-checker-dce-always-throw/ |
D | Android.bp | 3 // Build rules for ART run-test `2042-checker-dce-always-throw`. 16 name: "art-run-test-2042-checker-dce-always-throw", 21 ":art-run-test-2042-checker-dce-always-throw-expected-stdout", 22 ":art-run-test-2042-checker-dce-always-throw-expected-stderr", 31 name: "art-run-test-2042-checker-dce-always-throw-expected-stdout", 32 out: ["art-run-test-2042-checker-dce-always-throw-expected-stdout.txt"], 39 name: "art-run-test-2042-checker-dce-always-throw-expected-stderr", 40 out: ["art-run-test-2042-checker-dce-always-throw-expected-stderr.txt"],
|
D | info.txt | 1 Tests regarding simplifying always throwing instructions in dead code elimination.
|
/art/test/2253-checker-devirtualize-always-throws/ |
D | Android.bp | 3 // Build rules for ART run-test `2253-checker-devirtualize-always-throws`. 16 name: "art-run-test-2253-checker-devirtualize-always-throws", 21 ":art-run-test-2253-checker-devirtualize-always-throws-expected-stdout", 22 ":art-run-test-2253-checker-devirtualize-always-throws-expected-stderr", 31 name: "art-run-test-2253-checker-devirtualize-always-throws-expected-stdout", 32 out: ["art-run-test-2253-checker-devirtualize-always-throws-expected-stdout.txt"], 39 name: "art-run-test-2253-checker-devirtualize-always-throws-expected-stderr", 40 out: ["art-run-test-2253-checker-devirtualize-always-throws-expected-stderr.txt"],
|
D | info.txt | 2 parameters, then we should also set the devirtualization as always
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 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()
|
/art/test/2243-single-step-default/ |
D | info.txt | 1 Tests that the jmethodIDs are always for canonicalized methods.
|
/art/test/530-checker-regression-reftyp-final/ |
D | info.txt | 1 Regression test for optimizing that used assume that array types are always exact.
|
/art/test/844-exception2/ |
D | info.txt | 1 Regression test for Thread::DeoptimizeWithDeoptimizationException which always
|
/art/test/720-thread-priority/ |
D | info.txt | 1 Regression test for Thread.setPriority, which used to always set the priority
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/961-default-iface-resolution-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/964-default-iface-init-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/tools/ |
D | Android.bp | 55 // be different depending on branch, and it's always present anyway, 83 // be different depending on branch, and it's always present anyway,
|
/art/test/971-iface-super/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/968-default-partial-compile-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/960-default-smali/ |
D | info.txt | 14 always return equivalent output when run multiple times.
|
/art/test/819-verification-runtime/smali/ |
D | Main.smali | 30 # consider this instructions as always throwing, and will not
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 29 program normally exits. In the case of Android applications, they are always
|
/art/runtime/ |
D | alloc_instrumentation.md | 6 When we call an allocation routine, we always indirect through a thread-local function table that
|
/art/test/1949-short-dex-file/ |
D | info.txt | 27 wasn't caught in our other tests (package art is always at the front).
|
/art/test/485-checker-dce-loop-update/smali/ |
D | TestCase.smali | 60 if-nez v0, :loop_end # will always exit 116 if-nez v0, :loop_end # will always exit 197 if-nez v0, :loop_end # will always take the branch 275 if-nez v0, :loop_end # will always take the branch
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 38 program normally exits. In the case of Android applications, they are always
|