Home
last modified time | relevance | path

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

12

/art/tools/dexfuzz/src/dexfuzz/
DOptions.java87 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 …]
DDexFuzz.java47 Log.always(String.format("DexFuzz v%d.%d.%d", in main()
49 Log.always(""); in main()
DLog.java60 public static void always(String msg) { in always() method in Log
/art/test/2042-checker-dce-always-throw/
DAndroid.bp3 // 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"],
Dinfo.txt1 Tests regarding simplifying always throwing instructions in dead code elimination.
/art/test/2253-checker-devirtualize-always-throws/
DAndroid.bp3 // 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"],
Dinfo.txt2 parameters, then we should also set the devirtualization as always
/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()
/art/test/2243-single-step-default/
Dinfo.txt1 Tests that the jmethodIDs are always for canonicalized methods.
/art/test/530-checker-regression-reftyp-final/
Dinfo.txt1 Regression test for optimizing that used assume that array types are always exact.
/art/test/844-exception2/
Dinfo.txt1 Regression test for Thread::DeoptimizeWithDeoptimizationException which always
/art/test/720-thread-priority/
Dinfo.txt1 Regression test for Thread.setPriority, which used to always set the priority
/art/test/970-iface-super-resolution-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/961-default-iface-resolution-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/964-default-iface-init-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/tools/
DAndroid.bp55 // 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/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/968-default-partial-compile-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/960-default-smali/
Dinfo.txt14 always return equivalent output when run multiple times.
/art/test/819-verification-runtime/smali/
DMain.smali30 # consider this instructions as always throwing, and will not
/art/tools/jvmti-agents/jit-load/
DREADME.md29 program normally exits. In the case of Android applications, they are always
/art/runtime/
Dalloc_instrumentation.md6 When we call an allocation routine, we always indirect through a thread-local function table that
/art/test/1949-short-dex-file/
Dinfo.txt27 wasn't caught in our other tests (package art is always at the front).
/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
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/
DREADME.md38 program normally exits. In the case of Android applications, they are always

12