Searched refs:a5 (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 49 private ValueAnimator a4,a5; field in AnimatorSetActivityTest 88 a5 = ValueAnimator.ofFloat(10f, 5f).setDuration(850); in setUp() 98 a5 = null; in tearDown() 189 s5.play(a2).with(a4).with(a5); in testTotalDuration() 193 long a5Duration = a5.getDuration() + a5.getStartDelay(); in testTotalDuration() 208 s.play(a1).before(a2).before(a3).after(a4).after(a5); in testGetDuration() 233 assertEquals(duration, a5.getDuration()); 241 s.play(a1).before(a2).before(a3).after(a4).after(a5); 431 s.play(a3).after(a5); in testIsRunning() 439 a4.isStarted() || a5.isStarted(); in testIsRunning() [all …]
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 95 b7:2e:99:b2:de:0b:ca:1e:9a:3c:c1:dc:a5:3c:06: 97 76:4b:13:5c:ec:62:a5:c3:bf:7d:72:5f:0e:cb:38: 104 bc:a5:b0:ca:1e:ca:2d:c1:48:68:e1:28:3c:e8:12: 118 f6:bf:7c:2e:25:20:a5:b4:c7:b4:a6:48:62:b2:67: 123 a1:3c:7d:39:3b:5f:b8:bf:39:a5:76:c2:83:16:ca: 179 65:00:b4:08:5b:f0:20:a5:21:fd:24:a0:aa:a4:8b:5d:c5:f8: 188 2d:38:93:06:7e:a5:1e:39:f8:cf:00:d6:d2:de:53:09:04:01: 196 bc:d6:ae:8b:83:ad:9a:5a:36:dd:17:a5:1e:e8:05:57:72:1f: 197 9d:aa:6a:fe:f5:a5:6d:d1:8e:84:4d:34:bb:ee:7a:d0:ca:09: 204 3b:d1:16:78:a5:a8:b4:ec:bc:c9:c4:d1:d8:86:fa:44:dd
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambdaImpl.java | 172 R invoke(Object a1, Object a2, Object a3, Object a4, Object a5, Object a6, Object a7, in invoke() argument 178 new Object[] { a1, a2, a3, a4, a5, a6, a7, a8, a9 }, in invoke() 183 && fillInArg(a5) && fillInArg(a6) && fillInArg(a7) && fillInArg(a8) in invoke()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | residu_asm_opt.s | 45 ORR r7, r8, r7, LSL #16 @r7 --- a4, a5
|
/frameworks/rs/driver/runtime/arch/ |
D | neon.ll | 973 %a5 = fadd <4 x float> %a4, %a3 974 %a6 = shufflevector <4 x float> %a5, <4 x float> undef, <3 x i32> <i32 0, i32 1, i32 2> 1025 %a5 = fadd <4 x float> %a3, %a4 1027 %a7 = fadd <4 x float> %a5, %a6 1056 %a5 = fmul <4 x float> %z, %zm 1057 %a6 = fadd <4 x float> %a4, %a5
|
D | asimd.ll | 981 %a5 = fadd <4 x float> %a4, %a3 982 %a6 = shufflevector <4 x float> %a5, <4 x float> undef, <3 x i32> <i32 0, i32 1, i32 2> 1033 %a5 = fadd <4 x float> %a3, %a4 1035 %a7 = fadd <4 x float> %a5, %a6 1064 %a5 = fmul <4 x float> %z, %zm 1065 %a6 = fadd <4 x float> %a4, %a5
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | json.h | 1031 const PathArgument& a5 = PathArgument());
|
D | jsoncpp.cpp | 3836 const PathArgument& a5) { in Path() argument 3842 in.push_back(&a5); in Path()
|