Searched refs:rid (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/docs/ |
D | knowntags.txt | 16 # The grandfathered list. We should get rid of these if possible.
|
/frameworks/base/libs/utils/ |
D | ResourceTypes.cpp | 2964 uint32_t rid = identifierForName(name.string(), name.size(), type.string(), in stringToValue() local 2966 if (rid != 0) { in stringToValue() 2976 outValue->data = rid; in stringToValue() 2979 rid = Res_MAKEID( in stringToValue() 2980 accessor->getRemappedPackage(Res_GETPACKAGE(rid)), in stringToValue() 2981 Res_GETTYPE(rid), Res_GETENTRY(rid)); in stringToValue() 2984 String8(name).string(), rid)); in stringToValue() 2985 outValue->data = rid; in stringToValue() 2990 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, in stringToValue() local 2992 if (rid != 0) { in stringToValue() [all …]
|
/frameworks/base/tools/localize/ |
D | XLIFFFile.cpp | 444 string lid, rid; in compare_id() local 447 StringResource::ParseTypedID(rhs.id, &rid, &rindex); in compare_id() 448 if (lid < rid) return true; in compare_id() 449 if (lid == rid && lindex < rindex) return true; in compare_id()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1617 uint32_t rid = mAssets->getIncludedResources() in addPublic() local 1621 if (rid != 0) { in addPublic() 1648 uint32_t rid = mAssets->getIncludedResources() in addEntry() local 1652 if (rid != 0) { in addEntry() 1689 uint32_t rid = mAssets->getIncludedResources() in startBag() local 1693 if (rid != 0) { in startBag() 1760 uint32_t rid = mAssets->getIncludedResources() in addBag() local 1764 if (rid != 0) { in addBag() 1804 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local 1808 if (rid != 0) { in hasBagOrEntry() [all …]
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-ex3.jd | 48 <li>We will also get rid of the properties that were being passed in 122 <p>Get rid of the Bundle creation and Bundle value settings from the
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-ex3.jd | 48 <li>We will also get rid of the properties that were being passed in 122 <p>Get rid of the Bundle creation and Bundle value settings from the
|
/frameworks/base/docs/html/resources/articles/ |
D | layout-tricks-merge.jd | 58 we get rid of this <code>FrameLayout</code>? After all, XML documents require a
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-mapview.jd | 52 <li>While you're in the manifest, give the map some more space by getting rid of the title bar
|