Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 301 – 325 of 3882) sorted by relevance

1...<<11121314151617181920>>...156

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/
DElementTree.py283 def find(self, path, namespaces=None): argument
294 def findtext(self, path, default=None, namespaces=None): argument
308 def findall(self, path, namespaces=None): argument
319 def iterfind(self, path, namespaces=None): argument
341 def get(self, key, default=None): argument
354 def set(self, key, value): argument
605 def find(self, path, namespaces=None): argument
627 def findtext(self, path, default=None, namespaces=None): argument
649 def findall(self, path, namespaces=None): argument
671 def iterfind(self, path, namespaces=None): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/etree/
DElementTree.py283 def find(self, path, namespaces=None): argument
294 def findtext(self, path, default=None, namespaces=None): argument
308 def findall(self, path, namespaces=None): argument
319 def iterfind(self, path, namespaces=None): argument
341 def get(self, key, default=None): argument
354 def set(self, key, value): argument
605 def find(self, path, namespaces=None): argument
627 def findtext(self, path, default=None, namespaces=None): argument
649 def findall(self, path, namespaces=None): argument
671 def iterfind(self, path, namespaces=None): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/etree/
H A DElementTree.py283 def find(self, path, namespaces=None): argument
294 def findtext(self, path, default=None, namespaces=None): argument
308 def findall(self, path, namespaces=None): argument
319 def iterfind(self, path, namespaces=None): argument
341 def get(self, key, default=None): argument
354 def set(self, key, value): argument
605 def find(self, path, namespaces=None): argument
627 def findtext(self, path, default=None, namespaces=None): argument
649 def findall(self, path, namespaces=None): argument
671 def iterfind(self, path, namespaces=None): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/etree/
DElementTree.py283 def find(self, path, namespaces=None): argument
294 def findtext(self, path, default=None, namespaces=None): argument
308 def findall(self, path, namespaces=None): argument
319 def iterfind(self, path, namespaces=None): argument
341 def get(self, key, default=None): argument
354 def set(self, key, value): argument
605 def find(self, path, namespaces=None): argument
627 def findtext(self, path, default=None, namespaces=None): argument
649 def findall(self, path, namespaces=None): argument
671 def iterfind(self, path, namespaces=None): argument
[all …]
/aosp_15_r20/external/e2fsprogs/misc/
H A Dfuse2fs.c801 static int op_getattr(const char *path, struct stat *statbuf) in op_getattr()
825 static int op_readlink(const char *path, char *buf, size_t len) in op_readlink()
901 static int op_mknod(const char *path, mode_t mode, dev_t dev) in op_mknod()
1031 static int op_mkdir(const char *path, mode_t mode) in op_mkdir()
1173 static int unlink_file_by_name(ext2_filsys fs, const char *path) in unlink_file_by_name()
1274 static int __op_unlink(struct fuse2fs *ff, const char *path) in __op_unlink()
1298 static int op_unlink(const char *path) in op_unlink()
1339 static int __op_rmdir(struct fuse2fs *ff, const char *path) in __op_rmdir()
1408 static int op_rmdir(const char *path) in op_rmdir()
1874 static int op_chmod(const char *path, mode_t mode) in op_chmod()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLogicalGrouping.java182 CLDRFile cldrFile, String path, Output<PathType> pathTypeOut) { in getPaths()
222 Pair<String, String> key = new Pair<>(locale, path); in getPaths() local
253 public static Set<String> getPaths(CLDRFile cldrFile, String path) { in getPaths()
267 public static boolean isOptional(CLDRFile cldrFile, String path) { in isOptional()
333 void addPaths(Set<String> set, CLDRFile cldrFile, String path, XPathParts parts) { in addPaths()
340 void addPaths(Set<String> set, CLDRFile cldrFile, String path, XPathParts parts) { in addPaths()
352 void addPaths(Set<String> set, CLDRFile cldrFile, String path, XPathParts parts) { in addPaths()
365 void addPaths(Set<String> set, CLDRFile cldrFile, String path, XPathParts parts) { in addPaths()
397 void addPaths(Set<String> set, CLDRFile cldrFile, String path, XPathParts parts) { in addPaths()
413 void addPaths(Set<String> set, CLDRFile cldrFile, String path, XPathParts parts) { in addPaths()
[all …]
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dbuild_utils.py79 def Touch(path, fail_if_missing=False): argument
104 def WriteJson(obj, path, only_if_changed=False): argument
118 def _AtomicOutput(path, only_if_changed=True, mode='w+b'): argument
277 def GetModifiedTime(path): argument
309 def ExtractAll(zip_path, path=None, no_clobber=True, pattern=None, argument
349 def MatchesGlob(path, filters): argument
468 def get_key(key): argument
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dbuild_utils.py79 def Touch(path, fail_if_missing=False): argument
104 def WriteJson(obj, path, only_if_changed=False): argument
118 def _AtomicOutput(path, only_if_changed=True, mode='w+b'): argument
274 def GetModifiedTime(path): argument
306 def ExtractAll(zip_path, path=None, no_clobber=True, pattern=None, argument
346 def MatchesGlob(path, filters): argument
465 def get_key(key): argument
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dusprep.cpp141 UStringPrepKey *key = nullptr; in usprep_internal_flushCache() local
226 const char* path, in loadData()
305 usprep_getProfile(const char* path, in usprep_getProfile()
351 LocalMemory<UStringPrepKey> key; in usprep_getProfile() local
392 usprep_open(const char* path, in usprep_open()
H A Dlocdspnm.cpp39 const char* const path; member in ICUDataTable
70 ICUDataTable::ICUDataTable(const char* path, const Locale& locale) in ICUDataTable()
635 const char* key; in localeDisplayName() local
826 LocaleDisplayNamesImpl::keyDisplayName(const char* key, in keyDisplayName()
839 LocaleDisplayNamesImpl::keyDisplayName(const char* key, in keyDisplayName()
845 LocaleDisplayNamesImpl::keyValueDisplayName(const char* key, in keyValueDisplayName()
880 LocaleDisplayNamesImpl::keyValueDisplayName(const char* key, in keyValueDisplayName()
1072 const char *key, in uldn_keyDisplayName()
1090 const char *key, in uldn_keyValueDisplayName()
/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DFakeHttpLayer.java370 private String method, hostname, path; field in FakeHttpLayer.RequestMatcherBuilder
398 public RequestMatcherBuilder path(String path) { in path() argument
480 public String getParam(String key) { in getParam()
484 public String getHeader(String key) { in getHeader()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dusprep.cpp141 UStringPrepKey *key = nullptr; in usprep_internal_flushCache() local
226 const char* path, in loadData()
305 usprep_getProfile(const char* path, in usprep_getProfile()
351 LocalMemory<UStringPrepKey> key; in usprep_getProfile() local
392 usprep_open(const char* path, in usprep_open()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dctr_drbg.c37 unsigned char *key, size_t key_len) in ctr_drbg_setup_psa_context()
167 unsigned char key[MBEDTLS_CTR_DRBG_KEYSIZE]; in block_cipher_df() local
542 unsigned char key[MBEDTLS_CTR_DRBG_KEYSIZE]; in mbedtls_ctr_drbg_seed() local
721 const char *path) in mbedtls_ctr_drbg_write_seed_file()
754 const char *path) in mbedtls_ctr_drbg_update_seed_file()
/aosp_15_r20/device/google/felix/vibrator/common/
Dutils.h88 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty()
102 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty()
107 inline std::array<T, N> getProperty(const std::string &key, const std::array<T, N> &def) { in getProperty()
162 std::string path; variable
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc340 void AppendTelemetryMetadataString(const char* key, const char* value) { in AppendTelemetryMetadataString()
344 void AppendTelemetryMetadataInt(const char* key, int64_t value) { in AppendTelemetryMetadataInt()
348 void AppendTelemetryMetadataBool(const char* key, bool value) { in AppendTelemetryMetadataBool()
352 void SetTelemetryMetadataTimestamp(const char* key, int64_t value) { in SetTelemetryMetadataTimestamp()
356 void SetStats(const char* key, int64_t value) { in SetStats()
360 void SetStats(const char* key, const IndexMap& indexed_values) { in SetStats()
512 const char* key = storage->GetString(it.key()).c_str(); in ArgsBuilder() local
567 const std::string& key, in AppendArg()
1464 metadata::KeyId key = key_it->second; in ExportMetadata() local
1676 const char* path = GetNonNullString(storage_, it.path()); in ExportMemorySnapshots() local
[all …]
/aosp_15_r20/system/memory/libmeminfo/
Dsysmeminfo.cpp53 bool SysMemInfo::ReadMemInfo(const char* path) { in ReadMemInfo()
65 bool SysMemInfo::ReadMemInfo(std::vector<uint64_t>* out, const char* path) { in ReadMemInfo()
73 const char* path) { in ReadMemInfo()
90 bool SysMemInfo::ReadMemInfo(const char* path, size_t ntags, const std::string_view* tags, in ReadMemInfo()
263 uint64_t ReadVmallocInfo(const char* path) { in ReadVmallocInfo()
298 static bool ReadSysfsFile(const std::string& path, uint64_t* value) { in ReadSysfsFile()
314 bool ReadIonHeapsSizeKb(uint64_t* size, const std::string& path) { in ReadIonHeapsSizeKb()
318 bool ReadIonPoolsSizeKb(uint64_t* size, const std::string& path) { in ReadIonPoolsSizeKb()
401 uint64_t key = map_key.value(); in ReadPerProcessGpuMem() local
/aosp_15_r20/external/autotest/site_utils/lxc/
H A Dcontainer.py56 def save(self, path): argument
71 def load(cls, path): argument
611 def _set_lxc_config(self, key, value): argument
634 def _get_lxc_config(self, key): argument
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.cpp4 Qcow2Image:: Qcow2Image(const char *path): fpath(path) { in Qcow2Image()
17 Qcow2State:: Qcow2State(const char *path, const struct ublksrv_dev *d): in Qcow2State()
246 T *slice_cache<T>::__find_slice(u64 key, bool use_evicted_cache) { in __find_slice()
380 u32 key = (it->second->parent_idx * 8) / 512; in figure_group_from_dirty_list() local
415 u32 key = (t->parent_idx * 8) / 512; in __figure_group_for_flush() local
497 Qcow2RefcountBlock* Qcow2ClusterAllocator::__find_slice(u64 key) in __find_slice()
749 Qcow2L2Table* Qcow2ClusterMapping::__find_slice(u64 key, bool use_dirty) in __find_slice()
/aosp_15_r20/frameworks/base/ravenwood/runtime-jni/
H A Dravenwood_initializer.cpp39 std::string key; member
64 static bool property_set(const char* key, const char* value) { in property_set()
81 static void property_get(const char* key, Func callback) { in property_get()
96 int __system_property_set(const char* key, const char* value) { in __system_property_set()
101 int __system_property_get(const char* key, char* value) { in __system_property_get()
110 const prop_info* __system_property_find(const char* key) { in __system_property_find()
133 ScopedUtfChars path(env, javaPath); in reloadNativeLibrary() local
139 static void check_system_property_access(const char* key, bool write) { in check_system_property_access()
154 ScopedUtfChars key(env, javaKey); in getSystemProperty() local
162 ScopedUtfChars key(env, javaKey); in setSystemProperty() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_offload.py238 def bpf_obj(name, sec=".text", path=bpf_test_dir,): argument
281 def __init__(self, path): argument
288 def __getitem__(self, key): argument
293 def __setitem__(self, key, value): argument
303 def _debugfs_dir_read(self, path): argument
340 def ctrl_write(path, val): argument
444 def __getitem__(self, key): argument
1249 key = str2int(entries[i]["key"]) variable
1257 key = str2int(entry["next_key"]) variable
1261 key = str2int(entry["next_key"]) variable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/
DFileSystemPreferences.java368 String key, value; field in FileSystemPreferences.Put
370 Put(String key, String value) { in Put()
384 String key; field in FileSystemPreferences.Remove
386 Remove(String key) { in Remove()
473 public FileSystemPreferences(String path, File lockFile, boolean isUserNode) { in FileSystemPreferences()
525 protected void putSpi(String key, String value) { in putSpi()
531 protected String getSpi(String key) { in getSpi()
536 protected void removeSpi(String key) { in removeSpi()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/prefs/
DFileSystemPreferences.java368 String key, value; field in FileSystemPreferences.Put
370 Put(String key, String value) { in Put()
384 String key; field in FileSystemPreferences.Remove
386 Remove(String key) { in Remove()
473 public FileSystemPreferences(String path, File lockFile, boolean isUserNode) { in FileSystemPreferences()
525 protected void putSpi(String key, String value) { in putSpi()
531 protected String getSpi(String key) { in getSpi()
536 protected void removeSpi(String key) { in removeSpi()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java368 String key, value; field in FileSystemPreferences.Put
370 Put(String key, String value) { in Put()
384 String key; field in FileSystemPreferences.Remove
386 Remove(String key) { in Remove()
473 public FileSystemPreferences(String path, File lockFile, boolean isUserNode) { in FileSystemPreferences()
525 protected void putSpi(String key, String value) { in putSpi()
531 protected String getSpi(String key) { in getSpi()
536 protected void removeSpi(String key) { in removeSpi()
/aosp_15_r20/system/update_engine/common/
H A Dprefs.cc40 void DeleteEmptyDirectories(const base::FilePath& path) { in DeleteEmptyDirectories()
57 bool PrefsBase::GetString(const std::string_view key, string* value) const { in GetString() argument
61 bool PrefsBase::SetString(std::string_view key, std::string_view value) { in SetString()
72 bool PrefsBase::GetInt64(const std::string_view key, int64_t* value) const { in GetInt64() argument
90 bool PrefsBase::SetInt64(std::string_view key, const int64_t value) { in SetInt64()
94 bool PrefsBase::GetBoolean(std::string_view key, bool* value) const { in GetBoolean()
110 bool PrefsBase::SetBoolean(std::string_view key, const bool value) { in SetBoolean()
118 bool PrefsBase::Delete(std::string_view key) { in Delete()
136 for (const auto& key : namespace_keys) { in Delete() local
151 void PrefsBase::AddObserver(std::string_view key, ObserverInterface* observer) { in AddObserver()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DVettingAdder.java113 public void add(String path, String dir, String fullPath, String value) { in add()
124 public Collection<VettingInfo> get(String path) { in get()
144 String path = it3.next(); in incorporateVetting() local
161 String path = it2.next(); in incorporateVetting() local
185 String key = it.next(); in showSources() local
289 String path = it2.next(); in showFiles() local
320 String path = CLDRFile.getDistinguishingXPath((String) items[1], null); in showConflicts() local
379 private String stripAlt(String path) { in stripAlt()

1...<<11121314151617181920>>...156