Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 17 of 17) sorted by relevance

/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali139invalid->invalid,invalid->invalid,invalid->invalid,invalid->invalid,invalid->invalid,invalid->inva…
/art/test/726-array-store/
Dinfo.txt1 Regression test on storing an invalid type into an array.
/art/test/558-switch/
Dinfo.txt1 Regression test for optimizing that used to generate invalid
/art/test/707-checker-invalid-profile/
Dinfo.txt1 Verify the compiler can handle an invalid profile with methods
DAndroid.bp3 name: "art-run-test-707-checker-invalid-profile",
/art/test/1980-obsolete-object-cleared/
Dinfo.txt2 obsolete/invalid reflection objects.
/art/test/1981-structural-redef-private-method-handles/
Dinfo.txt2 obsolete/invalid reflection objects.
/art/test/2008-redefine-then-old-reflect-field/
Dinfo.txt3 We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
/art/test/097-duplicate-method/
Dinfo.txt5 with Jack (this is invalid) or smali (it does not keep duplicate
/art/tools/veridex/
Dappcompat.sh31 --exclude-api-lists=whitelist,invalid \
/art/test/115-native-bridge/
Dexpected.txt68 Loading invalid library 'libinvalid.so' from Java, which will fail.
/art/cmdline/
DREADME.md70 --apple:123 --orange:0.456` . It will error out automatically if invalid flags are given, or if the
72 (invalid argument), neither will `--apple:fruit` (fruit is not an int) nor `--orange:1234` (1234 is
176 with invalid values, only user-arguments for which it could not find a matching argument definition.
/art/tools/ahat/
DREADME.txt44 * Visit /objects with an invalid site, verify it doesn't throw an exception.
/art/build/
DAndroid.bp108 "-Wno-invalid-offsetof",
/art/test/utils/
Dregen-test-files200 art-run-test-707-checker-invalid-profile
/art/tools/checker/
DREADME43 the invalid regex 'foo{2', but '{{(fo{2})}}' will match 'foo'.
/art/runtime/jni/
Djni_internal_test.cc1464 jobject invalid = reinterpret_cast<jobject>(this); in TEST_F() local
1465 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(invalid)); in TEST_F()