Searched refs:pin (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_colormatrix.rscript | 31 float4 pin = 0.f; 36 pin.xyzw = rsGetElementAt_float4(in, x, y); 39 pin.xyz = rsGetElementAt_float3(in, x, y); 42 pin.xy = rsGetElementAt_float2(in, x, y); 45 pin.x = rsGetElementAt_float(in, x, y); 66 pin = rsUnpackColor8888(u); 69 pin = rsMatrixMultiply(&m, pin); 70 pin += add; 75 rsSetElementAt_float4(out, pin, x, y); 78 rsSetElementAt_float3(out, pin.xyz, x, y); [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/ |
D | poc.c | 144 struct nvmap_pin_handle_32 pin = {0}; in main() local 145 pin.count = 2; in main() 146 pin.handles = (unsigned int) handles; in main() 153 ioctl(g_fd, NVMAP_IOC_PIN_MULT_32, &pin); in main()
|
/cts/hostsidetests/devicepolicy/app/PasswordComplexity/src/com.android.cts.passwordcomplexity/ |
D | GetPasswordComplexityTest.java | 139 private void setPin(String pin) throws Exception { in setPin() argument 140 String out = mDevice.executeShellCommand("cmd lock_settings set-pin " + pin); in setPin() 144 mScreenLock = pin; in setPin()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | RendererOneColorBufferTest.java | 213 int [] pin = pinbuffer.array(); in doOnDrawFrame() local 214 int pixel = pin[0]; in doOnDrawFrame()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyManagerTest.java | 3679 final String pin = "fake_pin"; in testPinResult() local 3686 mTelephonyManager, (tm) -> tm.setIccLockEnabled(!isEnabled, pin)); in testPinResult() 3694 mTelephonyManager, (tm) -> tm.changeIccLockPin(pin, newPin)); in testPinResult() 3700 mTelephonyManager, (tm) -> tm.supplyIccLockPin(pin)); in testPinResult() 3706 mTelephonyManager, (tm) -> tm.supplyIccLockPuk(puk, pin)); in testPinResult()
|