Searched refs:invalid (Results 1 – 17 of 17) sorted by relevance
/art/test/707-checker-invalid-profile/ |
D | Android.bp | 3 // Build rules for ART run-test `707-checker-invalid-profile`. 16 name: "art-run-test-707-checker-invalid-profile", 21 ":art-run-test-707-checker-invalid-profile-expected-stdout", 22 ":art-run-test-707-checker-invalid-profile-expected-stderr", 31 name: "art-run-test-707-checker-invalid-profile-expected-stdout", 32 out: ["art-run-test-707-checker-invalid-profile-expected-stdout.txt"], 39 name: "art-run-test-707-checker-invalid-profile-expected-stderr", 40 out: ["art-run-test-707-checker-invalid-profile-expected-stderr.txt"],
|
D | info.txt | 1 Verify the compiler can handle an invalid profile with methods
|
/art/test/626-checker-arm64-scratch-register/smali/ |
D | Main2.smali | 139 …invalid->invalid,invalid->invalid,invalid->invalid,invalid->invalid,invalid->invalid,invalid->inva…
|
/art/test/726-array-store/ |
D | info.txt | 1 Regression test on storing an invalid type into an array.
|
/art/test/558-switch/ |
D | info.txt | 1 Regression test for optimizing that used to generate invalid
|
/art/test/1980-obsolete-object-cleared/ |
D | info.txt | 2 obsolete/invalid reflection objects.
|
/art/test/1981-structural-redef-private-method-handles/ |
D | info.txt | 2 obsolete/invalid reflection objects.
|
/art/test/2008-redefine-then-old-reflect-field/ |
D | info.txt | 3 We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
|
/art/test/097-duplicate-method/ |
D | info.txt | 5 with Jack (this is invalid) or smali (it does not keep duplicate
|
/art/tools/veridex/ |
D | appcompat.sh | 31 --exclude-api-lists=sdk,invalid \
|
/art/test/115-native-bridge/ |
D | expected-stdout.txt | 68 Loading invalid library 'libinvalid.so' from Java, which will fail.
|
/art/cmdline/ |
D | README.md | 70 --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/ |
D | README.txt | 44 * Visit /objects with an invalid site, verify it doesn't throw an exception.
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1120 mirror::MethodDexCachePair invalid(nullptr, in ClearDexCache() local 1122 mirror::DexCache::SetNativePair(resolved_methods, slot_idx, invalid); in ClearDexCache() 1127 mirror::FieldDexCachePair invalid(nullptr, in ClearDexCache() local 1129 mirror::DexCache::SetNativePair(resolved_fields, slot_idx, invalid); in ClearDexCache() 1134 mirror::TypeDexCachePair invalid(nullptr, in ClearDexCache() local 1136 resolved_types[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache() 1141 mirror::StringDexCachePair invalid(nullptr, in ClearDexCache() local 1143 resolved_strings[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache() 1149 mirror::MethodTypeDexCachePair invalid( in ClearDexCache() local 1151 resolved_method_types[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache()
|
/art/tools/checker/ |
D | README | 43 the invalid regex 'foo{2', but '{{(fo{2})}}' will match 'foo'.
|
/art/build/ |
D | Android.bp | 136 "-Wno-invalid-offsetof",
|
/art/runtime/jni/ |
D | jni_internal_test.cc | 1465 jobject invalid = reinterpret_cast<jobject>(this); in TEST_F() local 1466 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(invalid)); in TEST_F() 1587 for (char invalid : { '\xc0', '\xe0', '\xf0' }) { in TEST_F() 1588 utf_src[kPageSize - 2u] = invalid; in TEST_F()
|