Home
last modified time | relevance | path

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

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java878 protected void createRandomWspHeader(byte[] arr, Random rd, int headerStart, in createRandomWspHeader() argument
907 type = rd.nextInt(3); in createRandomWspHeader()
914 add = 1 + rd.nextInt(29); in createRandomWspHeader()
917 add = 2 + rd.nextInt(10); in createRandomWspHeader()
927 arr[index] = (byte) (0x80 | rd.nextInt(128)); in createRandomWspHeader()
940 tmpVal = rd.nextInt(255); in createRandomWspHeader()
949 tmpVal = rd.nextInt(127); in createRandomWspHeader()
989 type = rd.nextInt(4); in createRandomWspHeader()
1006 add = 1 + rd.nextInt(29); in createRandomWspHeader()
1010 add = 2 + rd.nextInt(10); in createRandomWspHeader()
[all …]
/frameworks/base/core/java/android/app/
DLoadedApk.java1310 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); in removeContextRegistrations() local
1313 + rd.getIntentReceiver() + " that was " + in removeContextRegistrations()
1316 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()
1323 rd.getIIntentReceiver()); in removeContextRegistrations()
1365 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local
1370 rd = map.get(r); in getReceiverDispatcher()
1373 if (rd == null) { in getReceiverDispatcher()
1374 rd = new ReceiverDispatcher(r, context, handler, in getReceiverDispatcher()
1381 map.put(r, rd); in getReceiverDispatcher()
1384 rd.validate(context, handler); in getReceiverDispatcher()
[all …]
DContextImpl.java1254 IIntentReceiver rd = null; in sendOrderedBroadcast() local
1260 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcast()
1267 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcast()
1278 rd, initialCode, initialData, initialExtras, receiverPermissions, appOp, in sendOrderedBroadcast() local
1359 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local
1365 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcastAsUser()
1372 rd = new LoadedApk.ReceiverDispatcher(resultReceiver, getOuterContext(), in sendOrderedBroadcastAsUser()
1383 rd, initialCode, initialData, initialExtras, receiverPermissions, appOp, in sendOrderedBroadcastAsUser() local
1438 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local
1444 rd = mPackageInfo.getReceiverDispatcher( in sendStickyOrderedBroadcast()
[all …]
/frameworks/base/core/java/android/widget/
DProgressBar.java1501 final RefreshData rd = mRefreshData.get(i); in run() local
1502 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true, rd.animate); in run()
1503 rd.recycle(); in run()
1522 RefreshData rd = sPool.acquire(); in obtain() local
1523 if (rd == null) { in obtain()
1524 rd = new RefreshData(); in obtain()
1526 rd.id = id; in obtain()
1527 rd.progress = progress; in obtain()
1528 rd.fromUser = fromUser; in obtain()
1529 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/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/libstagefright/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/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/
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/libstagefright/codecs/amrwbenc/inc/
Dqisf_ns.tab201 * 3rd split: isf5 to isf7
Dqpisf_2s.tab800 * 2nd stage codebook; 3rd split: isf2_6 to isf2_8
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java530 int rd = in.read(buf, 0, 8192); in getCert() local
531 if (rd == -1) { in getCert()
534 bos.write(buf, 0, rd); in getCert()
/frameworks/base/core/res/
DAndroid.bp26 // so they are not accessible to 3rd party apps.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt29 WifiService: Implements the IWifiManager 3rd party API. The API and the device
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp463 std::random_device rd; in nBufferUpdates() local
464 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.