Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java882 protected void createRandomWspHeader(byte[] arr, Random rd, int headerStart, in createRandomWspHeader() argument
911 type = rd.nextInt(3); in createRandomWspHeader()
918 add = 1 + rd.nextInt(29); in createRandomWspHeader()
921 add = 2 + rd.nextInt(10); in createRandomWspHeader()
931 arr[index] = (byte) (0x80 | rd.nextInt(128)); in createRandomWspHeader()
944 tmpVal = rd.nextInt(255); in createRandomWspHeader()
953 tmpVal = rd.nextInt(127); in createRandomWspHeader()
993 type = rd.nextInt(4); in createRandomWspHeader()
1010 add = 1 + rd.nextInt(29); in createRandomWspHeader()
1014 add = 2 + rd.nextInt(10); in createRandomWspHeader()
[all …]
/frameworks/base/core/java/android/app/
DLoadedApk.java1549 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); in removeContextRegistrations() local
1552 + rd.getIntentReceiver() + " that was " + in removeContextRegistrations()
1555 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()
1562 rd.getIIntentReceiver()); in removeContextRegistrations()
1604 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local
1609 rd = map.get(r); in getReceiverDispatcher()
1612 if (rd == null) { in getReceiverDispatcher()
1613 rd = new ReceiverDispatcher(mActivityThread.getApplicationThread(), r, context, in getReceiverDispatcher()
1620 map.put(r, rd); in getReceiverDispatcher()
1623 rd.validate(context, handler); in getReceiverDispatcher()
[all …]
DContextImpl.java1447 IIntentReceiver rd = null; in sendOrderedBroadcast() local
1453 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcast()
1460 rd = new LoadedApk.ReceiverDispatcher(mMainThread.getApplicationThread(), in sendOrderedBroadcast()
1472 rd, initialCode, initialData, initialExtras, receiverPermissions, in sendOrderedBroadcast() local
1555 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local
1561 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcastAsUser()
1568 rd = new LoadedApk.ReceiverDispatcher(mMainThread.getApplicationThread(), in sendOrderedBroadcastAsUser()
1580 rd, initialCode, initialData, initialExtras, receiverPermissions, in sendOrderedBroadcastAsUser() local
1675 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local
1681 rd = mPackageInfo.getReceiverDispatcher( in sendStickyOrderedBroadcast()
[all …]
/frameworks/base/core/java/android/widget/
DProgressBar.java1522 final RefreshData rd = mRefreshData.get(i); in run() local
1523 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true, rd.animate); in run()
1524 rd.recycle(); in run()
1543 RefreshData rd = sPool.acquire(); in obtain() local
1544 if (rd == null) { in obtain()
1545 rd = new RefreshData(); in obtain()
1547 rd.id = id; in obtain()
1548 rd.progress = progress; in obtain()
1549 rd.fromUser = fromUser; in obtain()
1550 rd.animate = animate; in obtain()
[all …]
DToolbar.java1942 final int rd = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[1]; in onLayout() local
1943 right -= Math.max(0, rd); in onLayout()
1944 collapsingMargins[1] = Math.max(0, -rd); in onLayout()
/frameworks/base/cmds/idmap2/libidmap2/
DFileUtils.cpp59 static thread_local std::random_device rd; in RandomStringForPath() local
62 out_rand[i] = kChars[dist(rd)]; in RandomStringForPath()
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dnumeric.h109 std::random_device rd; variable
110 std::mt19937 gen(rd());
119 std::random_device rd; variable
120 std::mt19937 gen(rd());
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1128 uint8_t rd = GetBits<7, 5>(); in DecodeCompressedLi() local
1132 .dst = rd, in DecodeCompressedLi()
1248 uint8_t rd = GetBits<7, 5>(); in DecodeCompressedLuiAddi16sp() local
1249 if (rd != 2) { in DecodeCompressedLuiAddi16sp()
1252 .dst = rd, in DecodeCompressedLuiAddi16sp()
1284 uint8_t rd = GetBits<2, 3>(); in DecodeCompressedLoadStore() local
1291 .data = uint8_t(8 + rd), in DecodeCompressedLoadStore()
1297 .dst = uint8_t(8 + rd), in DecodeCompressedLoadStore()
1309 uint8_t rd = GetBits<7, 5>(); in DecodeCompressedLoadsp() local
1322 .dst = rd, in DecodeCompressedLoadsp()
[all …]
/frameworks/av/media/module/codecs/amrnb/common/include/
Dmpy_32.h153 register Word32 rd = L_var2_lo;
174 : "r"(ra), "r"(rd)
Dbasic_op_arm_gcc_v5.h341 register Word32 rd = L_var2_lo; in Mpy_32() local
362 : "r"(ra), "r"(rd) in Mpy_32()
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_arm64.cc2681 __uint128_t rd = ASM_INSN_WRAP_FUNC_W_RES_WW_ARG("fadd %s0, %s1, %s2")(fp_arg1, fp_arg2); in TEST() local
2682 ASSERT_EQ(rd, MakeUInt128(0x413a8f5cULL, 0U)); // 11.66 in float in TEST()
2688 __uint128_t rd = ASM_INSN_WRAP_FUNC_W_RES_WW_ARG("fadd %d0, %d1, %d2")(fp_arg1, fp_arg2); in TEST() local
2689 ASSERT_EQ(rd, MakeUInt128(0x4028f0a3d70a3d71ULL, 0U)); // 12.47 in double in TEST()
2722 __uint128_t rd = ASM_INSN_WRAP_FUNC_W_RES_WW_ARG("fsub %s0, %s1, %s2")(fp_arg1, fp_arg2); in TEST() local
2723 ASSERT_EQ(rd, MakeUInt128(0x40da8f5cULL, 0U)); // 6.83 in float in TEST()
2729 __uint128_t rd = ASM_INSN_WRAP_FUNC_W_RES_WW_ARG("fsub %d0, %d1, %d2")(fp_arg1, fp_arg2); in TEST() local
2730 ASSERT_EQ(rd, MakeUInt128(0x4002f5c28f5c28f6ULL, 0U)); // 2.37 in double in TEST()
3072 __uint128_t rd = ASM_INSN_WRAP_FUNC_W_RES_WW_ARG("fmul %s0, %s1, %s2")(fp_arg1, fp_arg2); in TEST() local
3073 ASSERT_EQ(rd, MakeUInt128(0x420a2b03ULL, 0U)); // 34.5420 in float in TEST()
[all …]
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/fuzzer/
DREADME.md24 …4` 12. `LEVEL_AVC_4_1` 13. `LEVEL_AVC_4_2` 14. `LEVEL_AVC_5`| All bits of 3rd byte of data modulus…
25 …C_MAIN_5` 8. `LEVEL_HEVC_MAIN_5_1` 9. `LEVEL_HEVC_MAIN_5_2` | All bits of 3rd byte of data modulus…
/frameworks/base/services/tests/powerstatstests/src/com/android/server/powerstats/
DPowerStatsServiceTest.java488 Random rd = new Random(); in testCorruptOnDeviceMeterStorage() local
490 rd.nextBytes(bytes); in testCorruptOnDeviceMeterStorage()
531 Random rd = new Random(); in testCorruptOnDeviceModelStorage() local
533 rd.nextBytes(bytes); in testCorruptOnDeviceModelStorage()
572 Random rd = new Random(); in testCorruptOnDeviceResidencyStorage() local
574 rd.nextBytes(bytes); in testCorruptOnDeviceResidencyStorage()
763 Random rd = new Random(); in testDataStorageDeletedMeterMismatch() local
765 rd.nextBytes(bytes); in testDataStorageDeletedMeterMismatch()
843 Random rd = new Random(); in testDataStorageDeletedModelMismatch() local
845 rd.nextBytes(bytes); in testDataStorageDeletedModelMismatch()
[all …]
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp133 std::random_device rd; in TEST_F() local
134 std::mt19937 gen{rd()}; in TEST_F()
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dstderr.txt.expect4 reflection3264_invokable_mismatch.rscript:13:6: error: 3rd invokable function is 'c32' for 32-bit t…
/frameworks/av/media/mtp/tests/MtpFfsHandleTest/
DMtpFfsHandle_test.cpp236 std::random_device rd; in TYPED_TEST() local
237 std::mt19937 gen(rd()); in TYPED_TEST()
327 std::random_device rd; in TYPED_TEST() local
328 std::mt19937 gen(rd()); in TYPED_TEST()
/frameworks/av/media/module/codecs/amrwb/enc/inc/
Dqisf_ns.tab201 * 3rd split: isf5 to isf7
Dqpisf_2s.tab800 * 2nd stage codebook; 3rd split: isf2_6 to isf2_8
/frameworks/av/media/libstagefright/writer_fuzzers/
DREADME.md33 | `channel-count` | In the range `0 to INT32_MAX` | All the bits of 3rd byte to 6th bytes of data i…
35 | `height` | In the range `0 to INT32_MAX` | All the bits of 3rd byte to 6th bytes of data if first…
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
DREADME.md104 | `encHeight` | In the range `0 to 10239` | All the bits of 3rd and 4th byte of data |
112 | `encHeight` | 0. `96` 1. `144` 2. `288` 3. `576` 4. `1152 ` | All the bits of 3rd byte of data mo…
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp543 std::random_device rd; in Consume() local
544 std::mt19937 gen(rd()); in Consume()
/frameworks/base/core/res/geoid_map_assets/
Dexpiration-distance-disk-tile-b.textpb2 …Q\267(\213<\217\204\345\317\216\216\036=\216\202\242\024<\352O\206\243\310\rd\230\344i\242\r\243\3…
Dgeoid-height-disk-tile-5.textpb2rd\334\302A<U\tc\000\325w\214\036\325Y\342\250\305\256{T\313g\221\322\232\366\333\017JU^9\246\313n…
/frameworks/base/core/res/
DAndroid.bp126 // so they are not accessible to 3rd party apps.
/frameworks/base/
DAndroid.bp23 // if you intend for 3rd parties to be able to send those objects

12