/cts/tests/tests/text/src/android/text/cts/ |
D | AlteredCharSequenceTest.java | 67 char[] sub = { 'i', 's' }; in testGetChars() local 72 mAlteredCharSequence = AlteredCharSequence.make(SOURCE_STR, sub, 0, sub.length); in testGetChars() 99 char[] sub = { 'i', 's' }; in testLength() local 104 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testLength() 111 char[] sub = { 'i', 's' }; in testMake() local 114 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testMake() 120 mAlteredCharSequence = AlteredCharSequence.make(spanned, sub, 0, sub.length); in testMake() 129 char[] sub = { 'i', 's' }; in testSubSequence() local 132 mAlteredCharSequence = AlteredCharSequence.make(source, sub, 0, sub.length); in testSubSequence() 145 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/tools/selinux/ |
D | SELinuxNeverallowTestGen.py | 38 remaining = re.sub( 44 remaining = re.sub(r'#.+?$', r'', remaining, flags = re.M)
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | Native.java | 26 public static native int sub(int a, int b); in sub() method in Native
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_FocusHandlingTest.java | 232 View sub = new View(activity); in testFocusHandling() local 233 vg.addView(sub, 10, 10); in testFocusHandling() 234 sub.setFocusable(View.FOCUSABLE); in testFocusHandling() 240 assertSame(sub, vg.getRootView().findFocus()); in testFocusHandling() 398 LinearLayout sub = new LinearLayout(activity); in testSizeHandling() local 402 sub.addView(inside, 30, 0); in testSizeHandling() 403 ll3.addView(sub, 40, 40); in testSizeHandling() 405 assertTrue(sub.requestFocus()); in testSizeHandling()
|
/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/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 87 static jint sub(JNIEnv* env, jobject thiz, jint a, jint b) { in sub() function 104 {"sub", "(II)I", (void*)sub},
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestSipDelegate.java | 58 public TestSipDelegate(int sub, DelegateRequest request, DelegateStateCallback cb, in TestSipDelegate() argument 60 subId = sub; in TestSipDelegate()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_arithmetic.rscript | 12 half RS_KERNEL sub(int x, int y) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/d/ |
D | T_sub_double_5.smali | 30 sub-double v0, v3, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/ |
D | T_sub_float_4.smali | 30 sub-float v0, v1, v3
|
D | T_sub_float_5.smali | 30 sub-float v0, v2, v3
|
D | T_sub_float_3.smali | 32 sub-float v0, v3, v2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/ |
D | T_sub_float_2addr_4.smali | 30 sub-float/2addr v1, v3
|
D | T_sub_float_2addr_6.smali | 30 sub-float/2addr v2, v4
|
D | T_sub_float_2addr_2.smali | 32 sub-float/2addr v2, v3
|
D | T_sub_float_2addr_3.smali | 32 sub-float/2addr v3, v2
|
D | T_sub_float_2addr_5.smali | 30 sub-float/2addr v2, v3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int/d/ |
D | T_sub_int_1.smali | 30 sub-int v0, v2, v3
|
D | T_sub_int_2.smali | 31 sub-int v0, v2, v0
|
D | T_sub_int_3.smali | 31 sub-int v0, v0, v2
|
D | T_sub_int_6.smali | 30 sub-int v0, v2, v4
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/ |
D | T_sub_double_2addr_4.smali | 30 sub-double/2addr v3, v2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/d/ |
D | T_sub_int_2addr_1.smali | 30 sub-int/2addr v1, v2
|