Searched refs:a3 (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DGraphTest.cpp186 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 DAnimatorSetActivityTest.java16 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...]
H A DValueAnimatorTests.java572 final ValueAnimator a3 = ValueAnimator.ofFloat(0, 1).setDuration(500);
582 a3.end();
594 a3.start();
604 assertTrue(a3.isStarted());
621 assertFalse(a3.isStarted());
885 final ValueAnimator a3 = ValueAnimator.ofInt(0, 100);
886 a3.setDuration(0);
887 a3.setCurrentFraction(1.0f);
888 assertEquals(1.0f, a3.getAnimatedFraction());
895 a3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h460 _M_DATA $i,$a,$r,$a0,$a1,$a2,$a3
463 $i$a3 $r, $a0
467 _M_POSTIND $i$a3, "$r", $a0, $a1
469 _M_POSTIND $i$a3, "$r", $a0, "$a1,$a2"
473 _M_PREIND $i$a3, "$r", $a0, $a1
475 _M_PREIND $i$a3, "$r", $a0, "$a1,$a2"
529 M_LDRB $r,$a0,$a1,$a2,$a3
530 _M_DATA "LDRB",1,$r,$a0,$a1,$a2,$a3
535 M_LDRSB $r,$a0,$a1,$a2,$a3
536 _M_DATA "LDRSB",1,$r,$a0,$a1,$a2,$a3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h463 _M_DATA $i,$a,$r,$a0,$a1,$a2,$a3
466 $i$a3 $r, $a0
470 _M_POSTIND $i$a3, "$r", $a0, $a1
472 _M_POSTIND $i$a3, "$r", $a0, "$a1,$a2"
476 _M_PREIND $i$a3, "$r", $a0, $a1
478 _M_PREIND $i$a3, "$r", $a0, "$a1,$a2"
532 M_LDRB $r,$a0,$a1,$a2,$a3
533 _M_DATA "LDRB",1,$r,$a0,$a1,$a2,$a3
538 M_LDRSB $r,$a0,$a1,$a2,$a3
539 _M_DATA "LDRSB",1,$r,$a0,$a1,$a2,$a3
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp38 #define CREATE_BRIDGE3(name, a1, a2, a3) CREATE_BRIDGE(name, a1,a2,a3,,,,,)
39 #define CREATE_BRIDGE4(name, a1, a2, a3, a4) CREATE_BRIDGE(name, a1,a2,a3,a4,,,,)
40 #define CREATE_BRIDGE5(name, a1, a2, a3, a4, a5) CREATE_BRIDGE(name, a1,a2,a3,a4,a5,,,)
41 #define CREATE_BRIDGE6(name, a1, a2, a3, a4, a5, a6) CREATE_BRIDGE(name, a1,a2,a3,a4,a5,a6,,)
42 #define CREATE_BRIDGE7(name, a1, a2, a3, a4, a5, a6, a7) CREATE_BRIDGE(name, a1,a2,a3,a
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java73 int a1 = 0, a2 = 0, a3 = 0, a4 = 0;
83 a3 = mSelectedArray[2];
90 mSelectedLOD, mSelectedFace.mID, a1, a2, a3, a4);
H A DRenderScript.java675 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/native/opengl/libagl/
H A Dmatrix.h350 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 Ddxt.cpp251 int r2, g2, b2, r3, g3, b3, a3; local
266 a3 = 1;
272 r3 = g3 = b3 = a3 = 0;
278 (b3 << 1) | a3;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dresidu_asm_opt.s41 ORR r6, r7, r6, LSL #16 @r6 --- a2, a3
91 SMLABB r12, r6, r2, r12 @i4(3) --- r12 += x[0] * a3
97 SMLABT r11, r6, r2, r11 @i3(3) --- r11 += x[-1] * a3
/frameworks/rs/
H A DrsAllocation.h201 uint32_t a1 = 0, uint32_t a2 = 0, uint32_t a3 = 0, uint32_t a4 = 0) const {
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp338 // x, y, z, lod, face, a1, a2, a3, a4 - The start offsets into each dimension
343 uint32_t a1 = 0, uint32_t a2 = 0, uint32_t a3 = 0, uint32_t a4 = 0) {
345 fep->inPtr[i] = (const uint8_t *)mtls->ains[i]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
348 fep->outPtr[0] = (uint8_t *)mtls->aout[0]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1634 jint a1, jint a2, jint a3, jint a4)
1638 (uint32_t)lod, (uint32_t)a1, (uint32_t)a2, (uint32_t)a3, (uint32_t)a4
1642 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4);
1632 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

Completed in 349 milliseconds