/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/ |
D | poc.c | 89 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr) argument 90 #define DRM_IOR(nr, type) _IOR(DRM_IOCTL_BASE, nr, type) argument 91 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) argument 92 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type) argument
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 505 private void verifyNrInfo(CellInfoNr nr) { in verifyNrInfo() argument 506 verifyCellConnectionStatus(nr.getCellConnectionStatus()); in verifyNrInfo() 507 verifyCellIdentityNr((CellIdentityNr) nr.getCellIdentity(), nr.isRegistered()); in verifyNrInfo() 508 verifyCellIdentityNrParcel((CellIdentityNr) nr.getCellIdentity()); in verifyNrInfo() 509 verifyCellSignalStrengthNr((CellSignalStrengthNr) nr.getCellSignalStrength()); in verifyNrInfo() 510 verifyCellSignalStrengthNrParcel((CellSignalStrengthNr) nr.getCellSignalStrength()); in verifyNrInfo() 513 private void verifyCellSignalStrengthNrParcel(CellSignalStrengthNr nr) { in verifyCellSignalStrengthNrParcel() argument 515 nr.writeToParcel(p, 0); in verifyCellSignalStrengthNrParcel() 519 assertEquals(nr, newCss); in verifyCellSignalStrengthNrParcel() 522 private void verifyCellIdentityNrParcel(CellIdentityNr nr) { in verifyCellIdentityNrParcel() argument [all …]
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | SeccompDeviceTest.java | 220 private void testBlocked(int nr) { in testBlocked() argument 221 Assert.assertTrue("Syscall " + nr + " not blocked", testSyscallBlocked(nr)); in testBlocked() 224 private void testAllowed(int nr) { in testAllowed() argument 225 Assert.assertFalse("Syscall " + nr + " blocked", testSyscallBlocked(nr)); in testAllowed() 228 private static final native boolean testSyscallBlocked(int nr); in testSyscallBlocked() argument
|
/cts/tests/tests/net/src/android/net/cts/ |
D | NetworkRequestTest.java | 85 final NetworkRequest nr = new NetworkRequest.Builder().clearCapabilities().build(); in testCapabilities() local 87 verifyNoCapabilities(nr); in testCapabilities() 100 private void verifyNoCapabilities(NetworkRequest nr) { in verifyNoCapabilities() argument 104 assertFalse(nr.hasCapability(bit)); in verifyNoCapabilities() 145 final NetworkRequest nr = new NetworkRequest.Builder() in testRequestorPackageName() local 148 assertEquals(pkgName, nr.getRequestorPackageName()); in testRequestorPackageName() 270 final NetworkRequest nr = new NetworkRequest.Builder().setCapabilities(nc).build(); in testRequestorUid() local 271 assertEquals(1314, nr.getRequestorUid()); in testRequestorUid()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 77 static jboolean testSyscallBlocked(JNIEnv *, jobject, jint nr) { in testSyscallBlocked() argument 78 return doTestSyscallBlocked([&](){ ALOGI("Calling syscall %d", nr); syscall(nr); }); in testSyscallBlocked()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/ |
D | local_poc.h | 208 #define DRM_IOR(nr, type) _IOR(DRM_IOCTL_BASE, nr, type) argument 209 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) argument 210 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/ |
D | local_poc.h | 116 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument 117 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/ |
D | local_poc.h | 116 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument 117 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/ |
D | local_poc.h | 21 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) argument 22 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/ |
D | local_pwn.h | 58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
D | poc.c | 71 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/tests/tests/net/ipsec/src/android/net/ipsec/ike/cts/ |
D | TestNetworkUtils.java | 70 NetworkRequest nr = in setupAndGetTestNetwork() local 79 connMgr.requestNetwork(nr, cb); in setupAndGetTestNetwork()
|
/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/ |
D | JvmtiRunTestBasedTest.java | 124 final int nr = getTestNumber(); in testRunTest() local 127 Class<?> testClass = Class.forName("art.Test" + nr); in testRunTest() 162 .getResourceAsStream("results." + nr + ".expected.txt"); in testRunTest()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/ |
D | poc.c | 72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/ |
D | poc.c | 76 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/ |
D | poc.c | 77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/ |
D | poc.c | 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/ |
D | poc.c | 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/ |
D | poc.c | 91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/ |
D | poc.c | 66 __u32 nr; /* Number of handles */ member 170 g_op_list.nr = MAX_HANDLE_NUM; in prepare_data()
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | JobSchedulerIncidentTest.java | 233 private static void testNetworkRequestProto(NetworkRequestProto nr) throws Exception { in testNetworkRequestProto() argument 234 assertNotNull(nr); in testNetworkRequestProto() 237 .contains(nr.getType().getValueDescriptor())); in testNetworkRequestProto() 238 testNetworkCapabilitesProto(nr.getNetworkCapabilities()); in testNetworkRequestProto()
|
D | NotificationIncidentTest.java | 191 for (NotificationRecordProto nr : dump.getRecordsList()) { in verifyNotificationServiceDumpProto() 192 verifyNotificationRecordProto(nr, filterLevel); in verifyNotificationServiceDumpProto()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/ |
D | DataPathInBandTestCase.java | 175 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestSubscriber() local 179 mCm.requestNetwork(nr, mNetworkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestSubscriber() 365 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestPublisher() local 369 mCm.requestNetwork(nr, mNetworkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestPublisher()
|
D | DataPathOutOfBandTestCase.java | 279 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestResponder() local 287 cm.requestNetwork(nr, networkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestResponder() 420 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestInitiator() local 428 cm.requestNetwork(nr, networkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestInitiator()
|
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/ |
D | SingleDeviceTest.java | 730 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testDataPathOpenOutOfBandFail() local 735 mConnectivityManager.requestNetwork(nr, networkCb); in testDataPathOpenOutOfBandFail() 763 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testDataPathPassphraseOutOfBandFail() local 768 mConnectivityManager.requestNetwork(nr, networkCb); in testDataPathPassphraseOutOfBandFail()
|