/frameworks/av/media/libaaudio/scripts/ |
D | synthmark_tests.txt | 4 adb shell synthmark -tj -n1 -N50 -B2 -z0 5 adb shell synthmark -tj -n1 -N75 -B2 -z0 6 adb shell synthmark -tj -n1 -N100 -B2 -z0 9 adb shell synthmark -tj -n1 -N50 -B2 -z1 10 adb shell synthmark -tj -n1 -N75 -B2 -z1 11 adb shell synthmark -tj -n1 -N100 -B2 -z1 16 # adb shell synthmark -tj -n1 -N50 -B2 -z1 17 # adb shell synthmark -tj -n1 -N75 -B2 -z1 18 # adb shell synthmark -tj -n1 -N100 -B2 -z1 23 # adb shell synthmark -tj -n1 -N50 -B2 -z1 [all …]
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcStress.cpp | 428 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 …]
|
D | hwcRects.cpp | 264 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()
|
D | hwcTestLib.cpp | 360 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()
|
D | hwcColorEquiv.cpp | 433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax() local 434 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
|
D | hwcCommit.cpp | 396 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/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 257 Notification n1 = builder.build(); in allPendingIntents_recollectedAfterReusingBuilder() local 258 n1.writeToParcel(p, 0); in allPendingIntents_recollectedAfterReusingBuilder() 1119 Notification n1 = new Notification.Builder(mContext, "test").setSmallIcon(1).build(); in areIconsDifferent_sameSmallIcon_false() local 1122 assertThat(Notification.areIconsDifferent(n1, n2)).isFalse(); in areIconsDifferent_sameSmallIcon_false() 1127 Notification n1 = new Notification.Builder(mContext, "test").setSmallIcon(1).build(); in areIconsDifferent_differentSmallIcon_true() local 1130 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_differentSmallIcon_true() 1137 Notification n1 = new Notification.Builder(mContext, "test") in areIconsDifferent_sameLargeIcon_false() local 1145 assertThat(Notification.areIconsDifferent(n1, n2)).isFalse(); in areIconsDifferent_sameLargeIcon_false() 1152 Notification n1 = new Notification.Builder(mContext, "test") in areIconsDifferent_differentLargeIcon_true() local 1157 assertThat(Notification.areIconsDifferent(n1, n2)).isTrue(); in areIconsDifferent_differentLargeIcon_true() [all …]
|
D | PropertyInvalidatedCacheTests.java | 367 String n1; in testPropertyNames() local 368 n1 = PropertyInvalidatedCache.createPropertyName( in testPropertyNames() 370 assertEquals(n1, "cache_key.system_server.get_package_info"); in testPropertyNames() 371 n1 = PropertyInvalidatedCache.createPropertyName( in testPropertyNames() 373 assertEquals(n1, "cache_key.system_server.get_package_info"); in testPropertyNames() 374 n1 = PropertyInvalidatedCache.createPropertyName( in testPropertyNames() 376 assertEquals(n1, "cache_key.bluetooth.get_state"); in testPropertyNames()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | NotificationHelper.java | 69 Notification n1 = e1.getSbn().getNotification(); 72 boolean missedCall1 = isMissedCall(n1); 83 getMessagingStyleMessages(n1); 99 return (int) (n2.getWhen() - n1.getWhen());
|
/frameworks/base/core/tests/privacytests/src/android/privacy/ |
D | LongitudinalReportingEncoderTest.java | 298 final int n1 = 1000; in testLongitudinalReportingEncoder_basicPRRTest() local 300 final double expectedTrueSum1 = n1 * p1; in testLongitudinalReportingEncoder_basicPRRTest() 301 final double valueRange1 = 5 * Math.sqrt(n1 * p1 * (1 - p1)); in testLongitudinalReportingEncoder_basicPRRTest() 303 for (int i = 0; i < n1; i++) { in testLongitudinalReportingEncoder_basicPRRTest()
|
/frameworks/base/tests/backup/ |
D | test_restore.sh | 69 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/ |
D | Quaternion.java | 126 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/rs/support/java/src/androidx/renderscript/ |
D | ScriptGroup.java | 863 for (Node n1 : mNodes) { in calcOrder() 864 n1.mSeen = false; in calcOrder() 871 public int compare(Node n1, Node n2) { in calcOrder() 872 return n1.mOrder - n2.mOrder; in calcOrder()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationComparatorTest.java | 149 Notification n1 = new Notification.Builder(mMockContext, TEST_CHANNEL_ID) in setUp() local 154 callPkg, 1, "minCall", callUid, callUid, n1, in setUp()
|
D | NotificationManagerServiceTest.java | 7369 Notification n1 = new Notification.Builder(mContext, "channel") in testVisualDifference_sameImages() local 7374 NotificationRecord r1 = notificationToRecord(n1); in testVisualDifference_sameImages() 7383 Notification n1 = new Notification.Builder(mContext, "channel") in testVisualDifference_differentSmallImage() local 7388 NotificationRecord r1 = notificationToRecord(n1); in testVisualDifference_differentSmallImage() 7398 Notification n1 = new Notification.Builder(mContext, "channel") in testVisualDifference_differentLargeImage() local 7403 NotificationRecord r1 = notificationToRecord(n1); in testVisualDifference_differentLargeImage()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 2944 PhoneNumber n1; in areSamePhoneNumber() local 2952 n1 = util.parseAndKeepRawInput(number1, defaultCountryIso); in areSamePhoneNumber() 2958 PhoneNumberUtil.MatchType matchType = util.isNumberMatch(n1, n2); in areSamePhoneNumber() 2963 return (n1.getNationalNumber() == n2.getNationalNumber() in areSamePhoneNumber() 2964 && n1.getCountryCode() == n2.getCountryCode()); in areSamePhoneNumber()
|
/frameworks/base/core/res/geoid_map_assets/ |
D | geoid-height-disk-tile-1.textpb | 2 …247\003OSR/\"\236\271\251\024\343\275H\255R\243T\312\325<n*u~*)rG\265D\330\n1\326\230\rH\207\006\2…
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | audio | 425 …���]�b�o����Z���:�h�ܺ���Ci�+?�����-)�6fºƫ���U�J<C�UL�p��qo4<���ע}�n1��E)���&�,<�R��) �f… 681 …���]�b�o����Z���:�h�ܺ���Ci�+?�����-)�6fºƫ���U�J<C�UL�p��qo4<���ע}�n1��E)���&�,<�R��) �f…
|
D | index9 | 994 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1563 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1566 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|
D | index13 | 993 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1562 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1565 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|
D | index15 | 1006 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1575 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1578 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|
D | index11 | 994 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1563 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1566 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|
D | index10 | 998 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1567 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1570 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|
D | index18 | 992 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1561 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1564 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|
D | index16 | 1011 …���5:G`�V��ߡ���C�T@�����A�h��Wш?��yn1�Ј�-��$Z���2�k�xS��Ъ ia*-��,xp�� �=J����4fp���q�… 1580 …�xŕ`���p�ͮ���͡f�O5ѥ��݇��B��Ą��d+�/���G�XM�K���'����p��ɛ��ݰ��ZXü�A?n1��Us�>H�Y��/����3�x… 1583 ��k����;����y�h��D��=}��z�BV/���^�J�������ew�?E��JJ}�����3�G�\-n1~���Q�S9t��RĈҞ��l'Q…
|