Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/tools/aapt/
DCommand.cpp215 ResXMLTree tree; in doList() local
216 tree.setTo(manifestAsset->getBuffer(true), in doList()
218 printXMLBlock(&tree); in doList()
230 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) in indexOfAttribute() argument
232 size_t N = tree.getAttributeCount(); in indexOfAttribute()
234 if (tree.getAttributeNameResID(i) == attrRes) { in indexOfAttribute()
241 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute() argument
244 ssize_t idx = tree.indexOfAttribute(ns, attr); in getAttribute()
249 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { in getAttribute()
256 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getAttribute()
[all …]
DResource.cpp2318 ResXMLTree tree; in writeProguardForAndroidManifest() local
2343 err = parseXMLResource(assFile, &tree); in writeProguardForAndroidManifest()
2348 tree.restart(); in writeProguardForAndroidManifest()
2350 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) { in writeProguardForAndroidManifest()
2362 String8 tag(tree.getElementName(&len)); in writeProguardForAndroidManifest()
2370 pkg = getAttribute(tree, NULL, "package", NULL); in writeProguardForAndroidManifest()
2376 String8 agent = getAttribute(tree, "http://schemas.android.com/apk/res/android", in writeProguardForAndroidManifest()
2380 assFile->getPrintableSource(), tree.getLineNumber()); in writeProguardForAndroidManifest()
2392 String8 name = getAttribute(tree, "http://schemas.android.com/apk/res/android", in writeProguardForAndroidManifest()
2400 assFile->getPrintableSource(), tree.getLineNumber()); in writeProguardForAndroidManifest()
[all …]
DMain.h58 String8 getAttribute(const ResXMLTree& tree, const char* ns,
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-tree-element.jd1 page.title=<permission-tree>
8 <dd><pre class="stx">&lt;permission-tree android:<a href="#icon">icon</a>="<i>drawable resource</i>"
16 <dd>Declares the base name for a tree of permissions. The application takes
17 ownership of all names within the tree. It can dynamically add new permissions
18 to the tree by calling <code>{@link android.content.pm.PackageManager#addPermission PackageManager.…
36 <dd>An icon representing all the permissions in the tree. This attribute
48 <dd>The name that's at the base of the permission tree. It serves as
49 a prefix to all permission names in the tree. Java-style scoping should
Dpermission-group-element.jd62 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt…
Dpermission-element.jd133 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt…
Dmanifest-intro.jd79 …<a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree /&gt;</…
148 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt…
482 <code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt…
Dmanifest-element.jd31 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt…
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd12 draw the layout tree. Drawing is handled by walking the tree and rendering each View that
16 Because the tree is traversed in-order,
18 siblings drawn in the order they appear in the tree.
33 of the View tree. Each View pushes dimension specifications down the tree
82 MeasureSpecs are used to push requirements down the tree from parent to
Doverview.jd22 draw some part of the UI. This hierarchy tree can be as simple or complex as you need
30 building a tree, but the easiest and most effective way to define your layout is with an XML file.
Ddeclaring-layout.jd147 …ew object may have an integer ID associated with it, to uniquely identify the View within the tree.
184 <p>An ID need not be unique throughout the entire tree, but it should be
185 unique within the part of the tree you are searching (which may often be the entire tree, so it's b…
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME2 Automator tests that can be compiled inside the Android build tree. The single
7 * have a fully built Android source tree
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd119 View objects within the context of the entire View tree. For each View object, the View
141 To highlight the nodes in the tree whose class or ID match a search string, enter the
167 view tree that is being displayed in Tree View.
242 speed of this View relative to other View objects in the tree. The three dots
250 the View objects in the tree. For example, a green dot for the measure time means
251 that this View has a faster measure time than 50% of the View objects in the tree.
255 the View objects in the tree. For example, a yellow dot for the layout time means
256 that this View has a slower layout time than 50% of the View objects in the tree.
259 Red: For this part of the render time, this View is the slowest one in the tree.
261 time to draw of all the View objects in the tree.
[all …]
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css513 /* @group Directory (tree) */
515 /* for the tree view */
522 /* these are for tree view when used as main index */
572 /* these are for tree view when not used as main index */
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg37 # Output directory in the android source tree
/frameworks/compile/slang/lit-tests/
Dlit.cfg14 # Get the base build directory for the android source tree from environment.
/frameworks/compile/libbcc/tests/debuginfo/
DREADME28 To run the tests, you must have built the android source tree and have
Dlit.site.cfg42 # Get the base build directory for the android source tree from environment.
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg48 # Output directory in the android source tree
/frameworks/base/docs/html/google/play-services/
Dsetup.jd45 library project into the source tree where you maintain your Android app projects.
62 source tree&mdash;you should not reference the library from the Android SDK directory.</p>
/frameworks/base/docs/html/tools/help/uiautomator/
DUiSelector.jd880 than one matching widget, the first widget in the tree
1093 than one matching widget, the first widget in the tree
1353 than one matching widget, the first widget in the tree
1405 than one matching widget, the first widget in the tree
1457 than one matching widget, the first widget in the tree
1658 than one matching widget, the first widget in the tree
1797 than one matching widget, the first widget in the tree
1850 than one matching widget, the first widget in the tree
/frameworks/base/docs/html/training/design-navigation/
Dscreen-planning.jd25 <p>Most apps have an inherent information model that can be expressed as a tree or graph of object …
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java2162 BasePermission tree = checkPermissionTreeLP(info.name); in addPermissionLocked() local
2168 bp = new BasePermission(info.name, tree.sourcePackage, in addPermissionLocked()
2176 && bp.perm.owner.equals(tree.perm.owner) in addPermissionLocked()
2177 && bp.uid == tree.uid in addPermissionLocked()
2185 bp.perm = new PackageParser.Permission(tree.perm.owner, info); in addPermissionLocked()
2186 bp.perm.info.packageName = tree.perm.info.packageName; in addPermissionLocked()
2187 bp.uid = tree.uid; in addPermissionLocked()
4359 p.tree ? mSettings.mPermissionTrees in scanPackageLI()
4372 BasePermission tree = findPermissionTreeLP(p.info.name); in scanPackageLI() local
4373 if (tree == null in scanPackageLI()
[all …]
/frameworks/base/docs/html/sdk/1.1_r1/
Dupgrading.jd98 …<li> Navigate down the tree and select <strong>Android Development Tools &lt;version&gt;</strong> …
/frameworks/base/docs/html/training/improving-layouts/
Doptimizing-layout.jd61 emulator, then display the layout tree. The traffic lights on each block represent its Measure,

12