Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 23 of 23) sorted by relevance

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java224 private void testBlocked(int nr) { in testBlocked()
228 private void testAllowed(int nr) { in testAllowed()
232 private static final native boolean testSyscallBlocked(int nr); in testSyscallBlocked()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java175 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestSubscriber() local
365 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestPublisher() local
DDataPathOutOfBandTestCase.java279 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestResponder() local
420 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in executeTestInitiator() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
Dpoc.c89 #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/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/
DJvmtiRunTestBasedTest.java71 final int nr = getTestNumber(); in testRunTest() local
/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp75 static jboolean testSyscallBlocked(JNIEnv *, jobject, jint nr) { in testSyscallBlocked()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java490 private void verifyNrInfo(CellInfoNr nr) { in verifyNrInfo()
498 private void verifyCellSignalStrengthNrParcel(CellSignalStrengthNr nr) { in verifyCellSignalStrengthNrParcel()
507 private void verifyCellIdentityNrParcel(CellIdentityNr nr) { in verifyCellIdentityNrParcel()
516 private void verifyCellIdentityNr(CellIdentityNr nr, boolean isRegistered) { in verifyCellIdentityNr()
545 private void verifyCellSignalStrengthNr(CellSignalStrengthNr nr) { in verifyCellSignalStrengthNr()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/
Dlocal_pwn.h58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
Dpoc.c71 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/hostsidetests/incident/src/com/android/server/cts/
DJobSchedulerIncidentTest.java233 private static void testNetworkRequestProto(NetworkRequestProto nr) throws Exception { in testNetworkRequestProto()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/
Dpoc.c72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/
Dpoc.c76 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/
Dpoc.c77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/tests/tests/net/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java730 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testDataPathOpenOutOfBandFail() local
763 NetworkRequest nr = new NetworkRequest.Builder().addTransportType( in testDataPathPassphraseOutOfBandFail() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/
Dpoc.c80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/
Dpoc.c80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTunnelTest.java193 NetworkRequest nr = in setupAndGetTestNetwork() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/
Dpoc.c91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
Dpoc.c66 __u32 nr; /* Number of handles */ member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h116 #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/
Dlocal_poc.h5 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) argument
6 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type) argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h116 #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-6262/
Dlocal_poc.h208 #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