Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java529 final MyListener l3 = new MyListener(); in testClone() local
530 s3.addListener(l3); in testClone()
537 assertFalse(l3.startIsCalled); in testClone()
538 assertFalse(l3.cancelIsCalled); in testClone()
539 assertFalse(l3.endIsCalled); in testClone()
550 assertTrue(l3.startIsCalled); in testClone()
552 assertFalse(l3.endIsCalled); in testClone()
554 assertFalse(l3.cancelIsCalled); in testClone()
565 assertTrue(l3.startIsCalled); in testClone()
566 assertTrue(l3.cancelIsCalled); in testClone()
[all …]
DValueAnimatorTests.java907 final MyListener l3 = new MyListener();
910 a3.addListener(l3);
916 assertFalse(l3.startCalled);
919 assertFalse(l3.endCalled);
936 assertTrue(l3.startCalled);
939 assertTrue(l3.endCalled);
1006 final MyListener l3 = new MyListener();
1009 a3.addListener(l3);
1018 assertFalse(l3.startCalled);
1021 assertFalse(l3.endCalled);
[all …]
/frameworks/base/tests/net/common/java/android/net/
DLinkAddressTest.java234 LinkAddress l1, l2, l3; in testEqualsAndSameAddressAs() local
287 l3 = new LinkAddress("::2001:db8/24"); in testEqualsAndSameAddressAs()
291 byte[] l3LastIPv6Bytes = Arrays.copyOfRange(l3.getAddress().getAddress(), 12, 16); in testEqualsAndSameAddressAs()
298 assertNotEqualEitherWay(l1, l3); in testEqualsAndSameAddressAs()
299 assertIsNotSameAddressAs(l1, l3); in testEqualsAndSameAddressAs()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript56 volatile long3 l3;
290 l3 = rsGetElementAt_long3(aLong3, 0);
291 rsSetElementAt_long3(aLong3, l3, 0);
292 l3 = rsGetElementAt_long3(aLong3, 0, 0);
293 rsSetElementAt_long3(aLong3, l3, 0, 0);
294 l3 = rsGetElementAt_long3(aLong3, 0, 0, 0);
295 rsSetElementAt_long3(aLong3, l3, 0, 0, 0);
1169 rsDebug("", l3);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript74 volatile long3 l3;
310 l3 = rsGetElementAt_long3(aLong3, 0);
311 rsSetElementAt_long3(aLong3, l3, 0);
312 l3 = rsGetElementAt_long3(aLong3, 0, 0);
313 rsSetElementAt_long3(aLong3, l3, 0, 0);
314 l3 = rsGetElementAt_long3(aLong3, 0, 0, 0);
315 rsSetElementAt_long3(aLong3, l3, 0, 0, 0);
1186 rsDebug("", l3);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript72 volatile long3 l3;
308 l3 = rsGetElementAt_long3(aLong3, 0);
309 rsSetElementAt_long3(aLong3, l3, 0);
310 l3 = rsGetElementAt_long3(aLong3, 0, 0);
311 rsSetElementAt_long3(aLong3, l3, 0, 0);
312 l3 = rsGetElementAt_long3(aLong3, 0, 0, 0);
313 rsSetElementAt_long3(aLong3, l3, 0, 0, 0);
1184 rsDebug("", l3);
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rscript80 long3 l3;
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1430 typedef long l3 __attribute__((ext_vector_type(3))); typedef
1441 void rsDebug(const char *s, const l3 *c) {