Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 128) sorted by relevance

123456

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriterPass.cpp22 static char ID; // Pass identification, replacement for typeid member in __anoncdcc96a10111::WriteBitcodePass
24 : ModulePass(ID), OS(o) {} in WriteBitcodePass()
35 char WriteBitcodePass::ID = 0; member in WriteBitcodePass
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h225 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/
DEventLogTags.logtags17 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)
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/libs/rs/
Dspec.l10 ID [a-zA-Z_][a-zA-Z0-9_]*
61 {ID} {
164 <var_type>{ID} {
175 <api_entry_param>{ID} {
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd15 <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.
252 resource ID.</dd>
286 <dd><em>String</em>. A name for the dimension. This will be used as the resource ID.
328 <h2 id="Id">ID</h2>
330 <p>A unique resource ID defined in XML. Using the name you provide in the {@code &lt;item&gt;}
334 or a unique integer for use in your application code (for example, as an ID for a dialog or a
[all …]
Daccessing-resources.jd47 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 …]
Dlayout-resource.jd22 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
Dmenu-resource.jd25 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>
213 <dd><em>Resource ID</em>. A unique resource ID. To create a new resource ID for this item,
216 ID.</dd>
Dstyle-resource.jd32 The filename is arbitrary. The element's {@code name} will be used as the resource ID.</dd>
69 resource ID to apply the style to a View, Activity, or application.
/frameworks/base/media/libstagefright/codecs/common/include/
DvoMem.h52 #define voMemAlloc(pBuff, pMemOP, ID, nSize) \ argument
56 pMemOP->Alloc(ID, &voMemInfo); \
/frameworks/base/docs/html/guide/topics/manifest/
Dmeta-data-element.jd29 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
Dmanifest-element.jd81 <dd>The name of a Linux user ID that will be shared with other applications.
82 By default, Android assigns each application its own unique user ID.
84 they will all share the same ID &mdash; provided that they are also signed
85 by the same certificate. Application with the same user ID can access each
89 <dd>A user-readable label for the shared user ID. The label must be set as
/frameworks/base/libs/utils/
DREADME80 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/topics/ui/
Ddeclaring-layout.jd14 <li><a href="#id">ID</a></li>
142 <h3 id="id">ID</h3>
144 <p>Any View object may have an integer ID associated with it, to uniquely identify the View within …
145 When the application is compiled, this ID is referenced as an integer, but the ID is typically
149 The syntax for an ID, inside an XML tag is:</p>
153 of the ID string and identify it as an ID resource. The plus-symbol (+) means that this is a new re…
154 …d to our resources (in the <code>R.java</code> file). There are a number of other ID resources that
155 are offered by the Android framework. When referencing an Android resource ID, you do not need the …
158 <p>With the <code>android</code> package namespace in place, we're now referencing an ID from the <…
163 <li>Define a view/widget in the layout file and assign it a unique ID:
[all …]
/frameworks/base/docs/html/guide/market/billing/
Dbilling_testing.jd57 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, Android Market 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 Android Market responds as
91 <p>When you make an in-app billing request with this product ID, Android Market responds as
103 <p>When you make an in-app billing request with this product ID, Android Market 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 …]
Dbilling_reference.jd90 list. This can happen if the product ID is misspelled in your <code>REQUEST_PURCHASE</code>
162 <td>The product ID of the item you are making a billing request for. Every in-app item that you
163 sell using Android Market's in-app billing service must have a unique product ID, which you
183 <td>An array of notification identifiers. A notification ID is sent to your application in an
317 <li><code>request_id</code>&mdash;a <code>long</code> representing a request ID. A request ID
327 canceled, or was refunded. This response contains one or more notification IDs. Each notification ID
337 <li><code>notification_id</code>&mdash;a <code>String</code> representing the notification ID for
339 and the notification includes a unique notification ID. To get the details of the purchase state
340 change, you send the notification ID with the <code>GET_PURCHASE_INFORMATION</code> request.</li>
392 ID.</td>
[all …]
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-relativelayout.jd57 of relative position. Some attributes use the resource ID of a sibling {@link android.view.View}
60 identified by the ID <code>ok</code> (which is the previous {@link android.widget.Button}).</p>
74 ID &mdash; <code>R.layout.main</code> refers to the <code>res/layout/main.xml</code> layout
/frameworks/base/docs/html/intl/ja/guide/publishing/
Dversioning.jd58 …バージョンを「&lt;major&gt;.&lt;minor&gt;.&lt;point&gt;」といった文字列や、その他のタイプの絶対的または相対的バージョン ID として記述できます。 </p>
87 <p>アプリケーションが最低でも Android プラットフォームの特定のバージョンを必要とする場合、このバージョンを API レベルの ID としてアプリケーションのマニフェスト ファイルに指定で…
/frameworks/base/core/tests/coretests/src/android/os/
DBuildTest.java56 assertNotEmpty("ID", Build.ID); in testBuildFields()
/frameworks/base/core/java/android/os/
DBuild.java29 public static final String ID = getString("ro.build.id"); field in Build
/frameworks/compile/libbcc/runtime/
DCREDITS.TXT8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
/frameworks/compile/slang/
Dllvm-rs-cc.cpp74 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
75 HELPTEXT, METAVAR) OPT_##ID,
82 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
/frameworks/base/media/libstagefright/mpeg2ts/
DESQueue.cpp72 unsigned ID = (ptr[1] >> 3) & 1; in IsSeeminglyValidADTSHeader() local
75 if (ID == 1 && profile_ObjectType == 3) { in IsSeeminglyValidADTSHeader()
93 unsigned ID = (ptr[1] >> 3) & 3; in IsSeeminglyValidMPEGAudioHeader() local
95 if (ID == 1) { in IsSeeminglyValidMPEGAudioHeader()
/frameworks/base/docs/html/guide/developing/tools/
Dandroid.jd67 <td>Target ID of the system image to use with the new AVD. To obtain a list of available
183 <td>Target ID of the system image to use with the new AVD. To obtain a list of available
320 <td>Target ID of the library project</td>
354 <td>Target ID of the library project</td>
/frameworks/base/docs/html/videos/
Dindex.jd14 * Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab.
37 * Each playlist ID is paired with a custom video description.
59 * @param id The YouTube video ID
255 * @param videoId The ID of the video to click
289 console.log("Bogus video ID");

123456