Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 18 of 18) sorted by relevance

/art/libartbase/base/
Dmembarrier_test.cc35 int supported = art::membarrier(art::MembarrierCommand::kQuery); in TEST() local
37 ASSERT_LE(0, supported); in TEST()
39 ASSERT_TRUE(errno == ENOSYS && supported == -1); in TEST()
/art/test/815-invokeinterface-default/
Dinfo.txt2 argument for invokeinterface, which isn't supported.
/art/test/712-varhandle-invocations/src/
DVarHandleAccessorExceptionTests.java208 boolean supported = vh.isAccessModeSupported(VarHandle.AccessMode.GET_AND_BITWISE_AND); in doTest()
209 assertFalse(supported); in doTest()
/art/test/1950-unprepared-transform/
Dexpected-stdout.txt2 …lang.Class<Transform> from within the classes ClassLoad callback is not supported to prevent deadl…
/art/libnativebridge/
DREADME.md8 is useful to bootstrap devices with an architecture that is not supported by the
/art/tools/dexfuzz/
DREADME118 NOTE: DEX files with unicode strings are not fully supported yet, and DEX files with
119 JNI elements are not supported at all currently.
/art/tools/jvmti-agents/ti-fast/
DREADME.md37 and are sent more than once are supported.
/art/tools/bisection_search/
DREADME.md18 There are two supported invocation modes:
/art/tools/checker/
DREADME18 also supported and documented later in this file.
150 also supported.
/art/test/921-hello-failure/
Dexpected-stdout.txt54 …VMTI_ERROR_UNMODIFIABLE_CLASS (FAILURE TO REDEFINE Modification of Array classes is not supported))
/art/libartbase/
DAndroid.bp48 // "base/mem_map_fuchsia.cc", put in target when fuchsia supported by soong
/art/test/
DREADME.atest.md33 You can nonetheless run all supported ART run-tests with a single Atest command,
DREADME.chroot.md164 * To see all the options supported by a gtest, use option `--help`:
DREADME.md52 To see the invocation options supported by `run-test` and `testrunner.py`, run
DAndroid.bp200 // any supported platform. These tests can only depend on NDK libraries from
209 // Standalone ART gtests are only supported on device for now.
/art/build/
DAndroid.bp184 // `--exclude-libs` flag is not supported on windows/darwin.
/art/libartservice/service/
DREADME.md141 - apps in APEXes, because they are not supported by dexpreopt
/art/cmdline/
DREADME.md154 Currently, only `IntoKey` is supported, but that may change in the future.