/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_element.c | 10 Element_t *element = (Element_t *)e.p; in rsElementGetSubElementCount() local 11 if (element == NULL) { in rsElementGetSubElementCount() 14 return element->mHal.state.fieldsCount; in rsElementGetSubElementCount() 19 Element_t *element = (Element_t *)e.p; in rsElementGetSubElement() local 20 if (element == NULL || index >= element->mHal.state.fieldsCount) { in rsElementGetSubElement() 24 rs_element returnElem = {element->mHal.state.fields[index]}; in rsElementGetSubElement() 30 Element_t *element = (Element_t *)e.p; in rsElementGetSubElementNameLength() local 31 if (element == NULL || index >= element->mHal.state.fieldsCount) { in rsElementGetSubElementNameLength() 34 return element->mHal.state.fieldNameLengths[index]; in rsElementGetSubElementNameLength() 39 Element_t *element = (Element_t *)e.p; in rsElementGetSubElementName() local [all …]
|
/frameworks/base/core/java/android/util/ |
D | FinitePool.java | 62 T element; in acquire() local 65 element = mRoot; in acquire() 66 mRoot = element.getNextPoolable(); in acquire() 69 element = mManager.newInstance(); in acquire() 72 if (element != null) { in acquire() 73 element.setNextPoolable(null); in acquire() 74 element.setPooled(false); in acquire() 75 mManager.onAcquired(element); in acquire() 78 return element; in acquire() 81 public void release(T element) { in release() argument [all …]
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_element.rsh | 35 * @param e element to get data from 36 * @return number of sub-elements in this element 43 * sub-element at index 45 * @param e element to get data from 46 * @param index index of the sub-element to return 47 * @return sub-element in this element at given index 54 * sub-element name at index 56 * @param e element to get data from 57 * @param index index of the sub-element to return 58 * @return length of the sub-element name including the null [all …]
|
/frameworks/rs/scriptc/ |
D | rs_element.rsh | 35 * @param e element to get data from 36 * @return number of sub-elements in this element 43 * sub-element at index 45 * @param e element to get data from 46 * @param index index of the sub-element to return 47 * @return sub-element in this element at given index 54 * sub-element name at index 56 * @param e element to get data from 57 * @param index index of the sub-element to return 58 * @return length of the sub-element name including the null [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-intro.jd | 65 every element that it can contain. Each element, along with all of its 67 information about any element, click on the element name in the diagram, 69 other mention of the element name. 75 <a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a> 77 …<a href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permission /></… 78 <a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission /></a> 79 …<a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree /></… 80 …<a href="{@docRoot}guide/topics/manifest/permission-group-element.html"><permission-group />… 81 …<a href="{@docRoot}guide/topics/manifest/instrumentation-element.html"><instrumentation /></… 82 <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk /></a> [all …]
|
D | receiver-element.jd | 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a… 22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>… 23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></… 33 declare it in the manifest file with this element. The other is to create 48 …href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> ele… 49 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code>… 51 <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></c… 78 (see the <code><a href="{@docRoot}guide/topics/manifest/receiver-element.html#prmsn">permission</a>… 85 instead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><appli… 86 element's <code><a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></c… [all …]
|
D | service-element.jd | 20 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a… 23 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>… 24 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></… 47 …href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> ele… 48 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code>… 50 <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></c… 76 … service (see the <code><a href="{@docRoot}guide/topics/manifest/service-element.html#prmsn">permi… 84 …tead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><applica… 85 element's <code><a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></c… 90 …href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> ele… [all …]
|
D | permission-group-element.jd | 14 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></cod… 19 …a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a></code> ele… 23 Note that this element does not declare a permission itself, only a category in 25 …="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a></code> element f… 50 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a></cod… 51 element's 52 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html#pgroup"><permissionGroup&… 61 <dd><code><a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a><… 62 <br/><code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tr… 63 <br/><code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permissi…
|
D | intent-filter-element.jd | 15 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></cod… 16 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias… 17 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> 18 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html"><receiver></a></co… 21 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html"><action></a></code></… 24 <dd><code><a href="{@docRoot}guide/topics/manifest/category-element.html"><category></a></cod… 25 <br/><code><a href="{@docRoot}guide/topics/manifest/data-element.html"><data></a></code></dd> 37 <code><a href="{@docRoot}guide/topics/manifest/action-element.html"><action></a></code>, 38 <code><a href="{@docRoot}guide/topics/manifest/category-element.html"><category></a></code>, … 39 <code><a href="{@docRoot}guide/topics/manifest/data-element.html"><data></a></code> subelemen… [all …]
|
D | compatible-screens-element.jd | 20 href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code></dd> 24 of the {@code <compatible-screens>} element is allowed in the manifest, but it can 25 contain multiple <code><screen></code> elements. Each <code><screen></code> element 29 element (neither at install-time nor at runtime). This element is informational only and may be used 32 <em>not</em> declared in this element is a screen with which the application is <em>not</em> 37 element</strong>. Using this element can dramatically reduce the potential user base for your 40 application absolutely does not work with all screen configurations. Instead of using this element, 46 should use the <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code 47 <supports-screens>}</a> element. For example, if you want your application to be available 49 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code [all …]
|
D | provider-element.jd | 30 …<code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></… 34 <dd><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></c… 35 <br/><code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html"><grant-ur… 36 <br/><code><a href="{@docRoot}guide/topics/manifest/path-permission-element.html"><path-permissi… 43 {@code <provider>} element in the manifest file; otherwise, the system is unaware of them 69 Notice that when you define your provider in the <code><provider></code> element, you 100 …href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> ele… 101 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code>… 103 <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></c… 127 <code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">android:minSdkVersion</a>… [all …]
|
D | activity-alias-element.jd | 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a… 22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>… 23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></… 46 attributes are a subset of <code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&l… 60 …href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> ele… 61 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code>… 63 <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></c… 87 …e><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> elem… 88 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#icon">icon</a></code> attribut… 92 …e><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> elem… [all …]
|
D | application-element.jd | 34 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></cod… 37 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></cod… 38 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias… 39 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> 40 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html"><receiver></a></co… 41 <br/><code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></co… 42 <br/><code><a href="{@docRoot}guide/topics/manifest/uses-library-element.html"><uses-library>… 45 <dd>The declaration of the application. This element contains subelements 67 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> 68 element has its own [all …]
|
D | grant-uri-permission-element.jd | 13 <dd><code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></cod… 25 If a content provider's <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#gprmns… 28 can be granted only to data subsets that are specified by this element. 35 …f="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter></a></code> el… 36 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#gprmsn">grantUriPermissions</a… 85 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#gprmns">grantUriPermissions</a… 87 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></code> 88 element</dd>
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | reference.jd | 9 function autoResize(element){ 13 newheight = element.contentWindow.document.body.scrollHeight + 20; 14 newwidth = element.contentWindow.document.body.scrollWidth; 15 element.height = (newheight) + "px"; 16 element.width = (newwidth) + "px";
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ArrayUtils.java | 126 for (T element : array) { in contains() 127 if (element == null) { in contains() 130 if (value != null && element.equals(value)) return true; in contains() 137 for (int element : array) { in contains() 138 if (element == value) { in contains() 161 public static <T> T[] appendElement(Class<T> kind, T[] array, T element) { in appendElement() argument 172 result[end] = element; in appendElement() 187 public static <T> T[] removeElement(Class<T> kind, T[] array, T element) { in removeElement() argument 191 if (array[i] == element) { in removeElement()
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 374 function dean_addEvent(element, type, handler) { argument 375 if (element.addEventListener) { 376 element.addEventListener(type, handler, false); 381 if (!element.events) element.events = {}; 383 var handlers = element.events[type]; 385 handlers = element.events[type] = {}; 387 if (element["on" + type]) { 388 handlers[0] = element["on" + type]; 394 element["on" + type] = handleEvent; 400 function removeEvent(element, type, handler) { argument [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | screen-compat-mode.jd | 19 <li><a href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code 70 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code 72 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code 74 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#resizeable">{@code 120 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code android:minSdkVersion}</a> 121 and <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code 124 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code 125 <supports-screens>}</a> element.</li> 128 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code android:minSdkVersion}</a> 129 or <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code [all …]
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | layout-resource.jd | 37 <<a href="#viewgroup-element"><em>ViewGroup</em></a> xmlns:android="http://schemas.android.com/a… 42 <<a href="#view-element"><em>View</em></a> 47 <<a href="#requestfocus-element">requestFocus</a>/> 49 <<a href="#viewgroup-element"><em>ViewGroup</em></a> > 50 <<a href="#view-element"><em>View</em></a> /> 52 <<a href="#include-element">include</a> layout="@layout/<i>layout_resource</i>"/> 55 <p class="note"><strong>Note:</strong> The root element can be either a 57 href="#merge-element">{@code <merge>}</a> element, but there must be only 58 one root element and it must contain the {@code xmlns:android} attribute with the {@code android} 66 <dt id="viewgroup-element"><code><ViewGroup></code></dt> [all …]
|
D | more-resources.jd | 37 under one {@code <resources>} element.</p> 43 The filename is arbitrary. The {@code <bool>} element's {@code name} will be used as the resource 56 <<a href="#bool-resources-element">resources</a>> 57 <<a href="#bool-element">bool</a> 68 <dt id="bool-resources-element"><code><resources></code></dt> 72 <dt id="bool-element"><code><bool></code></dt> 133 under one {@code <resources>} element.</p> 139 The filename is arbitrary. The {@code <color>} element's {@code name} will be used as the 152 <<a href="#color-resources-element">resources</a>> 153 <<a href="#color-element">color</a> [all …]
|
D | style-resource.jd | 26 under one {@code <resources>} element.</p> 32 The filename is arbitrary. The element's {@code name} will be used as the resource ID.</dd> 43 <<a href="#resources-element">resources</a>> 44 <<a href="#style-element">style</a> 47 <<a href="#item-element">item</a> 59 <dt id="resources-element"><code><resources></code></dt> 63 <dt id="style-element"><code><style></code></dt> 78 <dt id="item-element"><code><item></code></dt> 80 <code><style></code> element.</p>
|
/frameworks/base/core/java/com/android/internal/os/ |
D | PowerProfile.java | 172 String element = parser.getName(); in readPowerValuesFromXml() local 173 if (element == null) break; in readPowerValuesFromXml() 175 if (parsingArray && !element.equals(TAG_ARRAYITEM)) { in readPowerValuesFromXml() 180 if (element.equals(TAG_ARRAY)) { in readPowerValuesFromXml() 184 } else if (element.equals(TAG_ITEM) || element.equals(TAG_ARRAYITEM)) { in readPowerValuesFromXml() 194 if (element.equals(TAG_ITEM)) { in readPowerValuesFromXml()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiCollection.jd | 86 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr… 105 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr… 123 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr… 141 … <div class="jd-descrdiv">Counts child UI element instances matching the <code>childPattern</code> 212 …ss="jd-descrdiv">Performs a click at the center of the visible bounds of the UI element represented 231 …ss="jd-descrdiv">Performs a click at the center of the visible bounds of the UI element represented 270 <div class="jd-descrdiv">Clicks the bottom and right corner of the UI element</div> 288 <div class="jd-descrdiv">Clicks the top and left corner of the UI element</div> 306 <div class="jd-descrdiv">Check if UI element exists.</div> 324 <div class="jd-descrdiv">Returns the UI element's <code>bounds</code> property.</div> [all …]
|
D | UiObject.jd | 8 <p>A UiObject is a representation of a user interface (UI) element. It is not in any way directly b… 9 UI element as an object reference. A UiObject holds information to help it 10 …locate a matching UI element at runtime based on the <code><a href="UiSelector.html">UiSelector</a… 11 its constructor. Since a UiObject is a representative for a UI element, it can 76 …<div class="jd-descrdiv">Constructs a UiObject to represent a specific UI element matched by the s… 126 …ss="jd-descrdiv">Performs a click at the center of the visible bounds of the UI element represented 145 …ss="jd-descrdiv">Performs a click at the center of the visible bounds of the UI element represented 184 <div class="jd-descrdiv">Clicks the bottom and right corner of the UI element</div> 202 <div class="jd-descrdiv">Clicks the top and left corner of the UI element</div> 220 <div class="jd-descrdiv">Check if UI element exists.</div> [all …]
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 31 href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture>… 33 href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens></a></… 35 href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration></… 37 href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a></code></l… 39 href="{@docRoot}guide/topics/manifest/uses-library-element.html"><uses-library></a></code></l… 41 href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permission></a></co… 43 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk></code></a></li> 111 filtering, and explains how the filtering for each element works.</p> 122 …nowrap;"><code><a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><support… 128 setting attributes of the <code><supports-screens></code> element. When [all …]
|