/frameworks/base/libs/androidfw/include_pathutils/androidfw/ |
D | PathUtils.h | 83 String8& appendPath(String8& str, const char* leaf); 84 inline String8& appendPath(String8& str, const String8& leaf) { in appendPath() argument 85 return appendPath(str, leaf.c_str()); in appendPath() 93 inline String8 appendPathCopy(String8 str, const char* leaf) { return appendPath(str, leaf); } in appendPathCopy() argument 94 inline String8 appendPathCopy(String8 str, const String8& leaf) { in appendPathCopy() argument 95 return appendPath(str, leaf.c_str()); in appendPathCopy()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueueModernImpl.java | 1723 BroadcastProcessQueue leaf = mProcessQueues.valueAt(i); in testAllProcessQueues() local 1724 while (leaf != null) { in testAllProcessQueues() 1725 if (!test.test(leaf)) { in testAllProcessQueues() 1729 pw.println("Test " + label + " failed due to " + leaf.toShortString() + " " in testAllProcessQueues() 1730 + leaf.describeStateLocked()); in testAllProcessQueues() 1735 leaf = leaf.processNameNext; in testAllProcessQueues() 1750 BroadcastProcessQueue leaf = mProcessQueues.valueAt(i); in forEachMatchingBroadcast() local 1751 while (leaf != null) { in forEachMatchingBroadcast() 1752 if (queuePredicate.test(leaf)) { in forEachMatchingBroadcast() 1753 if (leaf.forEachMatchingBroadcast(broadcastPredicate, in forEachMatchingBroadcast() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayAreaPolicyBuilder.java | 993 final DisplayArea.Tokens leaf = new DisplayArea.Tokens(parent.mWmService, type, in createArea() local 995 fillAreaForLayers(leaf, areaForLayer); in createArea() 996 return leaf; in createArea() 1003 private void fillAreaForLayers(DisplayArea.Tokens leaf, DisplayArea.Tokens[] areaForLayer) { in fillAreaForLayers() argument 1005 areaForLayer[i] = leaf; in fillAreaForLayers()
|
D | Task.java | 4574 Task leaf = topActivity != null ? topActivity.getTask() : null; 4575 if (leaf == null) { 4578 if (leaf != this) { 4579 leaf.setMainWindowSizeChangeTransaction(t, origin);
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 211 AaptGroup(const String8& leaf, const String8& path) in AaptGroup() argument 212 : mLeaf(leaf), mPath(path) { } in AaptGroup() 244 AaptDir(const String8& leaf, const String8& path) in AaptDir() argument 245 : mLeaf(leaf), mPath(path) { } in AaptDir()
|
D | Resource.cpp | 61 String8 parseResourceName(const String8& leaf) in parseResourceName() argument 63 const char* firstDot = strchr(leaf.c_str(), '.'); in parseResourceName() 64 const char* str = leaf.c_str(); in parseResourceName() 133 String8 leaf(group->getLeaf()); in next() local 134 mLeafName = String8(leaf); in next() 149 appendPath(mPath, leaf); in next() 150 mBaseName = parseResourceName(leaf); in next()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/ |
D | CertUtils.java | 199 for (Element leaf : leafs) { in getXmlNodeContents() 201 result.add(leaf.getTextContent().replaceAll("\\s", "")); in getXmlNodeContents()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1316 const std::filesystem::path leaf(entryName.filename()); in preloadZip() local 1317 if (!leaf.empty()) { in preloadZip() 1344 if (leaf == "audio.wav") { in preloadZip() 1348 } else if (leaf == "trim.txt") { in preloadZip() 1353 frame.name = leaf.c_str(); in preloadZip()
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreSpi.java | 187 final X509Certificate leaf = (X509Certificate) toCertificate(response.metadata.certificate); in engineGetCertificateChain() local 188 if (leaf == null) { in engineGetCertificateChain() 210 caList[0] = leaf; in engineGetCertificateChain()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayAreaPolicyBuilderTest.java | 1010 boolean leaf = true; 1015 leaf = false; 1018 if (leaf) {
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 662 String8 leaf = getPathLeaf(fullname); in write_tarfile() local 664 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.c_str()); in write_tarfile()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 1855 private void collectMyObserversLocked(Uri uri, boolean leaf, IContentObserver observer, in collectMyObserversLocked() argument 1875 if (leaf) { in collectMyObserversLocked() 1894 if (DEBUG) Slog.d(TAG, "Reporting to " + entry.observer + ": leaf=" + leaf in collectMyObserversLocked()
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 1110 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 1111 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp…
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 1153 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp… 1154 …-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp…
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 39 * Denotes that an entry (typically a leaf node of settings tree) is
|