/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestSign.rs | 24 return sign(inV); 28 return sign(inV); 32 return sign(inV); 36 return sign(inV); 40 return sign(inV); 44 return sign(inV); 48 return sign(inV); 52 return sign(inV);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | KeyChainTestActivity.java | 217 Signature sign = Signature.getInstance("SHA256withRSA"); in alias() local 218 sign.initSign(privateKey); in alias() 219 sign.update(data); in alias() 220 if (sign.sign() != null) { in alias()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | RSASignatureTest.java | 75 byte[] sigBytes = signature.sign(); in testMaxMessageSizeWhenNoDigestUsed() 86 signature.sign(); in testMaxMessageSizeWhenNoDigestUsed() 139 byte[] sigBytes = signature.sign(); in testSmallKeyRejected()
|
D | ECDSASignatureTest.java | 56 byte[] sigBytes = signature.sign(); in assertNONEwithECDSATruncatesInputToFieldSize() 98 byte[] sigBytes = signature.sign(); in assertNONEwithECDSASupportsMessagesShorterThanFieldSize()
|
D | SignatureTest.java | 411 byte[] sigBytes = signature.sign(); in testValidSignatureGeneratedForEmptyMessage() 465 byte[] sigBytes = signature.sign(); in testSignatureGeneratedByAndroidKeyStoreVerifiesByAndroidKeyStore() 497 byte[] sigBytes = signature.sign(); in testSignatureGeneratedByAndroidKeyStoreVerifiesByHighestPriorityProvider() 549 byte[] sigBytes = signature.sign(); in testSignatureGeneratedByHighestPriorityProviderVerifiesByAndroidKeyStore() 598 signature.sign(); in testEntropyConsumption() 652 byte[] generatedSigBytes = signature.sign(); in testSmallMsgKat() 687 generatedSigBytes = signature.sign(); in testSmallMsgKat() 735 byte[] sigBytes = signature.sign(); in testLongMsgKat() 769 byte[] generatedSigBytes = signature.sign(); in testLongMsgKat() 1263 return signature.sign(); in generateSignatureFedUsingFixedSizeChunks()
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 59 int sign = (min >= 0) ? 1 : 1 - r.nextInt(2) * 2; // -1 or 1 in genRandomDoubles() local 60 double rand = sign * mantissa * Math.pow(2.0, exponent); in genRandomDoubles() 110 int sign = (min >= 0) ? 1 : 1 - r.nextInt(2) * 2; // -1 or 1 in genRandomFloats() local 111 float rand = sign * mantissa * (float) Math.pow(2.0, exponent); in genRandomFloats()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspFftServer.java | 52 public void fft(DspBufferComplex r, int sign) { in fft() argument 87 ss = sign * mSin.mData[aa]; in fft()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSUtils.java | 81 int sign = (min >= 0) ? 1 : 1 - r.nextInt(2) * 2; // -1 or 1 in genRandomDoubles() local 82 double rand = sign * mantissa * Math.pow(2.0, exponent); in genRandomDoubles() 132 int sign = (min >= 0) ? 1 : 1 - r.nextInt(2) * 2; // -1 or 1 in genRandomFloats() local 133 float rand = sign * mantissa * (float) Math.pow(2.0, exponent); in genRandomFloats()
|
D | Float16Utils.java | 75 int sign = val & SIGN_MASK; in convertFloat16ToFloat() local 98 if (sign != 0) in convertFloat16ToFloat()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/ |
D | Android.mk | 30 …ng-braces -Wno-missing-field-initializers -Wno-pointer-arith -Wno-pointer-sign -Wno-unused-variable
|
/cts/tests/tests/opengl/libopengltest/ |
D | Android.mk | 45 LOCAL_CFLAGS += -Wno-sign-compare -Wno-unused-function -Wno-unused-variable
|
/cts/tests/tests/neuralnetworks/tflite_delegate/ |
D | Android.mk | 35 -Wno-sign-compare \
|
/cts/tests/tests/security/jni/ |
D | Android.bp | 35 "-Wno-sign-compare",
|
/cts/hostsidetests/appsecurity/test-apps/MajorVersionApp/Version000000ffffffffff/ |
D | Android.bp | 30 // sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/ |
D | Android.bp | 27 // sign this app with a different cert than CtsUsePermissionDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/ |
D | Android.bp | 27 // sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/MajorVersionApp/Version000000ff00000000/ |
D | Android.bp | 30 // sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/ |
D | Android.bp | 27 // sign this app with a different cert than CtsUsePermissionDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/MajorVersionApp/Version000000000000ffff/ |
D | Android.bp | 30 // sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/ |
D | Android.bp | 27 // sign this app with a different cert than CtsSharedUidInstall
|
/cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/ |
D | Android.bp | 27 // sign this app with different cert than CtsInstrumentationAppDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/ |
D | Android.bp | 28 // sign this app with different cert than CtsTargetInstrumentationApp
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/ |
D | Android.bp | 27 // sign this app with a different cert than CtsSimpleAppInstall
|
/cts/hostsidetests/appsecurity/test-apps/MajorVersionApp/Version00000000ffffffff/ |
D | Android.bp | 30 // sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/ |
D | Android.bp | 28 // although not strictly necessary, sign this app with different cert than CtsAppWithData
|