Searched defs:two (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp10 // CHECK: in two
21 int two() function
28 return two();
/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DDistroFormatVersionTest.java39 DistroFormatVersion two = new DistroFormatVersion(1, 2);
40 assertEqualsContract(one, two);
80 private static void assertEqualsContract(DistroFormatVersion one, DistroFormatVersion two) { argument
81 assertEquals(one, two);
82 assertEquals(one.hashCode(), two.hashCode());
H A DDistroRulesVersionTest.java39 DistroRulesVersion two = new DistroRulesVersion("2016a", 2);
40 assertEqualsContract(one, two);
80 private static void assertEqualsContract(DistroRulesVersion one, DistroRulesVersion two) { argument
81 assertEquals(one, two);
82 assertEquals(one.hashCode(), two.hashCode());
H A DRulesStateTest.java44 RulesState two = new RulesState(
48 assertEqualsContract(one, two);
135 private static void assertEqualsContract(RulesState one, RulesState two) { argument
136 assertEquals(one, two);
137 assertEquals(one.hashCode(), two.hashCode());
/frameworks/base/tools/aapt2/integration-tests/StaticLibTest/LibTwo/src/com/android/aapt/staticlib/two/
H A DStaticLibTwo.java16 package com.android.aapt.staticlib.two;
24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp27 int two = 2; member in struct:SimplePair
42 EXPECT_EQ(2, pair->two);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserInfoTest.java137 private void assertUserInfoEquals(UserInfo one, UserInfo two) { argument
138 assertEquals("Id not preserved", one.id, two.id);
139 assertEquals("Name not preserved", one.name, two.name);
140 assertEquals("Icon path not preserved", one.iconPath, two.iconPath);
141 assertEquals("Flags not preserved", one.flags, two.flags);
143 two.profileGroupId);
145 two.restrictedProfileParentId);
146 assertEquals("profile badge not preseved", one.profileBadge, two.profileBadge);
147 assertEquals("partial not preseved", one.partial, two.partial);
148 assertEquals("guestToRemove not preseved", one.guestToRemove, two
[all...]
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h38 Data() : one(1), two(2), three(3), four(4) {}
45 two = pTwo;
52 two = -2;
58 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h25 Data() : one(1), two(2), three(3), four(4) {}
32 two = pTwo;
39 two = -2;
45 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNitzStateMachine.java452 private static boolean offsetInfoDiffers(NitzData one, NitzData two) { argument
453 return one.getLocalOffsetMillis() != two.getLocalOffsetMillis()
454 || one.isDst() != two.isDst();
/frameworks/base/core/java/android/text/
H A DTextUtils.java260 CharSequence two, int ooffset,
270 getChars(two, ooffset, ooffset + len, temp, len);
1611 * If the number of parameters is at least two, any null CharSequence among the parameters is
259 regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) argument

Completed in 298 milliseconds