Home
last modified time | relevance | path

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

/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.java1430 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); in removeContextRegistrations() local
1433 + rd.getIntentReceiver() + " that was " + in removeContextRegistrations()
1436 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()
1443 rd.getIIntentReceiver()); in removeContextRegistrations()
1485 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local
1490 rd = map.get(r); in getReceiverDispatcher()
1493 if (rd == null) { in getReceiverDispatcher()
1494 rd = new ReceiverDispatcher(r, context, handler, in getReceiverDispatcher()
1501 map.put(r, rd); in getReceiverDispatcher()
1504 rd.validate(context, handler); in getReceiverDispatcher()
[all …]
DContextImpl.java1354 IIntentReceiver rd = null; in sendOrderedBroadcast() local
1360 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcast()
1367 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcast()
1378 rd, initialCode, initialData, initialExtras, receiverPermissions, in sendOrderedBroadcast() local
1460 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local
1466 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcastAsUser()
1473 rd = new LoadedApk.ReceiverDispatcher(resultReceiver, getOuterContext(), in sendOrderedBroadcastAsUser()
1484 rd, initialCode, initialData, initialExtras, receiverPermissions, in sendOrderedBroadcastAsUser() local
1579 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local
1585 rd = mPackageInfo.getReceiverDispatcher( in sendStickyOrderedBroadcast()
[all …]
/frameworks/base/core/java/android/widget/
DProgressBar.java1512 final RefreshData rd = mRefreshData.get(i); in run() local
1513 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true, rd.animate); in run()
1514 rd.recycle(); in run()
1533 RefreshData rd = sPool.acquire(); in obtain() local
1534 if (rd == null) { in obtain()
1535 rd = new RefreshData(); in obtain()
1537 rd.id = id; in obtain()
1538 rd.progress = progress; in obtain()
1539 rd.fromUser = fromUser; in obtain()
1540 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.cpp57 std::random_device rd; in RandomStringForPath() local
60 out_rand[i] = kChars[dist(rd) % (kCharLastIndex)]; 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/av/media/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/base/services/tests/servicestests/src/com/android/server/powerstats/
DPowerStatsServiceTest.java436 Random rd = new Random(); in testCorruptOnDeviceMeterStorage() local
438 rd.nextBytes(bytes); in testCorruptOnDeviceMeterStorage()
479 Random rd = new Random(); in testCorruptOnDeviceModelStorage() local
481 rd.nextBytes(bytes); in testCorruptOnDeviceModelStorage()
520 Random rd = new Random(); in testCorruptOnDeviceResidencyStorage() local
522 rd.nextBytes(bytes); in testCorruptOnDeviceResidencyStorage()
711 Random rd = new Random(); in testDataStorageDeletedMeterMismatch() local
713 rd.nextBytes(bytes); in testDataStorageDeletedMeterMismatch()
791 Random rd = new Random(); in testDataStorageDeletedModelMismatch() local
793 rd.nextBytes(bytes); in testDataStorageDeletedModelMismatch()
[all …]
/frameworks/av/media/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/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/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/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/core/res/
DAndroid.bp124 // so they are not accessible to 3rd party apps.
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp451 std::random_device rd; in nBufferUpdates() local
452 std::mt19937_64 gen(rd()); in nBufferUpdates()
/frameworks/base/
DAndroid.bp23 // if you intend for 3rd parties to be able to send those objects
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md40 …tomTile.java): Equivalent to the tiles in the previous item, but used for 3rd party tiles. In dept…
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2084 // the package of the 3rd party app in the PKG field.
2090 // the package of the 3rd party app in the PKG field.
2096 // the package of the 3rd party app in the PKG field.
/frameworks/proto_logging/stats/
Datoms.proto15583 // 3rd API will be included in the data for this shard.
/frameworks/base/services/
Dart-profile35203 HSPLcom/android/server/policy/PermissionPolicyService;->$r8$lambda$rd-wRS1VmTcWPlWJqKsNJNLcaT4(Lcom…