Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/aapt/
DAaptAssets.h226 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()
DResource.cpp53 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/
DAndroidKeyStore.java100 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/
DBootAnimation.cpp447 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/
Dinstalld.h147 const char* leaf,
Dutils.c154 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/
DFillTest.java166 mFillScript.set_gTexTransparent(loadTextureARGB(R.drawable.leaf)); in initFillScript()
/frameworks/base/services/java/com/android/server/content/
DContentService.java915 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, in collectMyObserversLocked() argument
935 if (leaf || (!leaf && entry.notifyForDescendants)) { in collectMyObserversLocked()
/frameworks/rs/driver/runtime/
Dallocation.ll651 …-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/
DRsRenderStatesRS.java314 mTexTransparent = loadTextureARGB(R.drawable.leaf); in loadImages()
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp654 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/
Doptimizing-layout.jd141 <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/
Dstudio.jd459 <li>Fixed case where two dependencies have the same leaf name.</li>