Searched refs:leaf (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 226 AaptGroup(const String8& leaf, const String8& path) in AaptGroup() argument 227 : mLeaf(leaf), mPath(path) { } in AaptGroup() 259 AaptDir(const String8& leaf, const String8& path) in AaptDir() argument 260 : mLeaf(leaf), mPath(path) { } in AaptDir()
|
D | Resource.cpp | 53 static String8 parseResourceName(const String8& leaf) in parseResourceName() argument 55 const char* firstDot = strchr(leaf.string(), '.'); in parseResourceName() 56 const char* str = leaf.string(); in parseResourceName() 124 String8 leaf(group->getLeaf()); in next() local 125 mLeafName = String8(leaf); in next() 138 mPath.appendPath(leaf); in next() 139 mBaseName = parseResourceName(leaf); in next()
|
/frameworks/base/keystore/java/android/security/ |
D | AndroidKeyStore.java | 100 final X509Certificate leaf = (X509Certificate) engineGetCertificate(alias); in engineGetCertificateChain() local 101 if (leaf == null) { in engineGetCertificateChain() 122 caList[0] = leaf; in engineGetCertificateChain()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 447 const String8 leaf(entryName.getPathLeaf()); in movie() local 448 if (leaf.size() > 0) { in movie() 458 frame.name = leaf; in movie()
|
/frameworks/native/cmds/installd/ |
D | installd.h | 147 const char* leaf,
|
D | utils.c | 154 const char* leaf, in create_move_path() argument 157 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1) in create_move_path() 162 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf); in create_move_path()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | FillTest.java | 166 mFillScript.set_gTexTransparent(loadTextureARGB(R.drawable.leaf)); in initFillScript()
|
/frameworks/base/services/java/com/android/server/content/ |
D | ContentService.java | 915 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, in collectMyObserversLocked() argument 935 if (leaf || (!leaf && entry.notifyForDescendants)) { in collectMyObserversLocked()
|
/frameworks/rs/driver/runtime/ |
D | allocation.ll | 651 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 652 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 653 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 654 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 655 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 656 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp…
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | RsRenderStatesRS.java | 314 mTexTransparent = loadTextureARGB(R.drawable.leaf); in loadImages()
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 654 String8 leaf = fullname.getPathLeaf(); in write_tarfile() local 656 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string()); in write_tarfile()
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | optimizing-layout.jd | 141 <li>Useless leaf - A layout that has no children or no background can often be removed (since it is…
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio.jd | 459 <li>Fixed case where two dependencies have the same leaf name.</li>
|