Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 117) sorted by relevance

12345

/cts/tests/app/src/android/app/cts/
DDialogTest.java123 Dialog d = new Dialog(mContext, 0); in testConstructor() local
196 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop() local
210 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStopEsc() local
223 Dialog d = mActivity.getDialog(); in testAccessOwnerActivity() local
246 final Dialog d = mActivity.getDialog(); in testShow() local
271 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState() local
283 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus() local
300 final Dialog d = mActivity.getDialog(); in testSetContentView() local
366 final Dialog d = mActivity.getDialog(); in testRequireViewById() local
404 final Dialog d = mActivity.getDialog(); in testSetTitle() local
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DThemedDrawableTest.java72 BitmapDrawable d = (BitmapDrawable) mContext.getDrawable(R.drawable.bitmapdrawable_theme); in testBitmapDrawable() local
77 private void verifyBitmapDrawable(BitmapDrawable d) { in verifyBitmapDrawable()
91 ColorDrawable d = (ColorDrawable) mContext.getDrawable(R.drawable.colordrawable_theme); in testColorDrawable() local
98 GradientDrawable d = (GradientDrawable) mContext.getDrawable( in testGradientDrawable() local
143 NinePatchDrawable d = (NinePatchDrawable) mContext.getDrawable( in testNinePatchDrawable() local
149 private void verifyNinePatchDrawable(NinePatchDrawable d) { in verifyNinePatchDrawable()
157 RippleDrawable d = (RippleDrawable) mContext.getDrawable( in testRippleDrawable() local
165 LayerDrawable d = (LayerDrawable) mContext.getDrawable(R.drawable.layerdrawable_theme); in testLayerDrawable() local
180 VectorDrawable d = (VectorDrawable) mContext.getDrawable(R.drawable.heart); in testVectorDrawableWithStateListColorThemeAttrs() local
DColorDrawableTest.java142 final ColorDrawable d = new ColorDrawable(Color.WHITE); in testSetColorFilter() local
154 final ColorDrawable d = new ColorDrawable(Color.WHITE); in testGetColorFilter() local
163 final ColorDrawable d = new ColorDrawable(Color.WHITE); in testSetTint() local
173 final ColorDrawable d = new ColorDrawable(Color.WHITE); in testDraw() local
DRotateDrawableTest.java86 RotateDrawable d; in testInflate() local
107 RotateDrawable d = new RotateDrawable(); in testSetPivot() local
128 RotateDrawable d = new RotateDrawable(); in testSetDegrees() local
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerDvrTest.java100 DvrRecorder d = mTuner.openDvrRecorder(1000, getExecutor(), getRecordListener()); in testDvrRecorder() local
145 DvrPlayback d = mTuner.openDvrPlayback(1000, getExecutor(), getPlaybackListener()); in testDvrPlayback() local
182 DvrRecorder d = mTuner.openDvrRecorder(1000, getExecutor(), getRecordListener()); in testSetRecordBufferStatusCheckIntervalHint() local
216 DvrPlayback d = mTuner.openDvrPlayback(1000, getExecutor(), getPlaybackListener()); in testSetPlaybackBufferStatusCheckIntervalHint() local
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/
DTunerDvrTest.java100 DvrRecorder d = mTuner.openDvrRecorder(1000, getExecutor(), getRecordListener()); in testDvrRecorder() local
145 DvrPlayback d = mTuner.openDvrPlayback(1000, getExecutor(), getPlaybackListener()); in testDvrPlayback() local
182 DvrRecorder d = mTuner.openDvrRecorder(1000, getExecutor(), getRecordListener()); in testSetRecordBufferStatusCheckIntervalHint() local
216 DvrPlayback d = mTuner.openDvrPlayback(1000, getExecutor(), getPlaybackListener()); in testSetPlaybackBufferStatusCheckIntervalHint() local
/cts/tests/tests/content/src/android/content/wm/cts/
DContextGetDisplayTest.java78 final Display d = getTestActivity().getDisplay(); in testGetDisplayFromActivity() local
134 final Display d = new ContextWrapper(activity).getDisplay(); in testGetDisplayFromVisualWrapper() local
148 final Display d = createWindowTestService().getDisplay(); in testGetDisplayFromWindowProviderService() local
/cts/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java67 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testConstructor() local
98 Drawable d = mContext.getDrawable(R.drawable.pass); in testGetSource() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp34 const float* d = &(mData[i * 4]); in print() local
41 const float* d = src.mData; in equals() local
165 float* d = m->mData; in newLookAt() local
204 float* d = m->mData; in newFrustum() local
228 float* d = m->mData; in newTranslate() local
238 float* d = m->mData; in newScale() local
248 float* d = m->mData; in newRotate() local
319 const float* d = lhs.mData; in multiplyVector() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/d/
DT_neg_float_1.java21 public float run(float d) { in run()
DT_neg_float_6.java21 public float run(int d) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_int/d/
DT_not_int_2.java21 public int run(float d) { in run()
DT_not_int_1.java21 public int run(int d) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_long/d/
DT_not_long_1.java21 public long run(long d) { in run()
DT_not_long_2.java21 public long run(double d) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/
DT_neg_long_1.java21 public long run(long d) { in run()
DT_neg_long_4.java21 public long run(double d) { in run()
DT_neg_long_2.java21 public boolean run(long d) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/
DT_neg_int_7.java21 public int run(float d) { in run()
DT_neg_int_1.java21 public int run(int d) { in run()
DT_neg_int_2.java21 public boolean run(int d) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_double/d/
DT_neg_double_4.java21 public double run(long d) { in run()
DT_neg_double_1.java21 public double run(double d) { in run()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.kt31 val d = ArrayDeque<Notification>() in <lambda>() constant
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0439/
Dpoc.cpp30 char d[] = {static_cast<char>(0xc9), in main() local

12345