/cts/tests/tests/graphics/src/android/graphics/text/cts/ |
D | LineBreakerTest.java | 147 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple() local 170 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple2() local 202 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple3() local 247 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_NotRectangle() local 280 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_Hyphenation() local 327 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_Styled() local 368 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_Styled2() local 402 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_indents() local 435 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_indents2() local 475 final Result r = lb.computeLineBreaks(new MeasuredText.Builder(text.toCharArray()) in testLineBreak_Simple_tabStop() local [all …]
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | NativeColorBufferTest.java | 40 float r = 1.0f; in test_RGBA_1001() local 58 float r = 1.0f; in test_RGBA_1101() local 76 float r = 1.0f; in test_RGBA_1111() local 95 float r = 0.0f; in test_RGBA_0101() local 114 float r = 0.0f; in test_RGBA_0011() local 133 float r = 0.0f; in test_RGBA_0000() local 152 float r = 0.6f; in test_RGBA_rand_val_one() local 170 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors() 182 float r = expectedColor[0]; in compare() local
|
D | ColorBufferTest.java | 45 float r = 1.0f; in test_RGBA_1001() local 63 float r = 1.0f; in test_RGBA_1101() local 81 float r = 1.0f; in test_RGBA_1111() local 100 float r = 0.0f; in test_RGBA_0101() local 119 float r = 0.0f; in test_RGBA_0011() local 138 float r = 0.0f; in test_RGBA_0000() local 157 float r = 0.6f; in test_RGBA_rand_val_one() local 175 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors() 188 float r = expectedColor[0]; in compare() local
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | SplitAppTest.java | 79 final Resources r = getContext().getResources(); in testSingleBase() local 135 final Resources r = getContext().getResources(); in testDensitySingle() local 147 final Resources r = getContext().getResources(); in testDensityAll() local 168 final Resources r = getContext().getResources(); in testDensityBest1() local 176 final Resources r = getContext().getResources(); in testDensityBest2() local 184 final Resources r = getContext().getResources(); in testApi() local 200 final Resources r = getContext().getResources(); in testLocale() local 223 final Resources r = getContext().getResources(); in testFeatureBase() local 331 final BroadcastReceiver r = new BroadcastReceiver() { in testBaseInstalled() local 355 final BroadcastReceiver r = new BroadcastReceiver() { in testFeatureInstalled() local [all …]
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSUtils.java | 30 Random r = new Random(seed); in genRandom() local 38 Random r = new Random(seed); in genRandom() local 50 Random r = new Random(seed); in genRandom() local 58 Random r = new Random(seed); in genRandom() local 71 Random r = new Random(seed); in genRandom() local
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | Utils.java | 55 public static void assertException(@NonNull Invokable r, in assertException() 80 public static void runOnMainThread(@NonNull final Invokable r) throws Throwable { in runOnMainThread() 111 public static void eventually(@NonNull Invokable r, long timeout) throws Throwable { in eventually() 140 public static void eventually(@NonNull Invokable r) throws Throwable { in eventually()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsActivityTest.java | 62 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testGood() local 88 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testDerivedClass() local 117 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testWebView() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
D | Test_new_array.java | 34 int[] r = t.run(10); in testN1() local 65 Object[] r = t.run(10); in testN3() local 80 int[] r = t.run(0); in testB1() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestTaskQueue.java | 62 public synchronized void addTask(Runnable r) { in addTask() 73 public synchronized void addTask(final Runnable r, long delay) { in addTask()
|
/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
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspBufferMath.java | 54 static public <T extends DspBufferBase> int add(T r, T a, T b) { in add() 126 static public <T extends DspBufferBase> int mult(T r, T a, T b) { in mult() 209 static public <T extends DspBufferBase> int mult(T r, T a, double v) { in mult() 255 static public <T extends DspBufferBase> int set(T r, T a) { in set() 303 static public <T extends DspBufferBase> int set(T r, double ...values) { in set() 335 static public <T extends DspBufferDouble> int crossCorrelation(T r, T a, T b) { in crossCorrelation()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AtomicTest.java | 273 Random r = new Random(78); in testAnd() local 306 Random r = new Random(78); in testUAnd() local 339 Random r = new Random(78); in testOr() local 372 Random r = new Random(78); in testUOr() local
|
D | AllocationByteBufferTest.java | 49 Random r = new Random(RAND_SEED); in testByteBufferHelper() local 73 Random r = new Random(RAND_SEED); in testByteBufferHelper1D() local 79 Random r = new Random(RAND_SEED); in testByteBufferHelper2D() local 86 Random r = new Random(RAND_SEED); in test1DWrite() local 105 Random r = new Random(RAND_SEED); in test2DWrite() local
|
D | RSUtils.java | 72 Random r = new Random(seed); in genRandomDoubles() local 123 Random r = new Random(seed); in genRandomFloats() local 218 Random r = new Random(seed); in genRandomFloat16s() local 256 Random r = new Random(seed); in genRandomInts() local 272 Random r = new Random(seed); in genRandomLongs() local
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ColorUtils.java | 25 int r = (argb >> 16) & 0xFF; in brightness() local 35 int r = (argb >> 16) & 0xFF; in hue() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | InsetDrawableTest.java | 86 Resources r = mContext.getResources(); in testInflate() local 152 Rect r = new Rect(); in testGetPadding_dimension() local 186 Rect r = new Rect(); in testGetPadding_fraction() local 293 Rect r = new Rect(); in testOnBoundsChange_dimension() local 314 Rect r = new Rect(0, 0, size, size); in testOnBoundsChange_fraction() local 335 Rect r = new Rect(0, 0, insetDrawable.getIntrinsicWidth(), in testIsBoundsAndIntrinsicSizeInverse() local
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityNodeInfo_RangeInfoTest.java | 36 RangeInfo r; in testObtain() local
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 258 AsyncTaskArg setRequest(CommandRequest r) {commandReq = r; return this;} in setRequest() 259 AsyncTaskArg setRequest(ConfirmationRequest r) {confReq = r; return this;} in setRequest() 260 AsyncTaskArg setRequest(CompleteVoiceRequest r) {compReq = r; return this;} in setRequest() 261 AsyncTaskArg setRequest(AbortVoiceRequest r) {abortReq = r; return this;} in setRequest() 262 AsyncTaskArg setRequest(PickOptionRequest r) {pickReq = r; return this;} in setRequest()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/ |
D | Test_float_to_double.java | 54 double r = 0x1.fffffeP+127d; in testB1() local 63 double r = 0x0.000002P-126d; in testB2() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | HandlerTest.java | 73 MockRunnable r = new MockRunnable(); in testPostAtTime1() local 82 MockRunnable r = new MockRunnable(); in testPostAtTime2() local 183 MockRunnable r = new MockRunnable(); in testRemoveCallbacks() local 359 MockRunnable r = new MockRunnable(); in testPostDelayed() local 368 MockRunnable r = new MockRunnable(); in testPostAtFrontOfQueue() local 388 MockRunnable r = new MockRunnable(); in testPost() local
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManager_RunningAppProcessInfoTest.java | 47 final RunningAppProcessInfo r = new RunningAppProcessInfo(); in testRunningAppProcessInfo() local
|
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/ |
D | DelegateTestUtils.java | 32 String expectedExceptionMessageRegex, ExceptionRunnable r) { in assertExpectException()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
D | Util.java | 34 public static void runAndAssertException(@NonNull Invokable r, in runAndAssertException()
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 37 def convert_to_world_coordinates(x, y, r, t, k, z_w): argument 74 def convert_to_image_coordinates(p_w, r, t, k): argument
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 50 Random r = new Random(seed); in genRandomDoubles() local 101 Random r = new Random(seed); in genRandomFloats() local 151 Random r = new Random(seed); in genRandomInts() local 167 Random r = new Random(seed); in genRandomLongs() local
|