Searched refs:n2 (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dpass-struct.c12 // CHECK: $1 = {n = 10, n2 = {20, 21}}
17 int n2[2]; member in struct:int_struct
23 s.n2[1]++;
24 return s.n > s.n2[0] ? s.n : s.n2[0];
32 s.n2[0] = 20;
33 s.n2[1] = 21;
/frameworks/base/libs/common_time/
H A Dcommon_clock.cpp132 uint32_t n2 = 1000000 + cur_slew_; local
139 LinearTransform::reduce(&n2, &d1);
140 LinearTransform::reduce(&n2, &d2);
144 cur_trans_.a_to_b_numer = n1 * n2;
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java199 private void assertNotificationsEqual(Notification n1, Notification n2) { argument
200 assertEquals(n1.icon, n2.icon);
201 assertBundlesEqual(n1.extras, n2.extras);
203 new NotificationCompat.WearableExtender(n2));
/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java237 int n2 = (wallTime.getHour() % 12 != 0) ? (wallTime.getHour() % 12) : 12;
238 numberFormatter.format(getFormat(modifier, "%2d", "%2d", "%d", "%02d"), n2);

Completed in 1240 milliseconds