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.java655 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); in removeContextRegistrations() local
658 + rd.getIntentReceiver() + " that was " + in removeContextRegistrations()
661 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()
668 rd.getIIntentReceiver()); in removeContextRegistrations()
710 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local
715 rd = map.get(r); in getReceiverDispatcher()
718 if (rd == null) { in getReceiverDispatcher()
719 rd = new ReceiverDispatcher(r, context, handler, in getReceiverDispatcher()
726 map.put(r, rd); in getReceiverDispatcher()
729 rd.validate(context, handler); in getReceiverDispatcher()
[all …]
DContextImpl.java891 IIntentReceiver rd = null; in sendOrderedBroadcast() local
897 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcast()
904 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcast()
914 mMainThread.getApplicationThread(), intent, resolvedType, rd, in sendOrderedBroadcast() local
978 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local
984 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcastAsUser()
991 rd = new LoadedApk.ReceiverDispatcher(resultReceiver, getOuterContext(), in sendOrderedBroadcastAsUser()
1001 mMainThread.getApplicationThread(), intent, resolvedType, rd, in sendOrderedBroadcastAsUser() local
1032 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local
1038 rd = mPackageInfo.getReceiverDispatcher( in sendStickyOrderedBroadcast()
[all …]
/frameworks/base/core/java/android/widget/
DProgressBar.java1247 final RefreshData rd = mRefreshData.get(i); in run() local
1248 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true); in run()
1249 rd.recycle(); in run()
1267 RefreshData rd = sPool.acquire(); in obtain() local
1268 if (rd == null) { in obtain()
1269 rd = new RefreshData(); in obtain()
1271 rd.id = id; in obtain()
1272 rd.progress = progress; in obtain()
1273 rd.fromUser = fromUser; in obtain()
1274 return rd; in obtain()
[all …]
DToolbar.java1482 final int rd = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[1]; in onLayout() local
1483 right -= Math.max(0, rd); in onLayout()
1484 collapsingMargins[1] = Math.max(0, -rd); in onLayout()
/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/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM_s.h423 _M_OPC $op,$rd,$rn,$const
429 $op $rd, $rn, #_cst
436 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
438 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM_s.h420 _M_OPC $op,$rd,$rn,$const
426 $op $rd, $rn, #_cst
433 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
435 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
/frameworks/base/docs/html/ndk/guides/
Dcpu-arm-neon.jd12 <li><a href="#rd">Runtime Detection</a></li>
75 <h2 id="rd">Runtime Detection</h2>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt13 WifiService: Implements the IWifiManager 3rd party API. The API and the device state information (s…
/frameworks/base/docs/html/training/testing/ui-testing/
Dindex.jd56 might want to test that your camera app shares images correctly with a 3rd-party social media app,
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DExportLicensesTask.groovy163 notice.append("List of 3rd party licenses:")
/frameworks/base/docs/html/sdk/installing/
Dstudio-build.jd73 <li>The dex tool converts the .class files to Dalvik byte code. Any 3rd party libraries and
Dmigrate.jd141 Setup Wizard synchronization, 3rd-party library access, access to remote repositories,
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd59 <li>Support for user installation of 3rd party keyboards</li>
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1502 final int rd = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[1]; in onLayout() local
1503 right -= Math.max(0, rd); in onLayout()
1504 collapsingMargins[1] = Math.max(0, -rd); in onLayout()
/frameworks/base/docs/html/tools/studio/
Dstudio-config.jd90 internet connection for Setup Wizard synchronization, 3rd-party library access, access to remote