/aosp12/build/soong/finder/fs/ |
H A D | fs.go | 169 dir, leaf = filepath.Split(path) 173 return dir, leaf 247 parentPath, leaf := pathSplit(path) 799 parent.subdirs[leaf] = childDir 815 parentPath, leaf := pathSplit(path) 816 if len(leaf) == 0 { 847 delete(parentDir.symlinks, leaf) 857 delete(parentDir.files, leaf) 891 if len(leaf) == 0 { 913 _, isFile := parentDir.files[leaf] [all …]
|
/aosp12/system/core/libutils/include/utils/ |
H A D | String8.h | 203 String8& appendPath(const char* leaf); 204 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument 209 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument 210 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy() 211 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() argument
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
H A D | X509UtilsTest.java | 48 KeyPair leaf = generateEcdsaKeyPair(); in testFormatX509Certs() local 52 certs[0] = signPublicKey(intermediate, leaf.getPublic()); in testFormatX509Certs()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaPolicyBuilder.java | 875 final DisplayArea.Tokens leaf = new DisplayArea.Tokens(parent.mWmService, type, in createArea() local 877 fillAreaForLayers(leaf, areaForLayer); in createArea() 878 return leaf; in createArea() 885 private void fillAreaForLayers(DisplayArea.Tokens leaf, DisplayArea.Tokens[] areaForLayer) { in fillAreaForLayers() argument 887 areaForLayer[i] = leaf; in fillAreaForLayers()
|
H A D | Task.java | 4410 Task leaf = topActivity != null ? topActivity.getTask() : null; 4411 if (leaf == null) { 4414 if (leaf != this) { 4415 leaf.setMainWindowSizeChangeTransaction(t, origin);
|
/aosp12/frameworks/base/tools/aapt/ |
H A 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()
|
H A D | Resource.cpp | 58 String8 parseResourceName(const String8& leaf) in parseResourceName() argument 60 const char* firstDot = strchr(leaf.string(), '.'); in parseResourceName() 61 const char* str = leaf.string(); in parseResourceName() 130 String8 leaf(group->getLeaf()); in next() local 131 mLeafName = String8(leaf); in next() 146 mPath.appendPath(leaf); in next() 147 mBaseName = parseResourceName(leaf); in next()
|
/aosp12/build/make/tools/atree/ |
H A D | files.cpp | 23 path_append(const string& base, const string& leaf) in path_append() argument 26 if (base.length() > 0 && leaf.length() > 0) { in path_append() 29 full += leaf; in path_append()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | search_h.c | 47 v = leaf; in search_h()
|
/aosp12/bionic/libc/include/ |
H A D | search.h | 54 leaf enumerator
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/ |
H A D | CertUtils.java | 199 for (Element leaf : leafs) { in getXmlNodeContents() 201 result.add(leaf.getTextContent().replaceAll("\\s", "")); in getXmlNodeContents()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
H A D | tsearch.c | 98 (*action)(root, leaf, level); in trecurse()
|
/aosp12/build/bazel/json_module_graph/ |
H A D | README.md | 24 * `distanceFromLeaves` prints the longest distance each module has from a leaf
|
/aosp12/build/soong/finder/ |
H A D | finder.go | 358 func joinCleanPaths(base string, leaf string) string { 360 return leaf 363 return base + leaf 365 if leaf == "" { 368 return base + "/" + leaf
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1213 const String8 leaf(entryName.getPathLeaf()); in preloadZip() local 1214 if (leaf.size() > 0) { in preloadZip() 1240 if (leaf == "audio.wav") { in preloadZip() 1244 } else if (leaf == "trim.txt") { in preloadZip() 1249 frame.name = leaf; in preloadZip()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreSpi.java | 173 final X509Certificate leaf = (X509Certificate) toCertificate(response.metadata.certificate); in engineGetCertificateChain() local 174 if (leaf == null) { in engineGetCertificateChain() 196 caList[0] = leaf; in engineGetCertificateChain()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayAreaPolicyBuilderTest.java | 822 boolean leaf = true; 827 leaf = false; 830 if (leaf) {
|
/aosp12/bionic/tests/ |
H A D | search_test.cpp | 65 if (order == postorder || order == leaf) { in node_walk()
|
/aosp12/bionic/tests/libs/ |
H A D | Android.bp | 546 // A leaf library in a non-standard directory. 623 // A leaf library in a directory library D has DT_RUNPATH for. 631 // A leaf library in lib or lib64 directory
|
/aosp12/frameworks/base/services/core/java/com/android/server/content/ |
H A D | ContentService.java | 1646 private void collectMyObserversLocked(Uri uri, boolean leaf, IContentObserver observer, in collectMyObserversLocked() argument 1666 if (leaf) { in collectMyObserversLocked() 1685 if (DEBUG) Slog.d(TAG, "Reporting to " + entry.observer + ": leaf=" + leaf in collectMyObserversLocked()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | BackupHelpers.cpp | 657 String8 leaf = fullname.getPathLeaf(); in write_tarfile() local 659 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string()); in write_tarfile()
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | tvsettings_enums.proto | 39 * Denotes that an entry (typically a leaf node of settings tree) is
|
/aosp12/frameworks/rs/driver/runtime/ll32/ |
H A 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…
|
/aosp12/frameworks/rs/driver/runtime/ll64/ |
H A 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…
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |