Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DString8.h197 String8& appendPath(const char* leaf);
198 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument
203 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument
204 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
205 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() argument
/frameworks/base/cmds/installd/
Dutils.c140 const char* leaf, in create_move_path() argument
143 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1) in create_move_path()
148 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf); in create_move_path()
Dinstalld.h113 const char* leaf,
/frameworks/base/tools/aapt/
DAaptAssets.h223 AaptGroup(const String8& leaf, const String8& path) in AaptGroup() argument
224 : mLeaf(leaf), mPath(path) { } in AaptGroup()
256 AaptDir(const String8& leaf, const String8& path) in AaptDir() argument
257 : 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/cmds/bootanimation/
DBootAnimation.cpp444 const String8 leaf(entryName.getPathLeaf()); in movie() local
445 if (leaf.size() > 0) { in movie()
455 frame.name = leaf; in movie()
/frameworks/base/core/java/android/content/
DContentService.java704 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, in collectMyObserversLocked() argument
719 if (leaf || (!leaf && entry.notifyForDescendents)) { in collectMyObserversLocked()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DFillTest.java166 mFillScript.set_gTexTransparent(loadTextureARGB(R.drawable.leaf)); in initFillScript()
/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/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt1177 /sdcard/android/layout_tests/editing/selection/inline-closest-leaf-child.html