Home
last modified time | relevance | path

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

1234

/cts/tests/tests/app/src/android/app/cts/
DDialogTest.java144 Dialog d = new Dialog(mContext, 0); in testDialog() local
213 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop() local
247 Dialog d = mActivity.getDialog(); in testAccessOwnerActivity() local
288 final Dialog d = mActivity.getDialog(); in testShow() local
328 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState() local
344 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus() local
388 final Dialog d = mActivity.getDialog(); in testSetContentView() local
479 final Dialog d = mActivity.getDialog(); in testSetTitle() local
502 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyDownKeyUp() local
526 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyMultiple() local
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java60 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testConstructor() local
77 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testInflate() local
114 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testInvalidateDrawable() local
128 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testScheduleDrawable() local
150 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testUnscheduleDrawable() local
172 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testDraw() local
193 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testGetChangingConfigurations() local
211 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testGetPadding() local
258 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testSetVisible() local
273 Drawable d = mContext.getResources().getDrawable(R.drawable.pass); in testSetAlpha() local
[all …]
/cts/tools/vm-tests/src/dot/junit/opcodes/not_int/d/
DT_not_int_1.java21 public int run(int d) { in run()
DT_not_int_2.java21 public int run(float d) { in run()
/cts/tools/vm-tests/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/src/dot/junit/opcodes/neg_long/d/
DT_neg_long_2.java21 public boolean run(long d) { in run()
DT_neg_long_4.java21 public long run(double d) { in run()
DT_neg_long_1.java21 public long run(long d) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_int/d/
DT_neg_int_1.java21 public int run(int d) { in run()
DT_neg_int_7.java21 public int run(float d) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/dneg/jm/
DT_dneg_3.java21 public double run(double d) { in run()
DT_dneg_4.java21 public double run(double d) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/fneg/jm/
DT_fneg_2.java21 public float run(float d) { in run()
DT_fneg_3.java21 public float run(float d) { in run()
DT_fneg_4.java21 public float run(float d) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/ineg/jm/
DT_ineg_3.java21 public int run(int d) { in run()
DT_ineg_5.java21 public int run(int d) { in run()
DT_ineg_1.java21 public int run(int d) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/lneg/jm/
DT_lneg_7.java21 public long run(long d) { in run()
DT_lneg_3.java21 public long run(long d) { in run()
DT_lneg_5.java21 public long run(int d) { in run()
DT_lneg_4.java21 public long run(double d) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_float/d/
DT_neg_float_6.java21 public float run(int d) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_double/d/
DT_neg_double_1.java21 public double run(double d) { in run()

1234