Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 10 of 10) 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.java233 LinkAddress l1, l2, l3; in testEqualsAndSameAddressAs() local
286 l3 = new LinkAddress("::2001:db8/24"); in testEqualsAndSameAddressAs()
290 byte[] l3LastIPv6Bytes = Arrays.copyOfRange(l3.getAddress().getAddress(), 12, 16); in testEqualsAndSameAddressAs()
297 assertLinkAddressesNotEqual(l1, l3); in testEqualsAndSameAddressAs()
298 assertIsNotSameAddressAs(l1, l3); in testEqualsAndSameAddressAs()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dbasic.rb327 l3 = l + l.dup
328 assert l3.count == l.count * 2
330 assert l3[i] == l[i]
331 assert l3[l.count + i] == l[i]
380 l3 = l + l2
381 assert l3.count == 2
382 assert l3[0] == l[0]
383 assert l3[1] == l2[0]
384 l3[0].optional_int32 = 1000
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs80 long3 l3;
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs56 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.rs74 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.rs72 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/rsov/driver/
DrsovRuntimeStubs.cpp1073 typedef long l3 __attribute__((ext_vector_type(3))); typedef
1085 void rsDebug(const char *s, const l3 *c) {
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1430 typedef long l3 __attribute__((ext_vector_type(3))); typedef
1441 void rsDebug(const char *s, const l3 *c) {