Searched refs:aLong (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | IpConnectivityEventBuilderTest.java | 19 import static com.android.server.connectivity.MetricsTestUtil.aLong; 283 aLong(5678)); in testIpManagerEventSerialization() 333 aLong(20410)); in testNetworkEventSerialization() 357 aLong(40730), in testValidationProbeEventSerialization() 384 aLong(200), in testApfProgramEventSerialization() 385 aLong(18), in testApfProgramEventSerialization() 418 aLong(45000), in testApfStatsSerialization() 461 aLong(2000), in testRaEventSerialization() 462 aLong(400), in testRaEventSerialization() 463 aLong(300), in testRaEventSerialization() [all …]
|
D | MetricsTestUtil.java | 62 static Consumer<Parcel> aLong(long l) { in aLong() method in MetricsTestUtil
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 98 rs_allocation aLong; 278 l = rsGetElementAt_long(aLong, 0); 279 rsSetElementAt_long(aLong, l, 0); 280 l = rsGetElementAt_long(aLong, 0, 0); 281 rsSetElementAt_long(aLong, l, 0, 0); 282 l = rsGetElementAt_long(aLong, 0, 0, 0); 283 rsSetElementAt_long(aLong, l, 0, 0, 0);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 114 rs_allocation aLong; 296 l = rsGetElementAt_long(aLong, 0); 297 rsSetElementAt_long(aLong, l, 0); 298 l = rsGetElementAt_long(aLong, 0, 0); 299 rsSetElementAt_long(aLong, l, 0, 0); 300 l = rsGetElementAt_long(aLong, 0, 0, 0); 301 rsSetElementAt_long(aLong, l, 0, 0, 0);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 116 rs_allocation aLong; 298 l = rsGetElementAt_long(aLong, 0); 299 rsSetElementAt_long(aLong, l, 0); 300 l = rsGetElementAt_long(aLong, 0, 0); 301 rsSetElementAt_long(aLong, l, 0, 0); 302 l = rsGetElementAt_long(aLong, 0, 0, 0); 303 rsSetElementAt_long(aLong, l, 0, 0, 0);
|