/cts/tests/tests/ndef/src/android/ndef/cts/ |
D | NdefTest.java | 40 NdefRecord r; in testConstructor() local 390 NdefRecord r; in testCreateApplicationRecord() local 435 NdefRecord r; in testToByteArray() local 543 StringBuilder s = new StringBuilder(); in bytesToString() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicLut.java | 43 java.util.Random r = new java.util.Random(100); in createTest() local 96 ScriptIntrinsicLUT s = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS)); in test_ID() local
|
D | Intrinsic3DLut.java | 62 java.util.Random r = new java.util.Random(100); in genCubeRand() local 154 ScriptIntrinsic3DLUT s = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS)); in test_ID() local
|
D | AllocationCreateAllocationsTest.java | 91 Surface s = allocArray[i].getSurface(); in testGetProperties() local 111 Random r = new Random(); in testMultipleIoReceive_USAGE_IO_INPUT() local
|
D | IntrinsicBase.java | 83 final int s = a.getBytesSize(); in makeAllocation() local 98 java.util.Random r = new java.util.Random(100); in makeSource() local
|
/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceManagerTest.java | 153 Slice s = mSliceManager.bindSlice(uri, Collections.emptySet()); in testOnCreatePermissionSlice() local 165 private PendingIntent findAction(Slice s) { in findAction() 194 try (BufferedReader r = new BufferedReader( in runShellCommand()
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorNativeTest.cpp | 58 for (auto s : sensorTypes) { in test() local 60 for (auto r : rates) { in test() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 85 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE); in chooseConfig() local 87 int r = findConfigAttrib(egl, display, config, EGL10.EGL_RED_SIZE); in chooseConfig() local
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 189 int s = findConfigAttrib(egl, display, config, in chooseConfig() local 197 int r = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 54 float r, q; in testGetAltitude() local 217 float c, s; in testGetQuaternionFromVector() local 368 float c, s; in testGetRotationMatrixFromVector() local 409 float c, s; in testGetRotationMatrixFromVector() local 647 float [] r = new float[9]; in mat9Mul() local 742 String s; in vecToStr() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsListViewTest.java | 395 final Rect r = new Rect(0, 0, 40, 60); in testAccessListPadding() local 423 final Rect r = drawable.getBounds(); in testAccessSelector() local 1225 Rect r = new Rect(); in testRequestChildRectangleOnScreen_onScrollChangedCalled() local 1348 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 1354 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 1360 public void afterTextChanged(Editable s) { in afterTextChanged()
|
D | AutoCompleteTextViewTest.java | 130 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 137 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 141 public void afterTextChanged(Editable s) { in afterTextChanged() 1119 protected boolean setFrame(int l, int t, int r, int b) { in setFrame()
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | SensorCtsHelper.java | 480 public void perform(Runnable r) { in perform() 484 public void perform(Runnable r, String s) { in perform()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ShapeDrawableTest.java | 289 public MockShapeDrawable(Shape s) { in MockShapeDrawable() 297 protected boolean inflateTag(String name, Resources r, XmlPullParser parser, in inflateTag()
|
D | AdaptiveIconDrawableTest.java | 51 public static void L(String s, Object... parts) { in L() 64 Resources r = InstrumentationRegistry.getTargetContext().getResources(); in testInflate() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 133 ByteArrayOutputStream s = new ByteArrayOutputStream(); in toString() local 138 private void writeJSONToStream(OutputStream s) { in writeJSONToStream() 1337 private static double [] rodr2quat( double [] r) { in rodr2quat() 1344 private static void rodr2quat( double [] r, double [] quat) { in rodr2quat() 1354 double [] r = new double[3]; in rodr2quat() local 1364 private static double [] rodr2rpy( double [] r) { in rodr2rpy()
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 101 public void runOnGlThread(Runnable r) throws Throwable { in runOnGlThread() 344 int s = findConfigAttrib(egl, display, config, in chooseConfig() local 352 int r = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 816 String r = t.format("%Y%m%dT%H%M%S"); in testFormat() local 1285 String r = t.toString(); in testToString_doesNotNormalize() local 1293 String r = Time.getCurrentTimezone(); in testGetCurrentTimezone() local 1294 assertEquals(TimeZone.getDefault().getID(), r); in testGetCurrentTimezone() local 1323 long r = t.toMillis(true /* ignore isDst */); in testToMillis_utc() local 1382 long r = t.toMillis(true /* ignore isDst */); in testToMillis_dstTz() local 1430 long r = t.toMillis(toMillisArgument /* ignore isDst */); in verifyToMillisResult() local 1746 private static void verifyParseError(String s) { in verifyParseError() 1824 private void verifyParse3339Error(String s) { in verifyParse3339Error()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 106 void Matrix::multiply(const Matrix& l, const Matrix& r) { in multiply() 256 float s = (float) sinf(radians); in newRotate() local
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | Util.java | 439 BigInteger r = new BigInteger(Arrays.copyOfRange(signature, 0, 32)); in signatureCoseToDer() local 440 BigInteger s = new BigInteger(Arrays.copyOfRange(signature, 32, 64)); in signatureCoseToDer() local 481 Signature s = Signature.getInstance("SHA256withECDSA"); in coseSign1Sign() local 895 Signature s = Signature.getInstance("SHA256withECDSA"); in signPublicKeyWithPrivateKey() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 574 public void queueEvent(Runnable r) { in queueEvent() 941 int s = findConfigAttrib(egl, display, config, in chooseConfig() local 944 int r = findConfigAttrib(egl, display, config, in chooseConfig() local 1731 public void queueEvent(Runnable r) { in queueEvent()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDelegateManagerTest.java | 661 DelegateRegistrationState s = getDeregisteringState(registeredTags, in testDelegateRegistrationChanges() local 809 DelegateRequest r = new DelegateRequest(testTags); in testParcelUnparcelDelegateRequest() local 835 DelegateRegistrationState s = new DelegateRegistrationState.Builder() in testParcelUnparcelRegistrationState() local 1024 DelegateRegistrationState s = getRegisteredRegistrationState(registeredTags); in testFeatureTagDeniedByCarrierConfig() local 1833 DelegateRegistrationState s = getRegisteredRegistrationState(registeredTags); in verifyRegisteredAndSendSipConfig() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | UsbDeviceTestActivity.java | 204 private void fail(@Nullable String s, @Nullable Throwable e) { in fail() 298 Random r = new Random(); in echoBulkTransfer() local 327 Random r = new Random(); in echoBulkTransferOffset() local 361 Random r = new Random(); in echoLargeBulkTransfer() local
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 117 uint32_t s = bits & 0x8000; in FloatFromHalf() local 149 int32_t s = (bits >> 31); in HalfFromFloat() local 412 const uint8_t r = golden_pixel[0]; in GetGoldenColor() local 1145 bool HasEGLExtension(const std::string& s) { in HasEGLExtension() 1148 bool HasGLExtension(const std::string& s) { in HasGLExtension() 1835 std::ostringstream s; in TEST_P() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 396 SizeCompare s = new SizeCompare(); in setUpCamera() local 788 int r = data[index + 0] & 0xFF; in convertFromUnknown() local
|