Home
last modified time | relevance | path

Searched defs:block (Results 1 – 9 of 9) 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/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.java81 public void block() throws Exception { in block() method in WebViewRenderProcessClientTest.JSBlocker
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java866 public void forEachResultOnce(CaptureRequest request, ResultBlock block) in forEachResultOnce()
871 public void forEachResultRepeating(CaptureRequest request, int count, ResultBlock block) in forEachResultRepeating()
877 ResultBlock block) throws CameraAccessException { in forEachResult()
DCaptureResultTest.java397 int[] block = null; in testResultTimestamps() local
/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/content/src/android/content/pm/cts/
DResourcesHardeningTest.java430 public boolean shouldServeBlock(PendingBlock block) { in shouldServeBlock()
DPackageManagerShellCommandIncrementalTest.java400 CompressedPendingBlock(PendingBlock block) throws IOException { in CompressedPendingBlock()
432 public PendingBlock transform(@NonNull PendingBlock block) throws IOException { in transform()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecBlockModelTest.java235 MediaCodec.LinearBlock block; field in MediaCodecBlockModelTest.LinearInputBlock