Home
last modified time | relevance | path

Searched refs:with (Results 51 – 75 of 603) sorted by relevance

12345678910>>...25

/art/tools/
Dlibcore_failures.txt7 * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
32 description: "Differences between vogar and cts. Passes with --mode activity",
38 description: "Differences between vogar and cts. EACCESS when run with vogar.
39 Passes on host, passes with cts. Passes with vogar with su
40 (--invoke-with \"su root\"). Does not pass after setting chmod
56 description: "Issue with incorrect device time (1970)",
65 description: "Issue with incorrect device time (1970). Test assumes that DateTime.now()
127 description: "Flake when running with libartd.so or interpreter",
160 description: "Only work with --mode=activity",
249 description: "Test fails on host with `socket failed: EACCES (Permission denied)`",
[all …]
Drun-gtests.sh21 If called with arguments, only those tests are run, as specified by their
22 absolute paths (starting with /apex). All gtests are run otherwise.
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali4 # you may not use this file except in compliance with the License.
29 # v2 will be a phi with (int, int) as input
33 # v3 will be a phi with (int, int) as input.
36 # for v3 with float type, which in turn will lead to creating
/art/tools/jvmti-agents/jit-load/
DREADME.md8 > `m libjitload` # or 'm libjitloadd' with debugging checks enabled
22 * To use with run-test or testrunner.py use the --with-agent argument.
24 > `./test/run-test --host --with-agent libtitraced.so=fatal 001-HelloWorld`
/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt2 method with an annotation (to be found in a custom class loader)
5 stack with an unexpected layout when trying to resolve the method's
/art/tools/dexfuzz/
DREADME8 This is done by differential testing - each test file is executed with each mode of
16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"
30 1. Build dexfuzz with mmma tools/dexfuzz from within art/.
32 having DEX files pushed to it and executed with the dalvikvm command.
102 output. NB: if all backends crashed with the same output, this would
105 resulting output. Divergent programs are run multiple times with a
108 (ARM/ARM64), and the divergences align with different architectures,
112 test program. This allows you to recreate a bad program with, e.g.:
118 NOTE: DEX files with unicode strings are not fully supported yet, and DEX files with
126 these values into a file called likelihoods.txt, and run dexfuzz with
/art/test/097-duplicate-method/
Dinfo.txt4 We need to build a dex file with duplicate methods. We cannot do that
5 with Jack (this is invalid) or smali (it does not keep duplicate
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md29 The resulting file is a sequence of object allocations, with a limited form of
53 Lines starting with a + are key, value pairs. So, for instance, key 2 stands for
59 The line starting with 0 is the thread, type, and size (TTS) of an allocation. The
60 remaining lines starting with + are stack frames (SFs), containing function signatures.
61 Lines starting with = are stack traces (STs), and are again key, value pairs. In the
63 with + or = is a sample. It is a reference to an ST. Hence repeated samples are
/art/test/435-try-finally-without-catch/
Dinfo.txt1 Exercise a method containing a `try' statement with several
2 instructions with a `finally' clause but without any `catch' block,
11 still emit a block with the exception catching and rethrowing
15 clause but with no `catch' block: in that case, the generated Dex code
/art/tools/ahat/src/main/com/android/ahat/
DQuery.java88 public URI with(String name, String value) { in with() method in Query
112 public URI with(String name, long value) { in with() method in Query
113 return with(name, String.valueOf(value)); in with()
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md8 > `m libbreakpointlogger` # or 'm libbreakpointloggerd' with debugging checks enabled
24 * Multiple breakpoints can be included in the options, separated with ','s.
26 * Unlike with most normal debuggers the agent will load the class immediately to
46 …% ./test/run-test --host --dev --with-agent 'libbreakpointlogger.so=LMain;->main([Ljava/lang/Strin…
51 …% ./test/run-test --jvm --dev --with-agent 'libbreakpointlogger.so=LMain;->main([Ljava/lang/String…
/art/build/
DAndroid.bp45 // We are OK with some static globals and that they can, in theory, throw.
47 // We have lots of C-style variadic functions, and are OK with them. JNI ensures
50 // "Modernization" we don't agree with.
63 // here so that it gets merged with other visibility rules in modules
82 // Warn about thread safety violations with clang.
142 // To use oprofile_android --callgraph, uncomment this and recompile with
149 // We optimize Thread::Current() with a direct TLS access. This requires access to a
163 // We optimize Thread::Current() with a direct TLS access. This requires access to a
214 // false positives when we use DCHECKs with code that relies on NDEBUG.
254 // We need our own name to not clash with the conscrypt library.
[all …]
/art/test/1963-add-to-dex-classloader-in-memory/
Dexpected.txt7 -- call TestClass again, now with NewClass refs
16 -- call TestClass again, now with NewClass refs
/art/test/2024-InvariantNegativeLoop/
Dinfo.txt1 Test a loop with invariants.
/art/test/556-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode with multidex.
/art/test/137-cfi/
Dinfo.txt1 Test that unwinding with CFI info works.
/art/test/713-varhandle-invokers/
Dinfo.txt1 Tests invocation of VarHandles wrapped with MethodHandles.
/art/test/2230-profile-save-hotness/
Dinfo.txt1 Check that profile recording with AOT hotness.
/art/test/678-quickening/
Dinfo.txt1 Test for FindLocksAtDexPc running with quickened opcodes.
/art/test/959-invoke-polymorphic-accessors/
Dinfo.txt1 This test requires Jack with invoke-polymorphic support.
/art/test/1909-per-agent-tls/
Dinfo.txt1 Tests jvmti behavior of GetThreadLocalStorage with multiple threads.
/art/test/594-checker-array-alias/
Dinfo.txt1 Tests on array parameters with and without alias.
/art/test/680-sink-regression/
Dinfo.txt1 Regression test for code sinking with exceptions (b/75971227).
/art/test/2231-checker-heap-poisoning/
Dinfo.txt1 Exercise Checker support for branching with heap poisoning.
/art/test/723-string-init-range/
Dinfo.txt1 Test for calling String.<init> with invoke-range.

12345678910>>...25