/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriterPass.cpp | 22 static char ID; // Pass identification, replacement for typeid member in __anondc4e22e20111::WriteBitcodePass 24 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 35 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriterPass.cpp | 22 static char ID; // Pass identification, replacement for typeid member in __anon33e7286d0111::WriteBitcodePass 24 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 35 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.h | 218 Type *getTypeByID(unsigned ID); 219 Type *getTypeByIDOrNull(unsigned ID); 220 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument 222 return MDValueList.getValueFwdRef(ID); in getFnValueByID() 223 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID() 225 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() argument 226 if (ID >= FunctionBBs.size()) return 0; // Invalid ID in getBasicBlock() 227 return FunctionBBs[ID]; in getBasicBlock()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.h | 225 Type *getTypeByID(unsigned ID); 226 Type *getTypeByIDOrNull(unsigned ID); 227 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument 229 return MDValueList.getValueFwdRef(ID); in getFnValueByID() 230 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID() 232 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() argument 233 if (ID >= FunctionBBs.size()) return 0; // Invalid ID in getBasicBlock() 234 return FunctionBBs[ID]; in getBasicBlock()
|
/frameworks/base/services/java/com/android/server/am/ |
D | EventLogTags.logtags | 17 30001 am_finish_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 21 30003 am_new_intent (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(… 23 30004 am_create_task (Task ID|1|5) 25 30005 am_create_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI… 27 30006 am_restart_activity (Token|1|5),(Task ID|1|5),(Component Name|3) 29 30007 am_resume_activity (Token|1|5),(Task ID|1|5),(Component Name|3) 51 30018 am_destroy_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 53 30019 am_relaunch_resume_activity (Token|1|5),(Task ID|1|5),(Component Name|3) 55 30020 am_relaunch_activity (Token|1|5),(Task ID|1|5),(Component Name|3)
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | c2dm.jd | 53 <dt><strong>Sender ID</strong></dt> 54 <dd>In C2DM, the Sender ID is an email address. In GCM, the Sender ID is a project ID that you acqu… 63 <dd>Multiple parties can send messages to the same app with one common registration ID. For more in… 71 <dt><strong>Canonical registration ID</strong></dt> 72 …ation ID, simply replace the registration ID you have with the one provided. With this feature you… 78 …passed in the sender parameter of the registration intent with the project ID generated when signi… 84 …ation ID obtained must be sent to the application server. When doing this, the application should … 86 <p>When the application server receives a GCM registration ID, it should store it and mark it as su…
|
D | gcm.jd | 129 <td><strong>Sender ID</strong></td> 130 …<td>A project ID you acquire from the API console, as described in <a href="gs.html#create-proj">G… 131 ID is used in the <a href="#registering">registration process</a> to identify an 135 <td><strong>Application ID</strong></td> 141 <td><strong>Registration ID</strong></td> 142 <td>An ID issued by the GCM servers to the Android application that allows 143 it to receive messages. Once the Android application has the registration ID, it sends 146 a registration ID is tied to a particular Android application running on a particular 186 …le.android.c2dm.intent.REGISTER</code>) includes the sender ID, and the Android application ID.</p> 192 ID. [all …]
|
D | adv.jd | 44 <p>When a 3rd-party server posts a message to GCM and receives a message ID back, it does not mean … 47 …if there is already a message with the same collapse key (and registration ID) stored and waiting … 54 …, GCM will discard that message right away and invalidate the registration ID. Future attempts to … 77 …code> intent with a <code>registration_id</code> extra, it should save the ID for future use, pass… 84 …ID, as it is not guaranteed to work with the new version. Because there is no lifecycle method ca… 86 …ID when an application is backed up. This is because the registration ID could become invalid by t… 89 …s. A canonical registration ID is defined to be the ID of the last registration requested by your … 90 …ID, GCM will process the request as usual, but it will include the canonical registration ID in th… 166 …EGISTER</code> intent, passing the registration ID (the application should have saved its registra… 168 …<li>The application then must contact the 3rd-party server so it can remove the registration ID.</… [all …]
|
D | gs.jd | 44 …4815162342 in this example). This is your project ID, and it will be used later on as the GCM send… 136 …>: Called after a registration intent is received, passes the registration ID assigned by GCM to t… 160 …ce the <code>GCMRegistrar</code> singleton keeps track of the registration ID upon the arrival of … 161 …ice was successfully registered to GCM but failed to send the registration ID to your server, in w… 168 …ID received by GCM . The application might also need to send other information—such as the u… 183 <li>Creates a message using a given registration ID (the message builder also has methods to set al… 188 …ut the result returned a canonical registration ID, it's necessary to replace the current registra… 189 … is <code>NotRegistered</code>, it's necessary to remove that registration ID, because the applica… 196 // same device has more than on registration ID: update database
|
/frameworks/rs/ |
D | spec.l | 10 ID [a-zA-Z_][a-zA-Z0-9_]* 61 {ID} { 164 <var_type>{ID} { 175 <api_entry_param>{ID} {
|
/frameworks/base/docs/html/tools/adk/ |
D | aoa.jd | 84 connected device's USB device descriptor. The vendor ID should match Google's ID (0x18D1) and the 85 product ID should be 0x2D00 or 0x2D01 if the device is already in accessory mode (case A). If so, 97 <p>If the vendor and product ID do not match, there is no way to distinguish between states b and 106 support accessory mode but aren't in it initially report the device's manufacturer vendor ID and 107 product ID, and not the special Android Open Accessory ones. In either case, the accessory should 130 These requests are control requests on endpoint 0 (for each string ID) with the following 136 index: string ID 167 to check for the vendor and product ID. The vendor ID and product ID of the device will be 179 device. An Android-powered device that has a product ID of 0x2D00 has one interface with two bulk 180 endpoints for input and output communication. A device with product ID of 0x2D01 has two
|
D | aoa2.jd | 140 The accessory provides an ID number that is used to identify the HID device for the other three 141 calls. This ID is valid until USB is disconnected or until the accessory sends 158 * Upon registering, a unique ID is sent by the accessory in the 159 * value parameter. This ID will be used for future commands for 164 * value: Accessory assigned ID for the HID device 174 * value: Accessory assigned ID for the HID device 188 * value: Accessory assigned ID for the HID device 199 * value: Accessory assigned ID for the HID device
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 15 <dt><a href="#Id">ID</a></dt> 44 ID.</dd> 77 <dd><em>String</em>. A name for the bool value. This will be used as the resource ID.</dd> 140 resource ID.</dd> 173 <dd><em>String</em>. A name for the color. This will be used as the resource ID. 254 resource ID.</dd> 288 <dd><em>String</em>. A name for the dimension. This will be used as the resource ID. 330 <h2 id="Id">ID</h2> 332 <p>A unique resource ID defined in XML. Using the name you provide in the {@code <item>} 336 or a unique integer for use in your application code (for example, as an ID for a dialog or a [all …]
|
D | accessing-resources.jd | 47 referencing its resource ID. All resource IDs are defined in your project's {@code R} class, which 54 integer (for example, {@code R.drawable.icon}). This integer is the resource ID that you can use 58 look there to discover a resource ID. A resource ID is always composed of:</p> 75 Android APIs that can access your resources when you provide a resource ID in this format. See 79 the resource ID defined in your {@code R} class, such as: 91 <p>You can use a resource in code by passing the resource ID as a method parameter. For 109 {@code res/} is with the resource ID. Instead, you can save your resources in the 112 ID, so you can't reference them through the {@code R} class or from XML resources. Instead, you can 145 <p>There are many methods that accept a resource ID parameter and you can retrieve resources using 160 // this method requires a CharSequence rather than a resource ID [all …]
|
D | layout-resource.jd | 22 The filename will be used as the resource ID.</dd> 79 <dd><em>Resource ID</em>. A unique resource name for the element, which you can 111 <dd><em>Resource ID</em>. A unique resource name for the element, which you can use to 149 <dd><em>Resource ID</em>. Overrides the ID given to the root view in the included layout. 194 <p>For the ID value, you should usually use this syntax form: <code>"@+id/<em>name</em>"</code>. The 195 plus symbol, {@code +}, indicates that this is a new resource ID and the <code>aapt</code> tool will 201 <p>The <code>nameTextbox</code> name is now a resource ID attached to this element. You can then 202 refer to the {@link android.widget.TextView} to which the ID is associated in Java:</p> 209 href="{@docRoot}guide/topics/resources/drawable-resource.html#Id">ID resource</a> (and it is not 210 already used), then you can apply that ID to a {@link android.view.View} element by excluding the
|
D | menu-resource.jd | 25 The filename will be used as the resource ID.</dd> 95 …<dd><em>Resource ID</em>. A unique resource ID. To create a new resource ID for this item, use the… 97 ID.</dd> 214 <dd><em>Resource ID</em>. A unique resource ID. To create a new resource ID for this item, 217 ID.</dd>
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voMem.h | 52 #define voMemAlloc(pBuff, pMemOP, ID, nSize) \ argument 56 pMemOP->Alloc(ID, &voMemInfo); \
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 29 attribute. However, to assign a resource ID as the value, use the 39 the numeric ID of the resource, not the value stored in the resource: 48 use the {@code resource} attribute to inform the component of its ID. 59 <dd>A reference to a resource. The ID of the resource is the value assigned 60 to the item. The ID can be retrieved from the meta-data Bundle by the
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
D | BCHeaderField.h | 41 BCHeaderField(Tag ID, size_t len, uint8_t* data) : in BCHeaderField() argument 42 ID_(ID), len_(len), data_(data) {} in BCHeaderField()
|
/frameworks/native/libs/utils/ |
D | README | 80 integer ID 0xppttiii (translated to a symbolic name via R.java), where 107 Package ID as namespace 109 The pp part of a resource ID defines a namespace. Android currently 168 Resource ID mapping 173 guarantee aapt has assigned the same ID to the corresponding resource in 174 an overlay package. To translate between the two, a resource ID mapping 175 {original ID -> overlay ID} is created during package installation 227 The ID map (idmap) file format
|
/frameworks/base/docs/html/guide/google/play/billing/ |
D | billing_testing.jd | 57 special item that has a reserved product ID. Each reserved product ID returns a specific static 60 with a reserved product ID. Figure 1 shows the checkout flow for the reserved item that has the 61 product ID android.test.purchased.</p> 78 <p>When you make an in-app billing request with this product ID, Google Play responds as 80 fake purchase information (for example, a fake order ID). In some cases, the JSON string is 85 <p>When you make an in-app billing request with this product ID Google Play responds as 91 <p>When you make an in-app billing request with this product ID, Google Play responds as 103 <p>When you make an in-app billing request with this product ID, Google Play responds as 170 <p>To make an in-app billing request with a reserved product ID, you simply construct a normal 171 <code>REQUEST_PURCHASE</code> request, but instead of using a real product ID from your [all …]
|
D | billing_reference.jd | 93 list. This can happen if the product ID is misspelled in your <code>REQUEST_PURCHASE</code> 168 <td>The product ID of the item you are making a billing request for. Every in-app item that you 169 sell using Google Play's in-app billing service must have a unique product ID, which you 189 <td>An array of notification identifiers. A notification ID is sent to your application in an 323 <li><code>request_id</code>—a <code>long</code> representing a request ID. A request ID 333 canceled, or was refunded. This response contains one or more notification IDs. Each notification ID 343 <li><code>notification_id</code>—a <code>String</code> representing the notification ID for 345 and the notification includes a unique notification ID. To get the details of the purchase state 346 change, you send the notification ID with the <code>GET_PURCHASE_INFORMATION</code> request.</li> 398 ID.</td> [all …]
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 37 parent view or to each other (specified by ID). So you can align two elements by right border, or 57 <dd>Positions the top edge of this view below the view specified with a resource ID.</dd> 61 …<dd>Positions the left edge of this view to the right of the view specified with a resource ID.</d… 68 enable a layout position relative to the parent {@link android.widget.RelativeLayout} or an ID that
|
/frameworks/base/docs/html/intl/ja/guide/publishing/ |
D | versioning.jd | 58 …バージョンを「<major>.<minor>.<point>」といった文字列や、その他のタイプの絶対的または相対的バージョン ID として記述できます。 </p> 87 <p>アプリケーションが最低でも Android プラットフォームの特定のバージョンを必要とする場合、このバージョンを API レベルの ID としてアプリケーションのマニフェスト ファイルに指定で…
|
/frameworks/compile/libbcc/lib/Transforms/ |
D | ForEachExpand.cpp | 41 static char ID; member in __anonbfc9bd860111::ForEachExpandPass 113 : ModulePass(ID), M(NULL), C(NULL), mNames(Names), in ForEachExpandPass() 360 char ForEachExpandPass::ID = 0; member in ForEachExpandPass
|