Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp427 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local
428 unsigned int idx = testRandMod(selectedFrames[n1].size()); in main()
429 sp<GraphicBuffer> gBuf = selectedFrames[n1][idx]; in main()
430 hwc_layer_1_t *layer = &list->hwLayers[n1]; in main()
491 for (unsigned int n1 = 0; n1 < numSet; n1++) { in main() local
498 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local
499 unsigned int idx = testRandMod(selectedFrames[n1].size()); in main()
500 sp<GraphicBuffer> gBuf = selectedFrames[n1][idx]; in main()
501 hwc_layer_1_t *layer = &list->hwLayers[n1]; in main()
640 for (size_t n1 = 0; n1 < vec.size(); n1++) { in vectorOr() local
[all …]
DhwcRects.cpp265 for (unsigned int n1 = 0; n1 < argNext.length(); n1++) { in main() local
266 switch(argNext[n1]) { in main()
552 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
553 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
DhwcTestLib.cpp362 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local
363 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) { in hwcTestGraphicFormatLookup()
364 return &hwcTestGraphicFormat[n1]; in hwcTestGraphicFormatLookup()
376 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local
377 if (id == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormatLookup()
378 return &hwcTestGraphicFormat[n1]; in hwcTestGraphicFormatLookup()
392 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormat2str() local
393 if (format == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormat2str()
394 return hwcTestGraphicFormat[n1].desc; in hwcTestGraphicFormat2str()
DhwcColorEquiv.cpp435 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
436 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
DhwcCommit.cpp396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in main() local
397 formats.push_back(hwcTestGraphicFormat[n1].desc); in main()
1440 for (unsigned int n1 = 0; n1 < hwcList->numHwLayers; n1++) { in numOverlays() local
1441 if (hwcList->hwLayers[n1].compositionType == HWC_OVERLAY) { in numOverlays()
1557 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
1558 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
/frameworks/base/libs/common_time/
Dcommon_clock.cpp131 uint32_t n1 = local_to_common_freq_numer_; in setSlew() local
138 LinearTransform::reduce(&n1, &d2); in setSlew()
144 cur_trans_.a_to_b_numer = n1 * n2; in setSlew()
/frameworks/support/tests/java/android/support/v4/app/
DNotificationCompatWearableExtenderTest.java199 private void assertNotificationsEqual(Notification n1, Notification n2) { in assertNotificationsEqual() argument
200 assertEquals(n1.icon, n2.icon); in assertNotificationsEqual()
201 assertBundlesEqual(n1.extras, n2.extras); in assertNotificationsEqual()
202 assertExtendersEqual(new Notification.WearableExtender(n1), in assertNotificationsEqual()
/frameworks/base/tests/backup/
Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')