/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | WapPushTest.java | 878 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/ |
D | LoadedApk.java | 655 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 …]
|
D | ContextImpl.java | 891 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/ |
D | ProgressBar.java | 1247 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 …]
|
D | Toolbar.java | 1482 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/ |
D | mpy_32.h | 153 register Word32 rd = L_var2_lo; 174 : "r"(ra), "r"(rd)
|
D | basic_op_arm_gcc_v5.h | 341 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/ |
D | qisf_ns.tab | 201 * 3rd split: isf5 to isf7
|
D | qpisf_2s.tab | 800 * 2nd stage codebook; 3rd split: isf2_6 to isf2_8
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_s.h | 423 _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/ |
D | armCOMM_s.h | 420 _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/ |
D | cpu-arm-neon.jd | 12 <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/ |
D | README.txt | 13 WifiService: Implements the IWifiManager 3rd party API. The API and the device state information (s…
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | index.jd | 56 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/ |
D | ExportLicensesTask.groovy | 163 notice.append("List of 3rd party licenses:")
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-build.jd | 73 <li>The dex tool converts the .class files to Dalvik byte code. Any 3rd party libraries and
|
D | migrate.jd | 141 Setup Wizard synchronization, 3rd-party library access, access to remote repositories,
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 59 <li>Support for user installation of 3rd party keyboards</li>
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | Toolbar.java | 1502 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/ |
D | studio-config.jd | 90 internet connection for Setup Wizard synchronization, 3rd-party library access, access to remote
|