/aosp12/art/test/600-verifier-fails/ |
H A D | info.txt | 5 soft verification failure (on the final field modification) should 6 not hide the hard verification failure (on the type mismatch) to 9 hard verification failure (not calling super in constructor) should 10 bail immediately and not allow soft verification failures to pile up 15 soft verification failure (cannot access) should not hide the hard 16 verification failure (non-reference type) to avoid a compiler crash
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | VerifyAppsOverUsbPreferenceController.java | 149 final Intent verification = new Intent(Intent.ACTION_PACKAGE_NEEDS_VERIFICATION); in shouldBeEnabled() local 150 verification.setType(PACKAGE_MIME_TYPE); in shouldBeEnabled() 151 verification.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in shouldBeEnabled() 153 verification, 0 /* flags */); in shouldBeEnabled()
|
/aosp12/frameworks/base/cmds/incidentd/testdata/ |
H A D | kmsg.txt | 2 B - 626409 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 3 B - 729255 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 42 ^@B - 736605 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 43 B - 839451 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device
|
H A D | kmsg.txt.gz |
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | pin_storage.proto | 28 // The PIN code is stored, but cannot be used for automatic verification. 31 // The PIN code is stored and will be usable for automatic verification after the 35 // The PIN code is stored and can be used for automatic verification.
|
/aosp12/hardware/interfaces/gatekeeper/1.0/ |
H A D | IGatekeeper.hal | 65 * On success, returns verification token in response.data, which shall be 66 * usable to attest password verification to other trusted services. 71 * Used when a separate authenticator requests password verification, 82 * authentication token resulting from this verification is returned.
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | SurfaceInterceptor_test.cpp | 169 void captureTest(TestTransactionAction action, TestBooleanVerification verification); 172 void captureTest(TestAction action, TestBooleanVerification verification); 173 void captureTest(TestAction action, TestVerification verification); 301 TestBooleanVerification verification) { in captureTest() argument 304 ASSERT_TRUE((this->*verification)(capturedTrace)); in captureTest() 321 void SurfaceInterceptorTest::captureTest(TestAction action, TestBooleanVerification verification) { in captureTest() argument 324 ASSERT_TRUE((this->*verification)(capturedTrace)); in captureTest() 327 void SurfaceInterceptorTest::captureTest(TestAction action, TestVerification verification) { in captureTest() argument 330 (this->*verification)(capturedTrace); in captureTest()
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
H A D | StatusTest.java | 82 String verification = in testSerializing() local 84 assertTrue(result.contains(verification)); in testSerializing()
|
/aosp12/art/test/075-verification-error/ |
H A D | info.txt | 1 Exercise deferred verification error reporting.
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssNiCallback.hal | 39 /** NI requires verification */ 83 * Notification/verification options, combinations of GnssNiNotifyFlags
|
/aosp12/art/test/024-illegal-access/ |
H A D | info.txt | 1 Test that an attempt to access a private field results in a verification
|
/aosp12/art/test/693-vdex-inmem-loader-evict/ |
H A D | info.txt | 1 Check that caching of verification results for InMemoryDexClassLoader obeys a cap on the number
|
/aosp12/art/test/692-vdex-secondary-loader/ |
H A D | info.txt | 1 Test that dex files loaded with PathClassClassLoader get verified and the verification results
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_22045582_int.smali | 3 # Fail verification of a method that returns an undefined integral register.
|
H A D | b_18800943_1.smali | 4 # This constructor should fail verification as the object is not initialized by a super-call.
|
H A D | b_22045582_wide.smali | 3 # Fail verification of a method that returns an undefined wide register.
|
H A D | b_18800943_2.smali | 4 # This constructor should fail verification as the object is not initialized by a super-call.
|
H A D | b_22045582.smali | 3 # Fail verification of a method that returns an undefined register even if the return type
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/scripted_beacon_test/ |
H A D | Readme.txt | 6 - Dumps the proto output for manual verification
|
/aosp12/art/test/692-vdex-inmem-loader/ |
H A D | info.txt | 1 Test that dex files loaded with InMemoryDexClassLoader get verified and the verification results
|
/aosp12/art/test/664-aget-verifier/ |
H A D | info.txt | 5 checks and never actually null at runtime. This fails compile-time verification,
|
/aosp12/art/test/518-null-array-get/ |
H A D | info.txt | 5 Previously verification stopped after aget on null and
|
/aosp12/art/test/965-default-verify/ |
H A D | info.txt | 1 Smali-based tests for verification interaction with experimental interface
|
/aosp12/art/test/Dex2oatVdexPublicSdkDex/ |
H A D | Readme.md | 2 with testing sdk-based verification.
|
/aosp12/art/test/088-monitor-verification/smali/ |
H A D | NullLocks.smali | 15 # will not fail verification.
|