Home
last modified time | relevance | path

Searched +defs:path +defs:root (Results 126 – 150 of 2179) sorted by relevance

12345678910>>...88

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ensurepip/
D__init__.py32 def _find_packages(path): argument
125 def bootstrap(*, root=None, upgrade=False, user=False, argument
140 def _bootstrap(*, root=None, upgrade=False, user=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ensurepip/
D__init__.py32 def _find_packages(path): argument
125 def bootstrap(*, root=None, upgrade=False, user=False, argument
140 def _bootstrap(*, root=None, upgrade=False, user=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ensurepip/
D__init__.py32 def _find_packages(path): argument
125 def bootstrap(*, root=None, upgrade=False, user=False, argument
140 def _bootstrap(*, root=None, upgrade=False, user=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ensurepip/
D__init__.py32 def _find_packages(path): argument
125 def bootstrap(*, root=None, upgrade=False, user=False, argument
140 def _bootstrap(*, root=None, upgrade=False, user=False, argument
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DPathSubject.java65 private Path toPath(String path) { in toPath()
106 public PathSubject hasRootComponent(@NullableDecl String root) { in hasRootComponent()
232 public PathSubject isSameFileAs(String path) throws IOException { in isSameFileAs()
237 public PathSubject isSameFileAs(Path path) throws IOException { in isSameFileAs()
245 public PathSubject isNotSameFileAs(String path) throws IOException { in isNotSameFileAs()
331 public PathSubject containsSameBytesAs(String path) throws IOException { in containsSameBytesAs()
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp402 auto getAsXML = [this](string path) { return ElementHandle(*this, path).getAsXML(); }; in __anon417f51000102()
457 ElementHandle root(*this, "/"); variable
506 ElementHandle root(*this, "/test"); variable
552 string path; member
/aosp_15_r20/development/vndk/snapshot/
H A Dutils.py85 def join_realpath(root, *args): argument
116 def prebuilt_arch_from_path(path): argument
128 def snapshot_arch_from_path(path): argument
140 def find(path, names): argument
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/output/
H A DHierarchicalOutputUnitFormatter.java40 OutputUnit root = new OutputUnit(); in format() local
130 Map<JsonNodePath, Set<JsonNodePath>> keys, OutputUnit root) { in buildIndex()
135 JsonNodePath path = key.getEvaluationPath(); in buildIndex() local
/aosp_15_r20/system/linkerconfig/modules/
H A Dapex.cc47 bool PathExists(const std::string& path) { in PathExists()
90 Result<void> VerifyPath(const std::string& path) { in VerifyPath()
154 Result<std::map<std::string, ApexInfo>> ScanActiveApexes(const std::string& root) { in ScanActiveApexes()
172 for (const std::string& path : permitted_paths) { in ScanActiveApexes() local
/aosp_15_r20/frameworks/base/services/incremental/
H A DIncrementalService.cpp156 static std::string toMountKey(std::string_view path) { in toMountKey()
176 std::string_view path) { in makeMountDir()
190 typename Map::const_iterator findParentPath(const Map& map, std::string_view path) { in findParentPath()
209 std::string_view path) { in parseFromIncfs()
215 static bool isValidMountTarget(std::string_view path) { in isValidMountTarget()
240 static bool checkReadLogsDisabledMarker(std::string_view root) { in checkReadLogsDisabledMarker()
305 static int rmDirContent(const char* path) { in rmDirContent()
334 void IncrementalService::IncFsMount::cleanupFilesystem(std::string_view root) { in cleanupFilesystem()
1178 int IncrementalService::makeFile(StorageId storage, std::string_view path, int mode, FileId id, in makeFile()
1227 int IncrementalService::makeDir(StorageId storageId, std::string_view path, int mode) { in makeDir()
[all …]
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDocumentsProviderHelper.java116 public Uri createDocument(RootInfo root, String mimeType, String name) { in createDocument()
144 public Uri createFolder(RootInfo root, String name) { in createFolder()
189 public void assertChildCount(RootInfo root, int expected) throws Exception { in assertChildCount()
208 public void assertHasFile(RootInfo root, String name) throws Exception { in assertHasFile()
227 public void assertHasDirectory(RootInfo root, String name) throws Exception { in assertHasDirectory()
245 public void assertDoesNotExist(RootInfo root, String name) throws Exception { in assertDoesNotExist()
325 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/aosp_15_r20/external/libxkbcommon/src/
H A Dregistry.c415 char **path; in rxkb_context_destroy() local
542 rxkb_context_include_path_append(struct rxkb_context *ctx, const char *path) in rxkb_context_include_path_append()
587 const char *home, *xdg, *root, *extra; in rxkb_context_include_path_append_default() local
646 char **path; in rxkb_context_parse() local
1086 parse_rules_xml(struct rxkb_context *ctx, xmlNode *root, in parse_rules_xml()
1206 parse(struct rxkb_context *ctx, const char *path, in parse()
1211 xmlNode *root = NULL; in parse() local
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DLoadDocStackTask.java80 final Path path = mDocs.findDocumentPath(docUri, mUserId); in run() local
99 private DocumentStack buildStack(String authority, Path path) throws Exception { in buildStack()
105 RootInfo root = mProviders.getRootOneshot(mUserId, authority, path.getRootId()); in buildStack() local
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/
DElementPath.py239 def __init__(self, root): argument
247 def iterfind(elem, path, namespaces=None): argument
283 def find(elem, path, namespaces=None): argument
292 def findall(elem, path, namespaces=None): argument
298 def findtext(elem, path, default=None, namespaces=None): argument
/aosp_15_r20/external/skia/dm/
H A DDMJsonWriter.cpp43 SkString path = SkOSPath::Join(dir, "dm.json"); in DumpJson() local
106 bool JsonWriter::ReadJson(const char* path, void(*callback)(BitmapResult)) { in ReadJson()
113 const ObjectValue* root = dom.root(); in ReadJson() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DPath.cpp61 StringRef find_first_component(StringRef path, Style style) { in find_first_component()
139 size_t parent_path_end(StringRef path, Style style) { in parent_path_end()
224 namespace path { namespace
226 const_iterator begin(StringRef path, Style style) { in begin()
235 const_iterator end(StringRef path) { in end()
348 StringRef root_path(StringRef path, Style style) { in root_path()
373 StringRef root_name(StringRef path, Style style) { in root_name()
390 StringRef root_directory(StringRef path, Style style) { in root_directory()
413 StringRef relative_path(StringRef path, Style style) { in relative_path()
414 StringRef root = root_path(path, style); in relative_path() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
139 def _pathlib_compat(path): argument
230 def __init__(self, root, at=""): argument
289 def _is_child(self, path): argument

12345678910>>...88