Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 32) 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/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/530-checker-regression-reftyp-final/
Dinfo.txt1 Regression test for optimizing that used assume that array types are always exact.
/art/test/677-fsi/
Drun19 exec ${RUN} $@ -Xcompiler-option --copy-dex-files=always --runtime-option -Xonly-use-system-oat-fil…
/art/test/720-thread-priority/
Dinfo.txt1 Regression test for Thread.setPriority, which used to always set the priority
/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/test/970-iface-super-resolution-gen/
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/971-iface-super/
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/tools/jvmti-agents/jit-load/
DREADME.md29 program normally exits. In the case of Android applications, they are always
/art/test/1949-short-dex-file/
Dinfo.txt27 wasn't caught in our other tests (package art is always at the front).
/art/test/675-checker-unverified-method/smali/
DTestCase.smali20 # Ensure foo() does not analyze unverified bad() always-throws property.
/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
/art/compiler/driver/
Dcompiler_options_map.def31 // almost-always the value of the type as if it was memset to all 0.
/art/build/apex/
DAndroid.bp348 art_tools_debug_binaries + // Host APEX is always debug.
389 // The non-flattened APEXes are always checked, as they are always generated
/art/tools/jvmti-agents/titrace/
DREADME.md57 …e program normally exists. In the case of Android applications, they are always killed, so we need…
/art/tools/jvmti-agents/field-counts/
DREADME.md43 program normally exits. In the case of Android applications, they are always
/art/dex2oat/
Ddex2oat_options.def31 // almost-always the value of the type as if it was memset to all 0.
/art/build/
DAndroid.bp213 // The static analyzer treats DCHECK as always enabled; we sometimes get

12