Searched refs:sub (Results 1 – 25 of 60) sorted by relevance
123
/cts/tests/tests/text/src/android/text/cts/ |
D | AlteredCharSequenceTest.java | 30 char[] sub = { 'i', 's' }; in testCharAt() local 32 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testCharAt() 57 char[] sub = { 'i', 's' }; in testGetChars() local 62 mAlteredCharSequence = AlteredCharSequence.make(SOURCE_STR, sub, 0, sub.length); in testGetChars() 88 char[] sub = { 'i', 's' }; in testLength() local 93 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testLength() 100 char[] sub = { 'i', 's' }; in testMake() local 103 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testMake() 109 mAlteredCharSequence = AlteredCharSequence.make(spanned, sub, 0, sub.length); in testMake() 118 char[] sub = { 'i', 's' }; in testSubSequence() local [all …]
|
/cts/suite/cts/deviceTests/opengl/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/suite/cts/deviceTests/opengl/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/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/tools/selinux/ |
D | SELinuxNeverallowTestGen.py | 17 no_comments = re.sub(r'#.+?$', r'', policy_str, flags = re.M)
|
/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_1.d | 29 sub-long v0, v3, v5
|
D | T_sub_long_5.d | 29 sub-long v0, v3, v2
|
D | T_sub_long_2.d | 29 sub-long v0, v3, v5
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/d/ |
D | T_sub_double_2.d | 31 sub-double v0, v3, v5
|
D | T_sub_double_4.d | 30 sub-double v0, v3, v2
|
D | T_sub_double_5.d | 30 sub-double v0, v3, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/d/ |
D | T_sub_int_2addr_6.d | 30 sub-int/2addr v1, v3
|
D | T_sub_int_2addr_1.d | 30 sub-int/2addr v1, v2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/ |
D | T_sub_float_5.d | 30 sub-float v0, v2, v3
|
D | T_sub_float_6.d | 30 sub-float v0, v2, v4
|
D | T_sub_float_4.d | 30 sub-float v0, v1, v3
|
/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
|
D | T_sub_long_2addr_6.d | 30 sub-long/2addr v3, v7
|
D | T_sub_long_2addr_1.d | 30 sub-long/2addr v3, v5
|
/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
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int/d/ |
D | T_sub_int_5.d | 30 sub-int v0, v2, v3
|
D | T_sub_int_6.d | 30 sub-int v0, v2, v4
|
D | T_sub_int_1.d | 30 sub-int v0, v2, v3
|
123