/cts/tests/tests/text/src/android/text/cts/ |
D | AlteredCharSequenceTest.java | 66 char[] sub = { 'i', 's' }; in testGetChars() local 71 mAlteredCharSequence = AlteredCharSequence.make(SOURCE_STR, sub, 0, sub.length); in testGetChars() 98 char[] sub = { 'i', 's' }; in testLength() local 103 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testLength() 110 char[] sub = { 'i', 's' }; in testMake() local 113 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testMake() 119 mAlteredCharSequence = AlteredCharSequence.make(spanned, sub, 0, sub.length); in testMake() 128 char[] sub = { 'i', 's' }; in testSubSequence() local 131 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testSubSequence() 144 char[] sub = { 'i', 's' }; in testToString() local [all …]
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | Boid.cpp | 38 tmp.sub(b->mPosition); in flock() 71 desired.sub(mPosition); in flock() 76 desired.sub(mVelocity); in flock()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Vector2D.h | 24 void sub(const Vector2D& v);
|
D | Vector2D.cpp | 36 void Vector2D::sub(const Vector2D& v) { in sub() function in Vector2D
|
/cts/tools/selinux/ |
D | SELinuxNeverallowTestGen.py | 33 remaining = re.sub( 39 remaining = re.sub(r'#.+?$', r'', remaining, flags = re.M)
|
/cts/tools/dasm/test/ |
D | all_opcodes.d | 170 sub-int v11, v22, v33 181 sub-long v11, v22, v33 192 sub-float v11, v22, v33 197 sub-double v11, v22, v33 202 sub-int/2addr v1, v2 213 sub-long/2addr v1, v2 224 sub-float/2addr v1, v2 229 sub-double/2addr v1, v2
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_FocusHandlingTest.java | 231 View sub = new View(activity); in testFocusHandling() local 232 vg.addView(sub, 10, 10); in testFocusHandling() 233 sub.setFocusable(View.FOCUSABLE); in testFocusHandling() 239 assertSame(sub, vg.getRootView().findFocus()); in testFocusHandling() 397 LinearLayout sub = new LinearLayout(activity); in testSizeHandling() local 401 sub.addView(inside, 30, 0); in testSizeHandling() 402 ll3.addView(sub, 40, 40); in testSizeHandling() 404 assertTrue(sub.requestFocus()); in testSizeHandling()
|
/cts/apps/CameraITS/tools/ |
D | load_scene.py | 33 chart_distance = float(re.sub('cm', '', s[5:]))
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_arithmetic.rs | 12 half RS_KERNEL sub(int x, int y) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long/d/ |
D | T_sub_long_3.d | 30 sub-long v0, v3, v5
|
D | T_sub_long_2.d | 29 sub-long v0, v3, v5
|
D | T_sub_long_6.d | 29 sub-long v0, v3, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long_2addr/d/ |
D | T_sub_long_2addr_3.d | 31 sub-long/2addr v3, v5
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/d/ |
D | T_sub_int_2addr_3.d | 31 sub-int/2addr v0, v2
|
D | T_sub_int_2addr_5.d | 30 sub-int/2addr v1, v2
|
D | T_sub_int_2addr_6.d | 30 sub-int/2addr v1, v3
|
D | T_sub_int_2addr_4.d | 30 sub-int/2addr v0, v2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/ |
D | T_sub_float_4.d | 30 sub-float v0, v1, v3
|
D | T_sub_float_6.d | 30 sub-float v0, v2, v4
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/ |
D | T_sub_double_2addr_1.d | 30 sub-double/2addr v3, v5
|
D | T_sub_double_2addr_5.d | 30 sub-double/2addr v3, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/d/ |
D | T_sub_double_1.d | 30 sub-double v0, v3, v5
|
D | T_sub_double_3.d | 30 sub-double v0, v3, v5
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int/d/ |
D | T_sub_int_4.d | 30 sub-int v0, v1, v3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/ |
D | T_sub_float_2addr_1.d | 30 sub-float/2addr v2, v3
|