/frameworks/base/docs/html/google/play-services/ |
D | id.jd | 1 page.title=Advertising ID 2 page.tags=Ads,Advertising ID,ID 11 <h1 itemprop="name" style="margin-bottom:0;">Advertising ID</h1> 12 <p itemprop="description">The advertising ID is a user-specific, unique, 13 resettable ID for advertising, provided by Google Play services. It gives 19 <p>The advertising ID is accessible through a straightforward API that you can implement in your ap… 22 …rence/com/google/android/gms/ads/identifier/package-summary.html">advertising ID API reference</a>. 31 <h4>Standard, simple ID</h4> 32 …<p>The advertising ID is a part of a standard, simple system for serving ads and performing analyt… 35 …<p>Users can reset their advertising ID or opt out of interest-based ads at any time, right from … [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | DiagnosticInfos.cpp | 27 uint16_t ID; member 37 { return (ID < pRHS.ID); } in operator <() 87 if (result == (static_info + info_size) || result->ID != pID) in getDiagInfo() 113 unsigned int ID = info.getID(); in process() local 116 const DiagStaticInfo* static_info = getDiagInfo(ID); in process() 120 switch (ID) { in process()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriterPass.cpp | 26 static char ID; // Pass identification, replacement for typeid member in __anonb58332dc0111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 40 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriterPass.cpp | 26 static char ID; // Pass identification, replacement for typeid member in __anon82e237220111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 40 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriterPass.cpp | 26 static char ID; // Pass identification, replacement for typeid member in __anon5371e4ad0111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 40 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3… 23 30004 am_create_task (User|1|5),(Task ID|1|5) 25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME T… 27 30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 29 30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 51 30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 53 30019 am_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) 55 30020 am_relaunch_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.h | 259 Type *getTypeByID(unsigned ID); 260 Type *getTypeByIDOrNull(unsigned ID); 261 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument 263 return MDValueList.getValueFwdRef(ID); in getFnValueByID() 264 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID() 266 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() argument 267 if (ID >= FunctionBBs.size()) return 0; // Invalid ID in getBasicBlock() 268 return FunctionBBs[ID]; in getBasicBlock()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.h | 254 Type *getTypeByID(unsigned ID); 255 Type *getTypeByIDOrNull(unsigned ID); 256 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument 258 return MDValueList.getValueFwdRef(ID); in getFnValueByID() 259 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID() 261 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() argument 262 if (ID >= FunctionBBs.size()) return 0; // Invalid ID in getBasicBlock() 263 return FunctionBBs[ID]; in getBasicBlock()
|
/frameworks/base/docs/html/google/gcm/ |
D | c2dm.jd | 57 <dt><strong>Sender ID</strong></dt> 58 <dd>In C2DM, the Sender ID is an email address. In GCM, the Sender ID is a project number that you … 67 <dd>Multiple parties can send messages to the same app with one common registration ID. For more in… 75 <dt><strong>Canonical registration ID</strong></dt> 76 …ation ID, simply replace the registration ID you have with the one provided. With this feature you… 82 …erver-side application, you must keep keep track of whether a registration ID is from C2DM or GCM … 84 …s you transition from C2DM to GCM, your server needs to be aware of whether a given registration ID 85 …egistration ID. This bit tells your server that this registration ID is for GCM. If you don't get … 96 …ation ID obtained must be sent to the application server. When doing this, the application should … 98 <p>When the application server receives a GCM registration ID, it should store it and mark it as su…
|
D | adv.jd | 51 <p>When a 3rd-party server posts a message to GCM and receives a message ID back, 64 a message with the same collapse key (and registration ID) stored and waiting for 95 invalidate the registration ID. Future attempts to send a message to that device 124 it should save the registration ID for future use, pass it to the 136 ID, as it is not guaranteed to work with the new version. Because there is no 139 ID is stored. Then when the application is started, compare the stored value with 143 <p>Similarly, you should not save the registration ID when an application is 144 backed up. This is because the registration ID could become invalid by the time 147 store that registration ID anymore—thus the application will not get more 155 recover from these situations. A canonical registration ID is defined to be the ID [all …]
|
D | http.jd | 185 <td>Unique ID (number) identifying the multicast message.</td> 197 <td>Number of results that contain a canonical registration ID. See 204 ID in the request, its result is listed in the same index in the response) and 210 message but it has another canonical registration ID for that device, so sender 229 <li>If <code>registration_id</code> is set, replace the original ID with 230 the new value (canonical ID) in your server database. Note that the original ID 240 ID from your server database because the application was uninstalled from the 243 <li>Otherwise, there is something wrong in the registration ID passed in 253 The first line is always available and its content is either <code>id=<em>ID of 256 has the format of <code>registration_id=<em>canonical ID</em></code>. The second [all …]
|
D | client.jd | 54 registration ID), and a broadcast receiver to receive messages sent by GCM. 90 application can send the registration ID to the 3rd party server.</li> 248 messages. When an app registers, it receives a registration ID, which it can then 265 * Substitute you own sender ID here. This is the project number you got 268 String SENDER_ID = "Your-Sender-ID"; 309 registration ID stored in shared preferences:</p> 312 * Gets the current registration ID for application on GCM service. 316 * @return registration ID, or empty string if there is no existing 317 * registration ID. 326 // Check if app was updated; if so, it must clear the registration ID [all …]
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
D | Protocol.java | 41 public static final int ID = 1; field in Protocol.DisplaySinkService 54 public static final int ID = 2; field in Protocol.DisplaySourceService
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagnosticEngine.h | 100 State() : numArgs(0), ID(-1), severity(None), file(NULL) { } in State() 105 ID = -1; in reset() 115 uint16_t ID; member
|
/frameworks/base/docs/html/training/notify-user/ |
D | managing.jd | 52 To set up a notification so it can be updated, issue it with a notification ID by 54 NotificationManager.notify(ID, notification)}. To update this notification once you've issued 57 {@link android.app.Notification} with the same ID you used previously. 66 // Sets an ID for the notification, so it can be updated 77 // Because the ID remains unchanged, the existing notification is 102 notification ID. This method also deletes ongoing notifications.
|
/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/compile/libbcc/lib/Renderscript/ |
D | RSEmbedInfo.cpp | 49 static char ID; member in __anonb18d1fa20111::RSEmbedInfoPass 56 : ModulePass(ID), in RSEmbedInfoPass() 138 char RSEmbedInfoPass::ID = 0; member in RSEmbedInfoPass
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 49 static char ID; member in __anon0db56f9f0111::StripAttributes 51 StripAttributes() : ModulePass(ID) { in StripAttributes() 87 char StripAttributes::ID = 0; member in StripAttributes
|
/frameworks/compile/slang/ |
D | strip_unknown_attributes.cpp | 21 StripUnknownAttributes::StripUnknownAttributes() : ModulePass(ID) { in StripUnknownAttributes() 59 char StripUnknownAttributes::ID = 0; member in slang::StripUnknownAttributes
|
D | rs_cc_options.cpp | 39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 41 OPT_##ID, 49 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 57 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 60 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \
|
/frameworks/base/docs/html/training/game-controllers/ |
D | multiple-controllers.jd | 37 assigns it an integer device ID. You can obtain the device IDs for connected 39 device ID with a player in your game, and process game actions for each player separately. 44 persistent string value for the input device. Unlike a device ID, the descriptor 58 listener callbacks, your game can identify the game controller's device ID when a 96 <li>Identify the input source and its device ID.</li> 98 update the player avatar associated with that device ID.</li> 107 corresponding to a game controller device ID, and update the game based on the
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 66 android.view.MotionEvent} via each pointer's index and ID:</p> 73 pointer index as a parameter, not the pointer ID. </li> 76 <li><strong>ID</strong>: Each pointer also has an ID mapping that stays 84 next, but the pointer ID of a pointer is guaranteed to remain constant as long 87 pointer's ID to track the pointer across all subsequent motion events in a 90 the pointer index for a given pointer ID in that motion event. For example:</p> 97 // Get the pointer ID 102 // Use the pointer ID to find the index of the active pointer
|
/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 …]
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voMem.h | 52 #define voMemAlloc(pBuff, pMemOP, ID, nSize) \ argument 56 pMemOP->Alloc(ID, &voMemInfo); \
|
/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()
|