Home
last modified time | relevance | path

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

12

/aosp12/build/soong/finder/fs/
H A Dfs.go169 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 DString8.h203 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 DX509UtilsTest.java48 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 DDisplayAreaPolicyBuilder.java875 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 DTask.java4410 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 DAaptAssets.h211 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 DResource.cpp58 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 Dfiles.cpp23 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 Dsearch_h.c47 v = leaf; in search_h()
/aosp12/bionic/libc/include/
H A Dsearch.h54 leaf enumerator
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtils.java199 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 Dtsearch.c98 (*action)(root, leaf, level); in trecurse()
/aosp12/build/bazel/json_module_graph/
H A DREADME.md24 * `distanceFromLeaves` prints the longest distance each module has from a leaf
/aosp12/build/soong/finder/
H A Dfinder.go358 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 DBootAnimation.cpp1213 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 DAndroidKeyStoreSpi.java173 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 DDisplayAreaPolicyBuilderTest.java822 boolean leaf = true;
827 leaf = false;
830 if (leaf) {
/aosp12/bionic/tests/
H A Dsearch_test.cpp65 if (order == postorder || order == leaf) { in node_walk()
/aosp12/bionic/tests/libs/
H A DAndroid.bp546 // 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 DContentService.java1646 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 DBackupHelpers.cpp657 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 Dtvsettings_enums.proto39 * Denotes that an entry (typically a leaf node of settings tree) is
/aosp12/frameworks/rs/driver/runtime/ll32/
H A Dallocation.ll1110 …-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 Dallocation.ll1153 …-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 Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...

12