/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/ |
H A D | LinkAddressTest.java | 194 assertTrue(l1 + " unexpectedly not equal to " + l2, l1.equals(l2)); in assertLinkAddressesEqual() 195 assertTrue(l2 + " unexpectedly not equal to " + l1, l2.equals(l1)); in assertLinkAddressesEqual() 200 assertFalse(l1 + " unexpectedly equal to " + l2, l1.equals(l2)); in assertLinkAddressesNotEqual() 201 assertFalse(l2 + " unexpectedly equal to " + l1, l2.equals(l1)); in assertLinkAddressesNotEqual() 205 LinkAddress l1, l2, l3; in testEqualsAndSameAddressAs() local 210 assertIsSameAddressAs(l1, l2); in testEqualsAndSameAddressAs() 224 assertIsSameAddressAs(l1, l2); in testEqualsAndSameAddressAs() 305 LinkAddress l2 = null; in passThroughParcel() local 313 assertNotNull(l2); in passThroughParcel() 314 return l2; in passThroughParcel() [all …]
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | LinkAddressTest.java | 247 LinkAddress l1, l2, l3; in testEqualsAndSameAddressAs() local 251 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs() 252 assertIsSameAddressAs(l1, l2); in testEqualsAndSameAddressAs() 265 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs() 266 assertIsSameAddressAs(l1, l2); in testEqualsAndSameAddressAs() 280 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs() 281 assertIsSameAddressAs(l1, l2); in testEqualsAndSameAddressAs() 285 assertIsSameAddressAs(l1, l2); in testEqualsAndSameAddressAs() 290 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs() 319 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | ValueAnimatorTests.java | 126 a2.addListener(l2); in testListenerCallbacks() 132 assertFalse(l2.startCalled); in testListenerCallbacks() 134 assertFalse(l2.endCalled); in testListenerCallbacks() 320 a2.addPauseListener(l2); in testPauseListener() 422 a2.addListener(l2); 480 a2.addListener(l2); 654 a2.addListener(l2); 786 a2.addListener(l2); 909 a2.addListener(l2); 961 a2.addListener(l2); [all …]
|
H A D | AnimatorSetActivityTest.java | 514 final MyListener l2 = new MyListener(); in testClone() local 515 s2.addListener(l2); in testClone() 534 assertFalse(l2.startIsCalled); in testClone() 535 assertFalse(l2.cancelIsCalled); in testClone() 536 assertFalse(l2.endIsCalled); in testClone() 549 assertTrue(l2.startIsCalled); in testClone() 551 assertFalse(l2.endIsCalled); in testClone() 553 assertFalse(l2.cancelIsCalled); in testClone() 562 assertTrue(l2.startIsCalled); in testClone() 563 assertFalse(l2.cancelIsCalled); in testClone() [all …]
|
/aosp12/art/test/2000-virtual-list-structural/src/ |
H A D | Main.java | 55 l2.add("1"); in main() 56 l2.add("2"); in main() 57 l2.add("3"); in main() 58 l2.add("4"); in main() 64 PrintListAndData(l2); in main() 66 l2.add("xyz: " + i); in main() 68 PrintListAndData(l2); in main() 76 CheckLE(getcnt.invoke(l2), 0); in main() 77 CheckLE(getcnt.invoke(l1), getcnt.invoke(l2)); in main() 80 CheckLE(getcnt.invoke(l2), getcnt.invoke(l3)); in main() [all …]
|
/aosp12/system/sepolicy/tools/sepolicy-analyze/ |
H A D | typecmp.c | 121 int idx1, struct avtab_node *l2, int idx2) in find_match() argument 126 for (c = l2; c; c = c->next) { in find_match() 160 struct avtab_node *type_rules, *l1, *l2; in analyze_types() local 228 l1 && l2; l1 = l1->next, l2 = l2->next) { in analyze_types() 229 if (l1->key.source_type != l2->key.source_type) in analyze_types() 231 if (l1->key.target_type != l2->key.target_type) in analyze_types() 234 || l1->datum.data != l2->datum.data) in analyze_types() 237 if (l1 || l2) { in analyze_types() 244 if (l1 && l2) { in analyze_types() 252 if (l2) in analyze_types() [all …]
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject); 95 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); 98 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject); 95 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); 98 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 55 (l1 eq l2); 65 (t2 != app_data_file_type or l1 dom l2 or t1 == mlstrustedsubject); 107 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 55 (l1 eq l2); 65 (t2 != app_data_file_type or l1 dom l2 or t1 == mlstrustedsubject); 107 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 55 (l1 eq l2); 65 (t2 != app_data_file_type or l1 dom l2 or t1 == mlstrustedsubject); 107 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 91 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject); 91 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | mls | 11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 15 (l1 dom l2 or t1 == mlstrustedsubject); 19 (l1 eq l2 or t1 == mlstrustedsubject); 28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject); 33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject); 48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject)); 58 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject); 60 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject); 91 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == domain); [all …]
|
/aosp12/art/test/654-checker-periodic/src/ |
H A D | Main.java | 97 float l2 = 1486662020.0f; in doitUpFloatAlt() local 100 lF = l2; in doitUpFloatAlt() 101 l2 = old; in doitUpFloatAlt() 116 float l2 = 1486662020.0f; in doitDownFloatAlt() local 119 lF = l2; in doitDownFloatAlt() 120 l2 = old; in doitDownFloatAlt()
|
/aosp12/art/compiler/optimizing/ |
H A D | load_store_analysis.cc | 32 static bool CanIntegerRangesOverlap(int64_t l1, int64_t h1, int64_t l2, int64_t h2) { in CanIntegerRangesOverlap() argument 33 return std::max(l1, l2) <= std::min(h1, h2); in CanIntegerRangesOverlap() 57 int64_t l2 = 0; in CanBinaryOpAndIndexAlias() local 59 int64_t h2 = l2 + (vector_length2 - 1); in CanBinaryOpAndIndexAlias() 60 return CanIntegerRangesOverlap(l1, h1, l2, h2); in CanBinaryOpAndIndexAlias() 86 int64_t l2 = idx2->IsAdd() ? in CanBinaryOpsAlias() local 90 int64_t h2 = l2 + (vector_length2 - 1); in CanBinaryOpsAlias() 91 return CanIntegerRangesOverlap(l1, h1, l2, h2); in CanBinaryOpsAlias() 228 int64_t l2 = idx2->AsIntConstant()->GetValue(); in CanArrayElementsAlias() local 232 int64_t h2 = l2 + (vector_length2 - 1); in CanArrayElementsAlias() [all …]
|
/aosp12/build/soong/scripts/ |
H A D | build_broken_logs.go | 107 func Merge(l, l2 Log) Log { 117 l.BuildBroken[n] = l2.BuildBroken[n] 120 for n, v := range l2.BuildBroken { 127 if l.HasBroken[n] < l2.HasBroken[n] { 128 l.HasBroken[n] = l2.HasBroken[n] 131 for n := range l2.HasBroken { 133 l.HasBroken[n] = l2.HasBroken[n]
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestBase.java | 54 static void assertEquals(long l1, long l2) { in assertEquals() argument 55 if (l1 == l2) { in assertEquals() 58 throw new AssertionError("assertEquals l1: " + l1 + ", l2: " + l2); in assertEquals()
|
/aosp12/art/test/168-vmstack-annotated/src/ |
H A D | Main.java | 117 LinkedList<Object> l2 = new LinkedList<>(); in testCluster1() local 128 l2.add(o4); in testCluster1() 129 l2.add(o2); in testCluster1() 130 l2.add(o1); in testCluster1() 144 Thread t2 = new Thread(new Runner(l2, b2)); in testCluster1()
|
/aosp12/art/test/178-app-image-native-method/src/ |
H A D | Main.java | 445 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument 464 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument 483 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument 499 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument 518 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument 537 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument 833 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() argument
|
/aosp12/art/test/646-checker-long-const-to-int/src/ |
H A D | Main.java | 44 long l2 = longField2; in test() local 50 if (l0 != 0 || l1 != 0 || l2 != 0 || l3 != 0 || l4 != 0 || l5 != 0 || l6 != 0 || l7 != 0) { in test()
|
/aosp12/art/test/178-app-image-native-method/ |
H A D | native_methods.cc | 31 jint i2, jlong l2, jfloat f2, jdouble d2, in VerifyManyParameters() argument 40 (i2 == 21) && (l2 == 22) && (f2 == 23.0) && (d2 == 24.0) && in VerifyManyParameters() 60 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_Test_nativeMethodWithManyParameters() argument 69 i2, l2, f2, d2, in Java_Test_nativeMethodWithManyParameters() 90 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_TestFast_nativeMethodWithManyParameters() argument 99 i2, l2, f2, d2, in Java_TestFast_nativeMethodWithManyParameters() 119 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_TestCritical_nativeMethodWithManyParameters() argument 128 i2, l2, f2, d2, in Java_TestCritical_nativeMethodWithManyParameters() 630 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_CriticalClinitCheck_nativeMethodWithManyParameters() argument 639 i2, l2, f2, d2, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/aosp12/art/test/578-bce-visit/src/ |
H A D | Main.java | 33 int l2 = ( -384); in doit() local 37 int l4 = ((l2--) & mX); in doit()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/security/ |
H A D | SecurityFeatureProviderImplTest.java | 57 final LockPatternUtils l2 = mImpl.getLockPatternUtils(mContext); in getLockPatternUtils_shouldReturnCache() local 59 assertThat(l1).isSameInstanceAs(l2); in getLockPatternUtils_shouldReturnCache()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | AidlTest.java | 337 long[] l2 = new long[]{53, 54, 55}; in testArrays() local 338 long[] lr = mRemote.longArray(l0, l1, l2); in testArrays() 346 assertEquals(50, l2[0]); in testArrays() 347 assertEquals(54, l2[1]); in testArrays() 348 assertEquals(55, l2[2]); in testArrays()
|