/frameworks/compile/mclinker/unittests/ |
H A D | GraphTest.cpp | 186 ListDigraph::Arc* a3 = graph.addArc(*u3, *u1); local 190 ASSERT_TRUE(u3 == a3->source && u1 == a3->target); 192 ASSERT_TRUE(u1->first_in == a3 && u1->first_out == a1); 194 ASSERT_TRUE(u3->first_in == a2 && u3->first_out == a3); 206 ListDigraph::Arc* a3 = graph.addArc(*u1, *u3); local 210 ASSERT_TRUE(u1 == a3->source && u3 == a3->target); 212 ASSERT_TRUE(u1->first_in == a1 && u1->first_out == a3); 214 ASSERT_TRUE(u3->first_in == a3 226 ListDigraph::Arc* a3 = graph.addArc(*u3, *u1); local 252 ListDigraph::Arc* a3 = graph.addArc(*u3, *u1); local 278 ListDigraph::Arc* a3 = graph.addArc(*u3, *u1); local [all...] |
/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorSetActivityTest.java | 16 private ObjectAnimator a1,a2,a3; field in class:AnimatorSetActivityTest 59 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450); 69 a3 = null; 78 s1.playTogether(a1, a2, a3); 83 assertTrue(children.contains(a3)); 86 s2.playSequentially(a1, a2, a3); 91 assertTrue(children.contains(a3)); 94 s3.play(a1).before(a2).after(s1).with(s2).after(a3); 100 assertTrue(s3Children.contains(a3)); 150 s3.play(a1).before(a2).after(a3); [all...] |
/frameworks/native/opengl/libagl/ |
H A D | matrix.h | 350 GLfixed a3, GLfixed b3) 367 "%r"(a3), "r"(b3) 377 int64_t(a3)*b3 + 0x8000)>>16); 347 mla4( GLfixed a0, GLfixed b0, GLfixed a1, GLfixed b1, GLfixed a2, GLfixed b2, GLfixed a3, GLfixed b3) argument
|
H A D | dxt.cpp | 251 int r2, g2, b2, r3, g3, b3, a3; local 266 a3 = 1; 272 r3 = g3 = b3 = a3 = 0; 278 (b3 << 1) | a3;
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambdaImpl.java | 161 R invoke(Object a1, Object a2, Object a3, Object a4, Object a5, Object a6) { argument 166 new Object[] { a1, a2, a3, a4, a5, a6 }, 170 final boolean notUsed = fillInArg(a1) && fillInArg(a2) && fillInArg(a3)
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 675 int mip, int face, int a1, int a2, int a3, int a4); 677 int mip, int face, int a1, int a2, int a3, int a4) { 679 rsnAllocationAdapterOffset(mContext, id, x, y, z, mip, face, a1, a2, a3, a4); 674 rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument 676 nAllocationAdapterOffset(long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
|
/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1638 jint a1, jint a2, jint a3, jint a4) 1642 (uint32_t)lod, (uint32_t)a1, (uint32_t)a2, (uint32_t)a3, (uint32_t)a4 1646 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4); 1636 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint x, jint y, jint z, jint face, jint lod, jint a1, jint a2, jint a3, jint a4) argument
|