Home
last modified time | relevance | path

Searched defs:two (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/timezone/
DDistroFormatVersionTest.java40 DistroFormatVersion two = new DistroFormatVersion(1, 2); in equalsAndHashCode() local
81 private static void assertEqualsContract(DistroFormatVersion one, DistroFormatVersion two) { in assertEqualsContract()
DDistroRulesVersionTest.java40 DistroRulesVersion two = new DistroRulesVersion("2016a", 2); in equalsAndHashCode() local
81 private static void assertEqualsContract(DistroRulesVersion one, DistroRulesVersion two) { in assertEqualsContract()
DRulesStateTest.java43 RulesState two = new RulesState( in equalsAndHashCode() local
134 private static void assertEqualsContract(RulesState one, RulesState two) { in assertEqualsContract()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java59 ViewOne two = new ViewOne(mContext); in testLayout3() local
98 TextView two = new TextView(mContext); in testLayout6() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp21 int two() in two() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_enum_class_nano.proto47 optional MessageScopeEnum two = 2 [ default = TWO ]; field
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h58 unsigned int two; member
DLinearAllocatorTest.h45 unsigned int two; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteTest.java1637 TestAllTypesLite two = TestAllTypesLite.parseFrom(bytes); in testMergeFrom_sanity() local
1661 TestAllTypesLite two = one.toBuilder().mergeFrom(one).mergeFrom(bytes).build(); in testEquals_notEqual() local
2191 TestAllTypesLite two = TestAllTypesLite.parseFrom(one.toByteArray()); in testEquals_sanity() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserInfoTest.java138 private void assertUserInfoEquals(UserInfo one, UserInfo two) { in assertUserInfoEquals()
/frameworks/base/tests/net/common/java/android/net/
DNetworkTest.java122 Network two = new Network(2); in testGetNetworkHandle() local
/frameworks/base/core/java/android/util/
DTimestampedValue.java134 @NonNull TimestampedValue<?> one, @NonNull TimestampedValue<?> two) { in referenceTimeDifference()
/frameworks/base/core/tests/coretests/src/android/util/
DTimestampedValueTest.java48 private static void assertEqualsAndHashCode(Object one, Object two) { in assertEqualsAndHashCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHardwareConfig.java201 String two = hw.toString(); in compareTo() local
/frameworks/base/libs/hwui/tests/unit/
DLinearAllocatorTests.cpp27 int two = 2; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128_unittest.cc47 uint128 two(0, 2); in TEST() local
188 uint128 two(2); in TEST() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java316 TimingSession two = new TimingSession(11, 20, 2); in testSaveTimingSession() local
337 TimingSession two = createTimingSession( in testDeleteObsoleteSessionsLocked() local
377 TimingSession two = createTimingSession( in testOnAppRemovedLocked() local
417 TimingSession two = createTimingSession( in testOnUserRemovedLocked() local
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
DCamera2UtilsTest.java172 int[] one = {1}, two = {2}; in requestSettingsSetDetectsNoopChanges() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc118 int one, const char* two, const string& three, in MustBeConstructedWithOneThroughFour()
135 int one, const char* two, const string& three, in MustBeConstructedWithOneThroughEight()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java1417 WifiDebugRingBufferStatus two = new WifiDebugRingBufferStatus(); in testRingBufferStatus() local
/frameworks/base/core/java/android/text/
DTextUtils.java305 CharSequence two, int ooffset, in regionMatches()