Searched refs:always (Results 1 – 25 of 32) sorted by relevance
12
/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/530-checker-regression-reftyp-final/ |
D | info.txt | 1 Regression test for optimizing that used assume that array types are always exact.
|
/art/test/677-fsi/ |
D | run | 19 exec ${RUN} $@ -Xcompiler-option --copy-dex-files=always --runtime-option -Xonly-use-system-oat-fil…
|
/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()
|
D | LogFileListener.java | 72 Log.always("Full log in " + logFile); in shutdown()
|
/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/964-default-iface-init-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/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/tools/jvmti-agents/jit-load/ |
D | README.md | 29 program normally exits. In the case of Android applications, they are always
|
/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/675-checker-unverified-method/smali/ |
D | TestCase.smali | 20 # Ensure foo() does not analyze unverified bad() always-throws property.
|
/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
|
/art/compiler/driver/ |
D | compiler_options_map.def | 31 // almost-always the value of the type as if it was memset to all 0.
|
/art/build/apex/ |
D | Android.bp | 348 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/ |
D | README.md | 57 …e program normally exists. In the case of Android applications, they are always killed, so we need…
|
/art/tools/jvmti-agents/field-counts/ |
D | README.md | 43 program normally exits. In the case of Android applications, they are always
|
/art/dex2oat/ |
D | dex2oat_options.def | 31 // almost-always the value of the type as if it was memset to all 0.
|
/art/build/ |
D | Android.bp | 213 // The static analyzer treats DCHECK as always enabled; we sometimes get
|
12