Home
last modified time | relevance | path

Searched refs:verification (Results 1 – 25 of 94) sorted by relevance

1234

/aosp12/art/test/600-verifier-fails/
H A Dinfo.txt5 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 DVerifyAppsOverUsbPreferenceController.java149 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 Dkmsg.txt2 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 Dkmsg.txt.gz
/aosp12/frameworks/opt/telephony/proto/src/
H A Dpin_storage.proto28 // 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 DIGatekeeper.hal65 * 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 DSurfaceInterceptor_test.cpp169 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 DStatusTest.java82 String verification = in testSerializing() local
84 assertTrue(result.contains(verification)); in testSerializing()
/aosp12/art/test/075-verification-error/
H A Dinfo.txt1 Exercise deferred verification error reporting.
/aosp12/hardware/interfaces/gnss/1.0/
H A DIGnssNiCallback.hal39 /** NI requires verification */
83 * Notification/verification options, combinations of GnssNiNotifyFlags
/aosp12/art/test/024-illegal-access/
H A Dinfo.txt1 Test that an attempt to access a private field results in a verification
/aosp12/art/test/693-vdex-inmem-loader-evict/
H A Dinfo.txt1 Check that caching of verification results for InMemoryDexClassLoader obeys a cap on the number
/aosp12/art/test/692-vdex-secondary-loader/
H A Dinfo.txt1 Test that dex files loaded with PathClassClassLoader get verified and the verification results
/aosp12/art/test/800-smali/smali/
H A Db_22045582_int.smali3 # Fail verification of a method that returns an undefined integral register.
H A Db_18800943_1.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
H A Db_22045582_wide.smali3 # Fail verification of a method that returns an undefined wide register.
H A Db_18800943_2.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
H A Db_22045582.smali3 # 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 DReadme.txt6 - Dumps the proto output for manual verification
/aosp12/art/test/692-vdex-inmem-loader/
H A Dinfo.txt1 Test that dex files loaded with InMemoryDexClassLoader get verified and the verification results
/aosp12/art/test/664-aget-verifier/
H A Dinfo.txt5 checks and never actually null at runtime. This fails compile-time verification,
/aosp12/art/test/518-null-array-get/
H A Dinfo.txt5 Previously verification stopped after aget on null and
/aosp12/art/test/965-default-verify/
H A Dinfo.txt1 Smali-based tests for verification interaction with experimental interface
/aosp12/art/test/Dex2oatVdexPublicSdkDex/
H A DReadme.md2 with testing sdk-based verification.
/aosp12/art/test/088-monitor-verification/smali/
H A DNullLocks.smali15 # will not fail verification.

1234