Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 176 – 200 of 3062) sorted by relevance

12345678910>>...123

/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dmanifest_utils.py49 def NamespacedGet(node, key): argument
53 def NamespacedSet(node, key, value): argument
57 def ParseManifest(path): argument
84 def SaveManifest(doc, path): argument
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/
H A DUtils.java175 String key = decodeComponent(parts[0]); in decodeUrlArguments() local
192 String key = encodeComponent(entry.getKey()); in encodeUrlArguments() local
206 public static String getLogsUrl(String path) { in getLogsUrl()
210 public static String getRetrieveLogsUrl(String path) { in getRetrieveLogsUrl()
236 public static String setDefaultValue(Map<String, String> map, String key, String defaultValue) { in setDefaultValue() argument
244 public static JSONValue setDefaultValue(JSONObject object, String key, JSONValue defaultValue) { in setDefaultValue()
/aosp_15_r20/external/puffin/src/
H A Dpuffin_stream.cc459 const LRUCache::Value LRUCache::get(const Key& key) { in get()
473 LRUCache::Value LRUCache::ReadFromDisk(const LRUCache::Key& key) { in ReadFromDisk()
474 const auto path = tmpdir_ / std::to_string(key); in ReadFromDisk() local
507 bool LRUCache::WriteToDisk(const LRUCache::Key& key, in WriteToDisk()
512 const auto path = tmpdir_ / std::to_string(key); in WriteToDisk() local
533 void LRUCache::put(const LRUCache::Key& key, const LRUCache::Value& value) { in put()
/aosp_15_r20/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py381 def get_list(self, key): argument
390 def get_optional_string(self, key): argument
398 def get_string(self, key): argument
404 def get_optional_bool(self, key, default = None): argument
413 def get_bool(self, key): argument
425 def load_from_path(path, subpath): argument
439 def _read_components_from_parser(parser, path, subpath): argument
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dcache_test.cpp52 remove_entry(const char *path, in remove_entry()
74 rmrf_local(const char *path) in rmrf_local()
99 does_cache_contain(struct disk_cache *cache, const cache_key key) in does_cache_contain()
116 uint8_t key[20]; in cache_exists() local
134 const cache_key key, in poll_disk_cache_get()
208 char *path = ralloc_asprintf( in test_disk_cache_create() local
/aosp_15_r20/system/nfc/src/adaptation/
H A Dnfc_config.cc35 for (std::string path : search_path) { in searchConfigPath() local
91 bool NfcConfig::hasKey(const std::string& key) { in hasKey()
95 std::string NfcConfig::getString(const std::string& key) { in getString()
99 std::string NfcConfig::getString(const std::string& key, in getString()
105 unsigned NfcConfig::getUnsigned(const std::string& key) { in getUnsigned()
109 unsigned NfcConfig::getUnsigned(const std::string& key, in getUnsigned()
115 std::vector<uint8_t> NfcConfig::getBytes(const std::string& key) { in getBytes()
/aosp_15_r20/external/kmod/tools/
H A Ddepmod.c265 static int index_insert(struct index_node *node, const char *key, in index_insert()
442 char path[]; member
455 char path[]; member
461 char path[]; member
485 static enum search_type cfg_define_search_type(const char *path) in cfg_define_search_type()
494 static int cfg_search_add(struct cfg *cfg, const char *path) in cfg_search_add()
568 static int cfg_external_add(struct cfg *cfg, const char *path) in cfg_external_add()
594 static int cfg_exclude_add(struct cfg *cfg, const char *path) in cfg_exclude_add()
746 char path[]; member
818 const char *path) in cfg_files_list()
[all …]
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dmanifest_utils.py49 def NamespacedGet(node, key): argument
53 def NamespacedSet(node, key, value): argument
57 def ParseManifest(path): argument
84 def SaveManifest(doc, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmetadata.py265 def __init__(self, path=None, fileobj=None, mapping=None, argument
426 def _set(key, value): argument
663 def __init__(self, path=None, fileobj=None, mapping=None, argument
731 def __getattribute__(self, key): argument
774 def _validate_value(self, key, value, scheme=None): argument
784 def __setattr__(self, key, value): argument
1029 def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): argument
Dcompat.py207 def which(cmd, mode=os.F_OK | os.X_OK, path=None): argument
537 def __missing__(self, key): argument
540 def __getitem__(self, key): argument
548 def get(self, key, default=None): argument
557 def __contains__(self, key): argument
588 def __setitem__(self, key, value): argument
591 def __delitem__(self, key): argument
604 def pop(self, key, *args): argument
618 def cache_from_source(path, debug_override=None): argument
673 def __setitem__(self, key, value, dict_setitem=dict.__setitem__): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmetadata.py265 def __init__(self, path=None, fileobj=None, mapping=None, argument
426 def _set(key, value): argument
663 def __init__(self, path=None, fileobj=None, mapping=None, argument
731 def __getattribute__(self, key): argument
774 def _validate_value(self, key, value, scheme=None): argument
784 def __setattr__(self, key, value): argument
1029 def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): argument
Dcompat.py207 def which(cmd, mode=os.F_OK | os.X_OK, path=None): argument
537 def __missing__(self, key): argument
540 def __getitem__(self, key): argument
548 def get(self, key, default=None): argument
557 def __contains__(self, key): argument
588 def __setitem__(self, key, value): argument
591 def __delitem__(self, key): argument
604 def pop(self, key, *args): argument
618 def cache_from_source(path, debug_override=None): argument
673 def __setitem__(self, key, value, dict_setitem=dict.__setitem__): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmetadata.py265 def __init__(self, path=None, fileobj=None, mapping=None, argument
426 def _set(key, value): argument
663 def __init__(self, path=None, fileobj=None, mapping=None, argument
731 def __getattribute__(self, key): argument
774 def _validate_value(self, key, value, scheme=None): argument
784 def __setattr__(self, key, value): argument
1029 def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): argument
Dcompat.py207 def which(cmd, mode=os.F_OK | os.X_OK, path=None): argument
537 def __missing__(self, key): argument
540 def __getitem__(self, key): argument
548 def get(self, key, default=None): argument
557 def __contains__(self, key): argument
588 def __setitem__(self, key, value): argument
591 def __delitem__(self, key): argument
604 def pop(self, key, *args): argument
618 def cache_from_source(path, debug_override=None): argument
673 def __setitem__(self, key, value, dict_setitem=dict.__setitem__): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dmetadata.py265 def __init__(self, path=None, fileobj=None, mapping=None, argument
426 def _set(key, value): argument
663 def __init__(self, path=None, fileobj=None, mapping=None, argument
731 def __getattribute__(self, key): argument
774 def _validate_value(self, key, value, scheme=None): argument
784 def __setattr__(self, key, value): argument
1029 def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): argument
Dcompat.py207 def which(cmd, mode=os.F_OK | os.X_OK, path=None): argument
537 def __missing__(self, key): argument
540 def __getitem__(self, key): argument
548 def get(self, key, default=None): argument
557 def __contains__(self, key): argument
588 def __setitem__(self, key, value): argument
591 def __delitem__(self, key): argument
604 def pop(self, key, *args): argument
618 def cache_from_source(path, debug_override=None): argument
673 def __setitem__(self, key, value, dict_setitem=dict.__setitem__): argument
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java116 private static boolean isConnectedToCecSwitch(int path, Collection<Integer> switches) { in isConnectedToCecSwitch()
764 int path = it.next(); in removeCecSwitches() local
777 int key = mDeviceInfos.keyAt(i); in removeDevicesConnectedToPort() local
789 boolean updateCecSwitchInfo(int address, int type, int path) { in updateCecSwitchInfo()
840 final HdmiDeviceInfo getDeviceInfoByPath(int path) { in getDeviceInfoByPath()
858 HdmiDeviceInfo getSafeDeviceInfoByPath(int path) { in getSafeDeviceInfoByPath()
960 int physicalAddressToPortId(int path) { in physicalAddressToPortId()
990 int key = mLocalDevices.keyAt(i); in isLocalDeviceAddress() local
/aosp_15_r20/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
H A DRavenwoodSystemProperties.java83 var path = getRavenwoodRuntimePath(); in initialize() local
88 ravenwoodProps.forEach((key, origValue) -> { in initialize() argument
110 var key = entry.getKey(); in initialize() local
134 private static boolean isKeyReadable(String key) { in isKeyReadable()
169 private static boolean isKeyWritable(String key) { in isKeyWritable()
180 static boolean isKeyAccessible(String key, boolean write) { in isKeyAccessible()
188 private static String getKeyRoot(String key) { in getKeyRoot()
/aosp_15_r20/external/erofs-utils/lib/
H A Dxattr.c141 static bool match_prefix(const char *key, unsigned int *index, in match_prefix()
228 static struct xattr_item *parse_one_xattr(const char *path, const char *key, in parse_one_xattr()
380 static bool erofs_is_skipped_xattr(const char *key) in erofs_is_skipped_xattr()
390 static int read_xattrs_from_file(const char *path, mode_t mode, in read_xattrs_from_file()
401 char *keylst, *key, *klend; in read_xattrs_from_file() local
472 int erofs_setxattr(struct erofs_inode *inode, char *key, in erofs_setxattr()
499 static void erofs_removexattr(struct erofs_inode *inode, const char *key) in erofs_removexattr()
589 char *keylst, *key; in erofs_read_xattrs_from_disk() local
704 static int erofs_count_all_xattrs_from_path(const char *path) in erofs_count_all_xattrs_from_path()
873 int erofs_build_shared_xattrs_from_path(struct erofs_sb_info *sbi, const char *path) in erofs_build_shared_xattrs_from_path()
/aosp_15_r20/trusty/user/app/storage/
Dblock_map.c64 struct block_tree_path path; in block_map_get() local
92 struct block_tree_path path; in block_map_set() local
146 struct block_tree_path path; in block_map_put_dirty() local
177 struct block_tree_path path; in block_map_truncate() local
178 data_block_t key; in block_map_truncate() local
232 struct block_tree_path path; in block_map_check() local
/aosp_15_r20/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp369 const string path; member
438 static int set_file_lock(int fd, bool for_read, const std::string& path) { in set_file_lock()
462 static bool is_file_locked(int fd, const std::string& path) { in is_file_locked()
481 static bool is_package_owned_path(const string& path, const string& fuse_path) { in is_package_owned_path()
488 static bool is_bpf_backing_path(const string& path) { in is_bpf_backing_path()
495 const string& child_name, const string& path) { in fuse_inval()
508 static double get_entry_timeout(const string& path, bool should_inval, struct fuse* fuse) { in get_entry_timeout()
533 static inline bool is_synthetic_path(const string& path, struct fuse* fuse) { in is_synthetic_path()
538 static inline bool is_transforms_dir_path(const string& path, struct fuse* fuse) { in is_transforms_dir_path()
543 const std::string& path, const std::string& name, fuse_req_t req, int* error_code, in validate_node_path()
[all …]
/aosp_15_r20/external/cronet/build/android/gyp/
H A Djava_cpp_enum.py45 def AppendEntry(self, key, value): argument
50 def AppendEntryComment(self, key, value): argument
157 def Update(self, key, value): argument
198 def __init__(self, lines, path=''): argument
346 def DoParseHeaderFile(path): argument
/aosp_15_r20/external/angle/build/android/gyp/
H A Djava_cpp_enum.py53 def AppendEntry(self, key, value): argument
58 def AppendEntryComment(self, key, value): argument
168 def Update(self, key, value): argument
217 def __init__(self, lines, path=''): argument
391 def DoParseHeaderFile(path): argument
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcloudshell.v1.json74 "key": { object
127 "path": "v1/{+name}:cancel", string
155 "path": "v1/{+name}", string
180 "path": "v1/{+name}", string
221 "path": "v1/{+name}", string
252 "path": "v1/{+environment}:addPublicKey", string
280 "path": "v1/{+name}:authorize", string
308 "path": "v1/{+name}", string
333 "path": "v1/{+environment}:removePublicKey", string
361 "path": "v1/{+name}:start", string
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DTestCache.java57 public void check(String path, List<CheckStatus> result, String value) { in check()
65 Pair<String, String> key = new Pair<>(path, value); in check() local
84 public void getExamples(String path, String value, List<CheckStatus> result) { in getExamples()
166 Options key = k.getKey(); in toString() local

12345678910>>...123