Searched refs:n1 (Results 1 – 8 of 8) sorted by relevance
427 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local428 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() local498 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local499 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 …]
265 for (unsigned int n1 = 0; n1 < argNext.length(); n1++) { in main() local266 switch(argNext[n1]) { in main()552 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local553 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
362 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local363 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() local377 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() local393 if (format == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormat2str()394 return hwcTestGraphicFormat[n1].desc; in hwcTestGraphicFormat2str()
435 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local436 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in main() local397 formats.push_back(hwcTestGraphicFormat[n1].desc); in main()1440 for (unsigned int n1 = 0; n1 < hwcList->numHwLayers; n1++) { in numOverlays() local1441 if (hwcList->hwLayers[n1].compositionType == HWC_OVERLAY) { in numOverlays()1557 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local1558 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
131 uint32_t n1 = local_to_common_freq_numer_; in setSlew() local138 LinearTransform::reduce(&n1, &d2); in setSlew()144 cur_trans_.a_to_b_numer = n1 * n2; in setSlew()
199 private void assertNotificationsEqual(Notification n1, Notification n2) { in assertNotificationsEqual() argument200 assertEquals(n1.icon, n2.icon); in assertNotificationsEqual()201 assertBundlesEqual(n1.extras, n2.extras); in assertNotificationsEqual()202 assertExtendersEqual(new Notification.WearableExtender(n1), in assertNotificationsEqual()
69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')