Home
last modified time | relevance | path

Searched refs:tuple2 (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DStateListAnimatorTest.java103 StateListAnimator.Tuple tuple2 = stateListAnimator.getTuples().get(1); in testStateListLoading() local
104 assertEquals("Second tuple should have two specs", 2, tuple2.getSpecs().length); in testStateListLoading()
106 StateSet.stateSetMatches(tuple2.getSpecs(), in testStateListLoading()
/aosp12/system/libvintf/analyze_matrix/
H A Dhals_for_release.py255 def GetReport(tuple1, tuple2, args): argument
262 level2, (level_name2, instances2) = tuple2
314 for tuple1, tuple2 in zip(sorted_matrices, sorted_matrices[1:]):
315 print(GetReport(tuple1, tuple2, args))
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresenceTest.java86 Tuple tuple2 = getTuple(Basic.OPEN, serviceId2, description2, contact); in testSerializing() local
91 presence.addTuple(tuple2); in testSerializing()