Home
last modified time | relevance | path

Searched refs:that (Results 26 – 50 of 489) sorted by relevance

12345678910>>...20

/art/test/180-native-default-method/
Dinfo.txt2 an interface to a class implementing that interface. The default native method
3 should result in ClassFormatError before we reach that DCHECK().
/art/test/435-new-instance/
Dinfo.txt1 Tests that new-instance throws:
6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/596-monitor-inflation/
Dinfo.txt1 A simple test that forces many monitors to be inflated, while checking
2 that hashcodes are consistently maintained.
/art/test/978-virtual-interface/
Dinfo.txt5 This test checks that we correctly detect when one attempts to invoke an
6 interface method via the invoke-virtual opcode and that correct exceptions are
/art/test/2008-redefine-then-old-reflect-field/
Dinfo.txt1 Tests that j.l.r.Field objects survive across redefinitions
4 they are referencing is redefined. This tests that the bug is fixed.
/art/test/800-smali/smali/
Db_21869691I.smali1 # Test that the verifier does not stash methods incorrectly because they are being invoked with
4 # This is the interface class that has an "a" method.
Db_21869691A.smali1 # Test that the verifier does not stash methods incorrectly because they are being invoked with
4 # When using invoke-interface on a method id that is not from an interface class, we should throw
5 # an IncompatibleClassChangeError. FindInterfaceMethod assumes that the given type is an interface,
6 # so we can construct a class hierarchy that would have a surprising result:
/art/libnativeloader/
DREADME.md14 library finds the linker namespace (named `classloader-namespace`) that is
20 associated with the classloader that loaded the APK. The linker namespace is
21 configured so that only the JNI libraries embedded in the APK is accessible
28 public native libraries that is listed in `/system/etc/public.libraries.txt`
43 - `/vendor/etc/public.libraries.txt`: libraries in `/vendor/lib` that are
46 `/{system|product}/lib` that a device manufacturer has newly added. The
50 Note that, due to the naming constraint requiring `.<companyname>.so` suffix, it
72 is a manager-like entity that is responsible for creating and configuring
76 `native_loader_namespace.cpp` implements the class `NativeLoaderNamespace` that
78 dynamic linker interface so that other parts of this library do not have to know
/art/test/2005-pause-all-redefine-multithreaded/
Dinfo.txt3 Tests that using the structural redefinition while pausing all other (main thread-group) threads
4 doesn't cause problems. This also tests that we can update the newly created fields while the
/art/test/1954-pop-frame-jit/
Dinfo.txt4 that are entered in every way possible for the given class of method.
6 It also tests that breakpoints don't interfere with each other by having
/art/test/1955-pop-frame-jit-called/
Dinfo.txt4 that are entered in every way possible for the given class of method.
6 It also tests that breakpoints don't interfere with each other by having
/art/test/1956-pop-frame-jit-calling/
Dinfo.txt4 that are entered in every way possible for the given class of method.
6 It also tests that breakpoints don't interfere with each other by having
/art/test/1953-pop-frame/
Dinfo.txt4 that are entered in every way possible for the given class of method.
6 It also tests that breakpoints don't interfere with each other by having
/art/test/993-breakpoints/
Dinfo.txt4 that are entered in every way possible for the given class of method.
6 It also tests that breakpoints don't interfere with each other by having
/art/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/art/test/1004-checker-volatile-ref-load/
Dinfo.txt1 Regression test for b/140507091: Check that an explicit null check is
3 Baker read barrier thunk, so that a null holder object is properly
/art/libartbase/
Dlibartbase.map1 # This is used only to hide data symbols that get imported through
3 # Before adding symbols here, please make sure that it doesn't give rise to a
/art/test/1948-obsolete-const-method-handle/
Dinfo.txt1 Tests that obsolete methods work correctly in the presence of const-method-type.
6 that contains the required opcodes.
/art/test/097-duplicate-method/
Dinfo.txt1 This is a test to verify that duplicate methods in a dex file are handled
4 We need to build a dex file with duplicate methods. We cannot do that
/art/test/435-try-finally-without-catch/
Dinfo.txt9 that clever regarding exception handling: if the divisor is known to
15 clause but with no `catch' block: in that case, the generated Dex code
18 clue that it contains a `try' statement, which it cannot optimize
19 (yet). With no hint that this method might contain one (or several)
/art/tools/dexfuzz/
DREADME16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"
31 2. Make sure you have an Android device connected via ADB, that is capable of
36 that are mutated to form new tests.
37 5. Create a directory on your device that mutated test files can be pushed to and
56 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use
90 VerifyFail - the number of mutated files that ended up failing to verify, either
93 avoid attempting to mutate a file indefinitely, it is possible that
96 Timed Out - mutated files that timed out for one or more backends.
101 Successful - mutated files that executed and all backends agreed on the resulting
104 Divergence - mutated files that executed and some backend disagreed about the
/art/test/464-checker-inline-sharpen-calls/
Dinfo.txt1 Check that we inline sharpen calls.
/art/test/465-checker-clinit-gvn/
Dinfo.txt1 Check that we GVN HClinitCheck instructions.
/art/test/616-cha-unloading/
Dinfo.txt1 Test that class unloading updated single implementations.
/art/test/137-cfi/
Dinfo.txt1 Test that unwinding with CFI info works.

12345678910>>...20