/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | WapPushTest.java | 859 protected void createRandomWspHeader(byte[] arr, Random rd, int headerStart, in createRandomWspHeader() argument 888 type = rd.nextInt(3); in createRandomWspHeader() 895 add = 1 + rd.nextInt(29); in createRandomWspHeader() 898 add = 2 + rd.nextInt(10); in createRandomWspHeader() 908 arr[index] = (byte) (0x80 | rd.nextInt(128)); in createRandomWspHeader() 921 tmpVal = rd.nextInt(255); in createRandomWspHeader() 930 tmpVal = rd.nextInt(127); in createRandomWspHeader() 970 type = rd.nextInt(4); in createRandomWspHeader() 987 add = 1 + rd.nextInt(29); in createRandomWspHeader() 991 add = 2 + rd.nextInt(10); in createRandomWspHeader() [all …]
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 535 LoadedApk.ReceiverDispatcher rd = it.next(); in removeContextRegistrations() local 538 + rd.getIntentReceiver() + " that was " + in removeContextRegistrations() 541 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations() 548 rd.getIIntentReceiver()); in removeContextRegistrations() 587 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local 592 rd = map.get(r); in getReceiverDispatcher() 595 if (rd == null) { in getReceiverDispatcher() 596 rd = new ReceiverDispatcher(r, context, handler, in getReceiverDispatcher() 603 map.put(r, rd); in getReceiverDispatcher() 606 rd.validate(context, handler); in getReceiverDispatcher() [all …]
|
D | ContextImpl.java | 1079 IIntentReceiver rd = null; in sendOrderedBroadcast() local 1085 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcast() 1092 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcast() 1100 mMainThread.getApplicationThread(), intent, resolvedType, rd, in sendOrderedBroadcast() local 1137 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local 1143 rd = mPackageInfo.getReceiverDispatcher( in sendOrderedBroadcastAsUser() 1150 rd = new LoadedApk.ReceiverDispatcher( in sendOrderedBroadcastAsUser() 1158 mMainThread.getApplicationThread(), intent, resolvedType, rd, in sendOrderedBroadcastAsUser() local 1185 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local 1191 rd = mPackageInfo.getReceiverDispatcher( in sendStickyOrderedBroadcast() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 597 final RefreshData rd = mRefreshData.get(i); in run() local 598 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true); in run() 599 rd.recycle(); in run() 633 RefreshData rd = sPool.acquire(); in obtain() local 634 rd.id = id; in obtain() 635 rd.progress = progress; in obtain() 636 rd.fromUser = fromUser; in obtain() 637 return rd; in obtain() 704 final RefreshData rd = RefreshData.obtain(id, progress, fromUser); in refreshProgress() local 705 mRefreshData.add(rd); in refreshProgress() [all …]
|
/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/base/docs/html/google/gcm/ |
D | gcm.jd | 12 <li>Understand the role of the 3rd-party application server, and how to send messages and process r… 40 <li><a href="#server">Role of the 3rd-party Application Server</a> 81 <li>It allows 3rd-party application servers to send messages to 120 <td><strong>3rd-party Application Server</strong></td> 122 GCM in their applications. The 3rd-party application server sends data to an 127 <td>The Google servers involved in taking messages from the 3rd-party 149 it to the 3rd-party application server, which uses it to identify each device 160 <td>An API key that is saved on the 3rd-party application 173 <li><a href="#push-process">Sending a message</a>. A 3rd-party application 213 …e registration ID to be completely removed from the GCM server. So if the 3rd party server sends a… [all …]
|
D | adv.jd | 45 <p>When a 3rd-party server posts a message to GCM and receives a message ID back, it does not mean … 77 …ion_id</code> extra, it should save the ID for future use, pass it to the 3rd-party server to comp… 168 …<li>The application then must contact the 3rd-party server so it can remove the registration ID.</… 175 <li>The 3rd-party server sends a message to GCM server.</li> 181 <li>The 3rd-party server sends a message to GCM.</li> 182 <li>The GCM returns a <code>NotRegistered</code> error message to the 3rd-party server.</li> 183 <li>The 3rd-party deletes the registration ID. 189 …gistered</code> error, without any further action being required from the 3rd-party server (this s…
|
/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/arm11/api/ |
D | armCOMM_s.h | 406 _M_OPC $op,$rd,$rn,$const 412 $op $rd, $rn, #_cst 419 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh 421 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_s.h | 409 _M_OPC $op,$rd,$rn,$const 415 $op $rd, $rn, #_cst 422 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh 424 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
|
/frameworks/base/docs/html/tools/building/ |
D | index.jd | 67 <li>The dex tool converts the .class files to Dalvik byte code. Any 3rd party libraries and
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 58 <li>Support for user installation of 3rd party keyboards</li>
|
/frameworks/base/docs/html/sdk/1.0_r1/ |
D | upgrading.jd | 132 to place 3rd jar files, which are now automatically handled by the Ant script.</p>
|
/frameworks/base/docs/html/sdk/1.0_r2/ |
D | upgrading.jd | 132 to place 3rd jar files, which are now automatically handled by the Ant script.</p>
|