Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp428 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local
429 unsigned int idx = testRandMod(selectedFrames[n1].size()); in main()
430 sp<GraphicBuffer> gBuf = selectedFrames[n1][idx]; in main()
431 hwc_layer_1_t *layer = &list->hwLayers[n1]; in main()
492 for (unsigned int n1 = 0; n1 < numSet; n1++) { in main() local
499 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) { in main() local
500 unsigned int idx = testRandMod(selectedFrames[n1].size()); in main()
501 sp<GraphicBuffer> gBuf = selectedFrames[n1][idx]; in main()
502 hwc_layer_1_t *layer = &list->hwLayers[n1]; in main()
641 for (size_t n1 = 0; n1 < vec.size(); n1++) { in vectorOr() local
[all …]
DhwcRects.cpp264 for (unsigned int n1 = 0; n1 < argNext.length(); n1++) { in main() local
265 switch(argNext[n1]) { in main()
550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
551 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
DhwcTestLib.cpp360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local
361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) { in hwcTestGraphicFormatLookup()
362 return &hwcTestGraphicFormat[n1]; in hwcTestGraphicFormatLookup()
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup() local
375 if (id == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormatLookup()
376 return &hwcTestGraphicFormat[n1]; in hwcTestGraphicFormatLookup()
390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormat2str() local
391 if (format == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormat2str()
392 return hwcTestGraphicFormat[n1].desc; in hwcTestGraphicFormat2str()
DhwcColorEquiv.cpp433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
434 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
DhwcCommit.cpp394 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in main() local
395 formats.push_back(hwcTestGraphicFormat[n1].desc); in main()
1438 for (unsigned int n1 = 0; n1 < hwcList->numHwLayers; n1++) { in numOverlays() local
1439 if (hwcList->hwLayers[n1].compositionType == HWC_OVERLAY) { in numOverlays()
1555 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local
1556 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
/frameworks/base/libs/common_time/
Dcommon_clock.cpp132 uint32_t n1 = local_to_common_freq_numer_; in setSlew() local
139 LinearTransform::reduce(&n1, &d2); in setSlew()
145 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/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DQuaternion.java126 double n1 = 2 * (x[0] * (v1 * x[0] - (x[3] * v0 - x[1] * v2)) + s * x[2]) - v1; in rotateVec() local
129 return new double[]{n0, n1, n2}; in rotateVec()
/frameworks/base/tests/backup/
Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptGroup.java858 for (Node n1 : mNodes) { in calcOrder()
859 n1.mSeen = false; in calcOrder()
866 public int compare(Node n1, Node n2) { in calcOrder()
867 return n1.mOrder - n2.mOrder; in calcOrder()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...