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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp428 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) {
429 unsigned int idx = testRandMod(selectedFrames[n1].size());
430 sp<GraphicBuffer> gBuf = selectedFrames[n1][idx];
431 hwc_layer_1_t *layer = &list->hwLayers[n1];
492 for (unsigned int n1 = 0; n1 < numSet; n1++) {
499 for (unsigned int n1
[all...]
H A DhwcRects.cpp264 for (unsigned int n1 = 0; n1 < argNext.length(); n1++) {
265 switch(argNext[n1]) {
550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
551 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcTestLib.cpp360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
362 return &hwcTestGraphicFormat[n1];
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
375 if (id == hwcTestGraphicFormat[n1].format) {
376 return &hwcTestGraphicFormat[n1];
[all...]
H A DhwcColorEquiv.cpp433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
434 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcCommit.cpp394 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
395 formats.push_back(hwcTestGraphicFormat[n1].desc);
1438 for (unsigned int n1 = 0; n1 < hwcList->numHwLayers; n1++) {
1439 if (hwcList->hwLayers[n1].compositionType == HWC_OVERLAY) {
1555 for (unsigned int n1 = 0; n1 < NUM
[all...]
/frameworks/base/libs/common_time/
H A Dcommon_clock.cpp131 uint32_t n1 = local_to_common_freq_numer_; local
137 // n1/d1 has already been reduced, no need to do so here.
138 LinearTransform::reduce(&n1, &d2);
144 cur_trans_.a_to_b_numer = n1 * n2;
/frameworks/base/tests/backup/
H A Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java126 double n1 = 2 * (x[0] * (v1 * x[0] - (x[3] * v0 - x[1] * v2)) + s * x[2]) - v1;
129 return new double[]{n0, n1, n2};
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationComparatorTest.java102 Notification n1 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
107 callPkg, 1, "minCall", callUid, callUid, n1,
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java858 for (Node n1 : mNodes) {
859 n1.mSeen = false;
866 public int compare(Node n1, Node n2) {
867 return n1.mOrder - n2.mOrder;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1178 milliseconds