/external/proguard/src/proguard/gui/splash/ |
H A D | CircleSprite.java | 61 int xt = x.getInt(time); 67 graphics.fillOval(xt - r, yt - r, 2 * r, 2 * r); 71 graphics.drawOval(xt - r, yt - r, 2 * r, 2 * r);
|
H A D | ImageSprite.java | 65 int xt = x.getInt(time); 74 graphics.drawImage(image, xt, yt, width, height, null);
|
H A D | TextSprite.java | 79 int xt = x.getInt(time); 86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
|
H A D | RectangleSprite.java | 98 int xt = x.getInt(time); 107 graphics.fillRoundRect(xt, yt, w, h, aw, ah); 111 graphics.drawRoundRect(xt, yt, w, h, aw, ah);
|
H A D | ShadowedSprite.java | 95 int xt = xo + x; 97 graphics.translate(xt, yt); 99 graphics.translate(-xt, -yt);
|
/external/compiler-rt/test/builtins/Unit/ |
H A D | absvti2_test.c | 36 twords xt; local 37 xt.all = x; 42 at.s.high, at.s.low, xt.s.high, xt.s.low,
|
H A D | 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,
|
H A D | 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);
|
H A D | 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);
|
H A D | 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,
|
H A D | 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,
|
H A D | 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,
|
H A D | 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);
|
H A D | 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);
|
H A D | 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);
|
H A D | 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);
|
H A D | fixxfti_test.c | 35 utwords xt; local 36 xt.all = x; 40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
H A D | multi3_test.c | 30 twords xt; local 31 xt.all = x; 36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
|
H A D | negti2_test.c | 30 twords xt; local 31 xt.all = x; 36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
H A D | muloti4_test.c | 34 twords xt; local 35 xt.all = x; 43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 53 twords xt; local 54 xt.all = x; 59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
|
H A D | ashlti3_test.c | 34 twords xt; local 35 xt.all = x; 40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
|
H A D | ashrti3_test.c | 32 twords xt; local 33 xt.all = x; 38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
|
H A D | lshrti3_test.c | 32 twords xt; local 33 xt.all = x; 38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
|
/external/clang/test/SemaTemplate/ |
H A D | injected-class-name.cpp | 59 typedef X<T> xt; typedef in struct:ForwardDecls::X 60 typename xt::foo *t;
|
/external/opencv/cv/src/ |
H A D | cvoptflowlk.cpp | 48 float xt; member in struct:__anon12934 319 II[address].xt = GradX * GradT; 339 II[address].xt = GradX * GradT; 362 II[address].xt = GradX * GradT; 380 WII[address].xt = 0; 390 WII[address].xt += II[address + jj].xt * Ker; 404 WII[address].xt = 0; 414 WII[address].xt += (II[address - jj].xt [all...] |