HomeSort by relevance Sort by last modified time
    Searched refs:xt (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 61 int xt = x.getInt(time); local
67 graphics.fillOval(xt - r, yt - r, 2 * r, 2 * r);
71 graphics.drawOval(xt - r, yt - r, 2 * r, 2 * r);
ImageSprite.java 65 int xt = x.getInt(time); local
74 graphics.drawImage(image, xt, yt, width, height, null);
TextSprite.java 79 int xt = x.getInt(time); local
86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
  /external/compiler-rt/test/Unit/
absvti2_test.c 36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, xt.s.high, xt.s.low,
divti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
fixdfti_test.c 34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsdfti_test.c 36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
modti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
subvti3_test.c 36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
addvti3_test.c 35 twords xt; local
36 xt.all = x;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
fixsfti_test.c 34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunssfti_test.c 36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsxfti_test.c 37 utwords xt; local
38 xt.all = x;
42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
negvti2_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
  /frameworks/compile/libbcc/runtime/test/Unit/
absvti2_test.c 36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, xt.s.high, xt.s.low,
divti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
fixdfti_test.c 34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsdfti_test.c 36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
modti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
subvti3_test.c 36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
addvti3_test.c 35 twords xt; local
36 xt.all = x;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
fixsfti_test.c 34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunssfti_test.c 36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsxfti_test.c 37 utwords xt; local
38 xt.all = x;
42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
negvti2_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);

Completed in 532 milliseconds

1 2 3