/frameworks/base/tools/aapt/ |
D | Command.cpp | 215 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 …]
|
D | Resource.cpp | 2318 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 …]
|
D | Main.h | 58 String8 getAttribute(const ResXMLTree& tree, const char* ns,
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-tree-element.jd | 1 page.title=<permission-tree> 8 <dd><pre class="stx"><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
|
D | permission-group-element.jd | 62 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree>…
|
D | permission-element.jd | 133 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree>…
|
D | manifest-intro.jd | 79 …<a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree /></… 148 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree>… 482 <code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree>…
|
D | manifest-element.jd | 31 …code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree>…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 12 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
|
D | overview.jd | 22 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.
|
D | declaring-layout.jd | 147 …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/ |
D | README | 2 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/ |
D | debugging-ui.jd | 119 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/ |
D | doxygen.css | 513 /* @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/ |
D | lit.cfg | 37 # Output directory in the android source tree
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 14 # Get the base build directory for the android source tree from environment.
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 28 To run the tests, you must have built the android source tree and have
|
D | lit.site.cfg | 42 # Get the base build directory for the android source tree from environment.
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 48 # Output directory in the android source tree
|
/frameworks/base/docs/html/google/play-services/ |
D | setup.jd | 45 library project into the source tree where you maintain your Android app projects. 62 source tree—you should not reference the library from the Android SDK directory.</p>
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiSelector.jd | 880 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/ |
D | screen-planning.jd | 25 <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/ |
D | PackageManagerService.java | 2162 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/ |
D | upgrading.jd | 98 …<li> Navigate down the tree and select <strong>Android Development Tools <version></strong> …
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | optimizing-layout.jd | 61 emulator, then display the layout tree. The traffic lights on each block represent its Measure,
|