Home
last modified time | relevance | path

Searched defs:block (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/PackageInstallerWhitelistApp/src/com/android/cts/packageinstallerpermissionwhitelistapp/
DPermissionWhitelistTest.kt58 val block = { in setTargetInstallerPackage() constant
79 val block = { in removeWhitelistRestrictedPermission() constant
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2024-0023/
Dpoc.cpp32 std::shared_ptr<C2GraphicBlock> block; in main() local
/cts/tests/tests/util/src/android/util/cts/
DSparseArrayTest.java263 BiFunction<SparseArray<?>, SparseArray<?>, Boolean> block) { in testContentEquals()
282 BiFunction<SparseArray<?>, SparseArray<?>, Boolean> block) { in testContentNotEquals()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessClientTest.java115 public void block() throws Exception { in block() method in WebViewRenderProcessClientTest.JSBlocker
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DSessionParamsPermissionStateTest.kt219 val block = { in <lambda>() constant
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp56 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer()
59 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block, size_t size) in LinearBuffer()
356 std::shared_ptr<C2LinearBlock> block; in decodeNFrames() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java95 private void withAnimations(Runnable block) { in withAnimations()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
Dpoc.cpp119 typedef struct block { struct
120 struct block *next; argument
126 BLOCK *blocks; argument
/cts/tests/tests/content/src/android/content/pm/cts/
DResourcesHardeningTest.java457 public boolean shouldServeBlock(PendingBlock block) { in shouldServeBlock()
DPackageManagerShellCommandIncrementalTest.java461 CompressedPendingBlock(PendingBlock block) throws IOException { in CompressedPendingBlock()
493 public PendingBlock transform(@NonNull PendingBlock block) throws IOException { in transform()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecBlockModelHelper.java91 MediaCodec.LinearBlock block; field in MediaCodecBlockModelHelper.LinearInputBlock
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java398 int[] block = null; in testResultTimestamps() local