Home
last modified time | relevance | path

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

123

/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java66 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/
DBoid.cpp38 tmp.sub(b->mPosition); in flock()
71 desired.sub(mPosition); in flock()
76 desired.sub(mVelocity); in flock()
/cts/tests/openglperf2/jni/graphics/
DVector2D.h24 void sub(const Vector2D& v);
DVector2D.cpp36 void Vector2D::sub(const Vector2D& v) { in sub() function in Vector2D
/cts/tools/selinux/
DSELinuxNeverallowTestGen.py33 remaining = re.sub(
39 remaining = re.sub(r'#.+?$', r'', remaining, flags = re.M)
/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/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java231 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/
Dload_scene.py33 chart_distance = float(re.sub('cm', '', s[5:]))
/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_3.d30 sub-long v0, v3, v5
DT_sub_long_2.d29 sub-long v0, v3, v5
DT_sub_long_6.d29 sub-long v0, v3, v7
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long_2addr/d/
DT_sub_long_2addr_3.d31 sub-long/2addr v3, v5
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/d/
DT_sub_int_2addr_3.d31 sub-int/2addr v0, v2
DT_sub_int_2addr_5.d30 sub-int/2addr v1, v2
DT_sub_int_2addr_6.d30 sub-int/2addr v1, v3
DT_sub_int_2addr_4.d30 sub-int/2addr v0, v2
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/
DT_sub_float_4.d30 sub-float v0, v1, v3
DT_sub_float_6.d30 sub-float v0, v2, v4
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/
DT_sub_double_2addr_1.d30 sub-double/2addr v3, v5
DT_sub_double_2addr_5.d30 sub-double/2addr v3, v7
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/d/
DT_sub_double_1.d30 sub-double v0, v3, v5
DT_sub_double_3.d30 sub-double v0, v3, v5
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int/d/
DT_sub_int_4.d30 sub-int v0, v1, v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/
DT_sub_float_2addr_1.d30 sub-float/2addr v2, v3

123