Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 60) sorted by relevance

123

/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java30 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/
DBoid.cpp38 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/
DVector2D.h24 void sub(const Vector2D& v);
DVector2D.cpp36 void Vector2D::sub(const Vector2D& v) { in sub() function in Vector2D
/cts/tools/dasm/test/
Dall_opcodes.d170 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/
DSELinuxNeverallowTestGen.py17 no_comments = re.sub(r'#.+?$', r'', policy_str, flags = re.M)
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_arithmetic.rs12 half RS_KERNEL sub(int x, int y) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long/d/
DT_sub_long_1.d29 sub-long v0, v3, v5
DT_sub_long_5.d29 sub-long v0, v3, v2
DT_sub_long_2.d29 sub-long v0, v3, v5
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/d/
DT_sub_double_2.d31 sub-double v0, v3, v5
DT_sub_double_4.d30 sub-double v0, v3, v2
DT_sub_double_5.d30 sub-double v0, v3, v7
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/d/
DT_sub_int_2addr_6.d30 sub-int/2addr v1, v3
DT_sub_int_2addr_1.d30 sub-int/2addr v1, v2
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/
DT_sub_float_5.d30 sub-float v0, v2, v3
DT_sub_float_6.d30 sub-float v0, v2, v4
DT_sub_float_4.d30 sub-float v0, v1, v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long_2addr/d/
DT_sub_long_2addr_3.d31 sub-long/2addr v3, v5
DT_sub_long_2addr_6.d30 sub-long/2addr v3, v7
DT_sub_long_2addr_1.d30 sub-long/2addr v3, v5
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/
DT_sub_float_2addr_1.d30 sub-float/2addr v2, v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int/d/
DT_sub_int_5.d30 sub-int v0, v2, v3
DT_sub_int_6.d30 sub-int v0, v2, v4
DT_sub_int_1.d30 sub-int v0, v2, v3

123