Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 226 – 250 of 3101) sorted by relevance

12345678910>>...125

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp92 bool WriteRandomData(const std::string& path, std::optional<size_t> expect_size, in WriteRandomData()
159 std::optional<std::string> GetHash(const std::string& path) { in GetHash()
225 std::string SnapshotTestPropertyFetcher::GetProperty(const std::string& key, in GetProperty()
234 bool SnapshotTestPropertyFetcher::GetBoolProperty(const std::string& key, bool defaultValue) { in GetBoolProperty()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfBitmap.java40 public BpfBitmap(@NonNull String path) throws ErrnoException { in BpfBitmap()
49 private long getBpfMapValue(Struct.S32 key) throws ErrnoException { in getBpfMapValue()
97 Struct.S32 key = new Struct.S32(index >> 6); in set() local
110 mBpfMap.forEach((key, value) -> { in clear() argument
119 Struct.S32 key = mBpfMap.getFirstKey(); in isEmpty() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/
Dfile_cache.py113 def get(self, key): argument
122 def set(self, key, value, expires=None): argument
126 def _write(self, path, data: bytes): argument
141 def _delete(self, key, suffix): argument
156 def delete(self, key): argument
166 def get_body(self, key): argument
173 def set_body(self, key, body): argument
177 def delete(self, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/
Dfile_cache.py113 def get(self, key): argument
122 def set(self, key, value, expires=None): argument
126 def _write(self, path, data: bytes): argument
141 def _delete(self, key, suffix): argument
156 def delete(self, key): argument
166 def get_body(self, key): argument
173 def set_body(self, key, body): argument
177 def delete(self, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/
Dfile_cache.py113 def get(self, key): argument
122 def set(self, key, value, expires=None): argument
126 def _write(self, path, data: bytes): argument
141 def _delete(self, key, suffix): argument
156 def delete(self, key): argument
166 def get_body(self, key): argument
173 def set_body(self, key, body): argument
177 def delete(self, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/
Dfile_cache.py113 def get(self, key): argument
122 def set(self, key, value, expires=None): argument
126 def _write(self, path, data: bytes): argument
141 def _delete(self, key, suffix): argument
156 def delete(self, key): argument
166 def get_body(self, key): argument
173 def set_body(self, key, body): argument
177 def delete(self, key): argument
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/storage/
Dinsecure_json_storage.cpp31 Result<Json::Value> ReadJson(const std::string& path) { in ReadJson()
37 Result<void> WriteJson(const std::string& path, const Json::Value& root) { in WriteJson()
46 InsecureJsonStorage::InsecureJsonStorage(std::string path) : path_(std::move(path)) {} in InsecureJsonStorage()
72 Result<void> InsecureJsonStorage::Write(const std::string& key, const StorageData& data) { in Write()
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java107 String path = entry.getPath(); in add() local
142 public boolean delete(String path) { in delete()
160 public boolean exists(String path) { in exists()
173 public boolean isDirectory(String path) { in isDirectory()
187 public boolean isFile(String path) { in isFile()
203 public List listFiles(String path) { in listFiles()
231 public List listNames(String path) { in listNames()
324 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
352 public String getParent(String path) { in getParent()
370 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
361 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
361 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
323 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
351 public String getParent(String path) { in getParent()
369 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
361 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java107 String path = entry.getPath(); in add() local
142 public boolean delete(String path) { in delete()
160 public boolean exists(String path) { in exists()
173 public boolean isDirectory(String path) { in isDirectory()
187 public boolean isFile(String path) { in isFile()
203 public List listFiles(String path) { in listFiles()
231 public List listNames(String path) { in listNames()
324 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
352 public String getParent(String path) { in getParent()
370 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
361 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java107 String path = entry.getPath(); in add() local
142 public boolean delete(String path) { in delete()
160 public boolean exists(String path) { in exists()
173 public boolean isDirectory(String path) { in isDirectory()
187 public boolean isFile(String path) { in isFile()
203 public List listFiles(String path) { in listFiles()
231 public List listNames(String path) { in listNames()
324 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
352 public String getParent(String path) { in getParent()
370 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
361 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
323 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
351 public String getParent(String path) { in getParent()
369 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
361 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCLDRModify.java110 path, enumConstant
133 public ConfigMatch(ConfigKeys key, String match) { in ConfigMatch()
186 String path = StringId.getStringFromHexId(exactMatch); in getPath() local
524 String path = (String) it3.next(); in main() local
619 public Retention getRetention(String path) { in getRetention()
732 public void retain(String path, String reason) { in retain()
744 public void remove(String path) { in remove()
748 public void remove(String path, String reason) { in remove()
888 public void add(String path, String value, String reason) { in add()
3137 String key = k.getLocaleID(); in fixIdenticalChildren() local
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/
H A DExternalDocumentationLinkResolver.kt128 .groupBy({ (key, _) -> key }, { (_, value) -> value }) in loadPackageList() method
134 .map { (key, value) -> key to value } in loadPackageList() method
185 val path = externalLocation.locations[symbol.signature()] ?: in buildExternalDocumentationLink() constant
243 val path = getPathWithoutExtension(symbol) in getPath() constant
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvccompiler.py74 def read_keys(base, key): argument
92 def read_values(base, key): argument
129 def set_macro(self, macro, path, key): argument
632 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dmsvccompiler.py54 def read_keys(base, key): argument
71 def read_values(base, key): argument
106 def set_macro(self, macro, path, key): argument
586 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dmsvccompiler.py54 def read_keys(base, key): argument
71 def read_values(base, key): argument
106 def set_macro(self, macro, path, key): argument
586 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dmsvccompiler.py55 def read_keys(base, key): argument
72 def read_values(base, key): argument
107 def set_macro(self, macro, path, key): argument
587 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dmsvccompiler.py54 def read_keys(base, key): argument
71 def read_values(base, key): argument
106 def set_macro(self, macro, path, key): argument
586 def get_msvc_paths(self, path, platform='x86'): argument

12345678910>>...125