Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 101 – 125 of 2333) sorted by relevance

12345678910>>...94

/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseBackupAndRecovery.java581 private FuseDaemon getFuseDaemonForPath(@NonNull String path) in getFuseDaemonForPath()
808 static Optional<String> getXattr(String path, String key) { in getXattr()
821 static Optional<Long> getXattrOfLongValue(String path, String key) { in getXattrOfLongValue()
834 static Optional<Integer> getXattrOfIntegerValue(String path, String key) { in getXattrOfIntegerValue()
847 static boolean setXattr(String path, String key, String value) { in setXattr()
865 static boolean removeXattr(String path, String key) { in removeXattr()
891 static List<String> listXattr(String path) { in listXattr()
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp47 int get_property(const char *key, char *value, const char *default_value) { in get_property()
74 static void mkdir(const char* path) { in mkdir()
79 static void touch(const char* path, int len, int time) { in touch()
89 static int exists(const char* path) { in exists()
94 static int64_t size(const char* path) { in size()
114 static void setxattr(const char* path, const char* key) { in setxattr()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java208 public void setAttribute(String key, String value) { in setAttribute()
223 public String getAttribute(String key) { in getAttribute()
227 public boolean hasAttribute(String key) { in hasAttribute()
302 public NestedMapData getChild(String path) { in getChild()
316 public NestedMapData createChild(String path) { in createChild()
361 public void removeTree(String path) { in removeTree()
509 String key = entry.getKey(); in optimize() local
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc96 const base::FilePath& path, in CacheCreator()
265 explicit TrivialFileEnumerator(const base::FilePath& path) in TrivialFileEnumerator()
317 const base::FilePath& path, in CreateCacheBackendImpl()
363 const base::FilePath& path, in CreateCacheBackend()
382 const base::FilePath& path, in CreateCacheBackend()
399 const base::FilePath& path, in CreateCacheBackend()
440 uint8_t Backend::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData()
444 void Backend::SetEntryInMemoryData(const std::string& key, uint8_t data) {} in SetEntryInMemoryData()
514 bool TrivialFileOperations::CreateDirectory(const base::FilePath& path) { in CreateDirectory()
531 bool TrivialFileOperations::PathExists(const base::FilePath& path) { in PathExists()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DViewSettings.cpp74 CKey key; in Save() local
86 CKey key; in Read() local
144 CKey key; in Save() local
164 static bool QueryBuf(CKey &key, LPCTSTR name, CByteBuffer &buf, UInt32 dataSize) in QueryBuf()
174 CKey key; in Read() local
200 CKey key; in SaveUi32Val() local
207 CKey key; in ReadUi32Val() local
257 void SavePanelPath(UInt32 panel, const UString &path) in SavePanelPath()
260 CKey key; in SavePanelPath() local
265 bool ReadPanelPath(UInt32 panel, UString &path) in ReadPanelPath()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc37 void section_t::Set(std::string key, std::string value) { in Set()
48 std::list<entry_t>::iterator section_t::Find(const std::string& key) { in Find()
53 bool section_t::Has(const std::string& key) { return Find(key) != entries.end(); } in Has()
60 bool config_t::Has(const std::string& key) { return Find(key) != sections.end(); } in Has()
72 const std::string& key) { in entry_find()
109 base::FilePath path(filename); in checksum_read() local
137 bool config_has_key(const config_t& config, const std::string& section, const std::string& key) { in config_has_key()
141 int config_get_int(const config_t& config, const std::string& section, const std::string& key, in config_get_int()
154 const std::string& key, uint64_t def_value) { in config_get_uint64()
165 bool config_get_bool(const config_t& config, const std::string& section, const std::string& key, in config_get_bool()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_getpath.py893 def add_known_file(self, path, lines=None): argument
897 def add_known_xfile(self, path): argument
900 def add_known_link(self, path, target): argument
903 def add_known_dir(self, path): argument
909 def __missing__(self, key): argument
915 def abspath(self, path): argument
920 def basename(self, path): argument
923 def dirname(self, path): argument
929 def hassuffix(self, path, suffix): argument
932 def isabs(self, path): argument
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpkparse.c430 unsigned char *key, size_t keylen, const unsigned char *end, in pk_parse_key_rfc8410_der()
605 const unsigned char *key, size_t keylen, in pk_parse_key_sec1_der()
744 const unsigned char *key, size_t keylen, in pk_parse_key_pkcs8_unencrypted_der()
867 unsigned char *key, size_t keylen, in mbedtls_pk_parse_key_pkcs8_encrypted_der()
974 const unsigned char *key, size_t keylen, in mbedtls_pk_parse_key()
1181 const unsigned char *key, size_t keylen) in mbedtls_pk_parse_public_key()
1298 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n) in mbedtls_pk_load_file()
1348 const char *path, const char *pwd, in mbedtls_pk_parse_keyfile()
1374 int mbedtls_pk_parse_public_keyfile(mbedtls_pk_context *ctx, const char *path) in mbedtls_pk_parse_public_keyfile()
/aosp_15_r20/system/libvintf/
H A DAssembleVintf.cpp100 void setFakeEnv(const std::string& key, const std::string& value) { mFakeEnv[key] = value; } in setFakeEnv()
124 bool getFlag(const std::string& key, T* value, bool log = true) const { in getFlag()
178 size_t getIntegerFlag(const std::string& key, size_t defaultValue = 0) const { in getIntegerFlag()
199 static bool isCommonConfig(const std::string& path) { in isCommonConfig()
206 static bool isConditionalConfig(const std::string& path) { in isConditionalConfig()
216 static bool isExtraCommonConfig(const std::string& path) { in isExtraCommonConfig()
221 Condition generateCondition(const std::string& path) { in generateCondition()
564 const std::string& path = it->fileName(); in assembleHalManifest() local
953 bool AssembleVintf::openOutFile(const std::string& path) { in openOutFile()
958 bool AssembleVintf::openInFile(const std::string& path) { in openInFile()
[all …]
/aosp_15_r20/external/cronet/net/data/gencerts/
H A D__init__.py108 def __init__(self, path): argument
117 def get_or_generate_key(generation_arguments, path): argument
145 def get_or_generate_rsa_key(size_bits, path): argument
151 def get_or_generate_ec_key(named_curve, path): argument
278 def set_key(self, key): argument
283 def set_key_internal(self, key): argument
522 def write_string_to_file(data, path): argument
527 def read_file_to_string(path): argument
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_proc.c93 char *path = NULL; in _procutils_memfd_path() local
126 static int _procfs_might_be_zip_path(const char *path) { in _procfs_might_be_zip_path()
130 static char *_procfs_find_zip_entry(const char *path, int pid, in _procfs_find_zip_entry()
318 uint32_t key; member
330 uint32_t key; member
348 char *path; member
363 const char *key = ldstrings + ldcache->entries[i].key; in read_cache1() local
386 const char *key = ld_map + ldcache->entries[i].key; in read_cache2() local
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_bench.cpp39 std::string path = GetTestDataPath() + "/basic/basic.apk"; in BM_AssetManagerLoadAssets() local
49 String8 path((GetTestDataPath() + "/basic/basic.apk").data()); in BM_AssetManagerLoadAssetsOld() local
62 std::string path = kFrameworkPath; in BM_AssetManagerLoadFrameworkAssets() local
72 String8 path(kFrameworkPath); in BM_AssetManagerLoadFrameworkAssetsOld() local
149 uint32_t key = iter->key; in BM_AssetManagerGetBag() local
173 uint32_t key = iter->map.name.ident; in BM_AssetManagerGetBagOld() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DFlexibleDateFromCLDR.java138 public void checkFlexibles(String path, String value, String fullPath) { in checkFlexibles()
146 String key = parts.getAttributeValue(-1, "request"); in checkFlexibles() local
157 String key = parts.getAttributeValue(-2, "type"); in checkFlexibles() local
259 String path = it.next(); in addAvailableFormatsForFile() local
287 public String checkValueAgainstSkeleton(String path, String value) { in checkValueAgainstSkeleton()
385 public Object getFailurePath(Object path) { in getFailurePath()
/aosp_15_r20/system/tools/mkbootimg/gki/
Dcertify_bootimg.py44 def add_certificate(boot_img, algorithm, key, extra_args): argument
150 def load_dict_from_file(path): argument
184 def get_archive_name_and_format_for_shutil(path): argument
249 def certify_bootimg(boot_img, output_img, algorithm, key, extra_args, argument
267 algorithm, key, extra_args, extra_footer_args): argument
/aosp_15_r20/trusty/user/app/storage/test/block_host_test/
Dblock_test.c111 static const struct key key; variable
135 const struct key* key = fs->key; in block_test_clear_reinit_etc() local
266 struct block_tree_path path; in mark_block_tree_in_use() local
294 struct block_tree_path path; in mark_files_in_use() local
458 uint16_t key; in rand_key() local
476 uint16_t key; in block_tree_test_etc() local
480 struct block_tree_path path; in block_tree_test_etc() local
1038 const char* path, in open_test_file_etc()
1054 const char* path, in open_test_file()
1063 const char* path, in file_allocate_all_test()
[all …]
/aosp_15_r20/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp269 String8 key = keyIt.next(); in android_drm_DrmManagerClient_getConstraintsFromContent() local
319 String8 key = keyIt.next(); in android_drm_DrmManagerClient_getMetadataFromContent() local
416 JNIEnv* env, jobject thiz, jint uniqueId, jstring path, jstring mimeType) { in android_drm_DrmManagerClient_canHandle()
451 ScopedLocalRef<jstring> key(env, in android_drm_DrmManagerClient_processDrmInfo() local
529 ScopedLocalRef<jstring> key(env, in android_drm_DrmManagerClient_acquireDrmInfo() local
564 String8 key = it.next(); in android_drm_DrmManagerClient_acquireDrmInfo() local
582 JNIEnv* env, jobject thiz, jint uniqueId, jstring path, jstring mimeType) { in android_drm_DrmManagerClient_getDrmObjectType()
593 JNIEnv* env, jobject thiz, jint uniqueId, jstring path, jobject fileDescriptor) { in android_drm_DrmManagerClient_getOriginalMimeType()
609 JNIEnv* env, jobject thiz, jint uniqueId, jstring path, int action) { in android_drm_DrmManagerClient_checkRightsStatus()
619 JNIEnv* env, jobject thiz, jint uniqueId, jstring path) { in android_drm_DrmManagerClient_removeRights()
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/
H A DTemplatedResourceName.java103 public static TemplatedResourceName create(PathTemplate template, String path) { in create()
130 public static TemplatedResourceName createFromFullName(PathTemplate template, String path) { in createFromFullName()
238 public boolean containsKey(Object key) { in containsKey()
248 public String get(Object key) { in get()
254 public String put(String key, String value) { in put()
260 public String remove(Object key) { in remove()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/shapes/
DAppShape.java6 private final java.lang.String key = null; field in AppShape
10 private final java.lang.String path = null; field in AppShape
12 public AppShape(@org.jetbrains.annotations.NotNull() in AppShape()
14 java.lang.String title, @org.jetbrains.annotations.NotNull() in AppShape()
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dsnapshot_format.rs32 key: Option<CryptKey>, field
56 let key = crypto::generate_random_key(); in new() localVariable
90 let path = self.dir.join(name); in raw_fragment_with_chunk_size() localVariable
143 key: Option<CryptKey>, field
160 let key = Some( in new() localVariable
182 let path = self.dir.join(name); in raw_fragment() localVariable
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DShape.cpp145 int path_key_from_data_size(const SkPath& path) { in path_key_from_data_size()
161 void write_path_key_from_data(const SkPath& path, uint32_t* origKey) { in write_path_key_from_data()
162 uint32_t* key = origKey; in write_path_key_from_data() local
228 void Shape::writeKey(uint32_t* key, bool includeInverted) const { in writeKey()
296 uint32_t key; in stateKey() local
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DUri.java427 final String path = getPath(); in toSafeString() local
485 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile() local
623 private PathPart path; field in Uri.StringUri
1191 private final PathPart path; field in Uri.HierarchicalUri
1195 private HierarchicalUri(String scheme, Part authority, PathPart path, in HierarchicalUri()
1375 private PathPart path; field in Uri.Builder
1443 Builder path(PathPart path) { in path() method in Uri.Builder
1459 public Builder path(String path) { in path() argument
1470 public Builder encodedPath(String path) { in encodedPath()
1536 public Builder appendQueryParameter(String key, String value) { in appendQueryParameter()
[all …]
/aosp_15_r20/external/autotest/site_utils/
H A Dgs_offloader.py226 def _escape_rename(path): argument
250 def _replace_fifo_with_file(path): argument
275 def _replace_symlink_with_file(path): argument
383 def _get_swarming_req_dir(path): argument
399 def _parse_cts_job_results_file_path(path): argument
741 def get(self, key): argument
748 def add(self, key, value): argument
753 def delete(self, key): argument
/aosp_15_r20/external/mbedtls/library/
H A Dpkparse.c65 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n) in mbedtls_pk_load_file()
115 const char *path, const char *pwd, in mbedtls_pk_parse_keyfile()
141 int mbedtls_pk_parse_public_keyfile(mbedtls_pk_context *ctx, const char *path) in mbedtls_pk_parse_public_keyfile()
608 unsigned char *key, size_t keylen, const unsigned char *end, in pk_parse_key_rfc8410_der()
704 mbedtls_svc_key_id_t key; in pk_get_ecpubkey() local
986 const unsigned char *key, in pk_parse_key_pkcs1_der()
1147 const unsigned char *key, size_t keylen, in pk_parse_key_sec1_der()
1306 const unsigned char *key, size_t keylen, in pk_parse_key_pkcs8_unencrypted_der()
1429 unsigned char *key, size_t keylen, in mbedtls_pk_parse_key_pkcs8_encrypted_der()
1530 const unsigned char *key, size_t keylen, in mbedtls_pk_parse_key()
[all …]
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_backend_impl.cc76 const base::FilePath& path) { in FileStructureConsistent()
208 const FilePath& path, in SimpleBackendImpl()
371 EntryResult SimpleBackendImpl::OpenEntry(const std::string& key, in OpenEntry()
407 const std::string& key, in CreateEntry()
440 const std::string& key, in OpenOrCreateEntry()
479 const std::string& key, in MaybeOptimisticCreateForPostDoom()
506 net::Error SimpleBackendImpl::DoomEntry(const std::string& key, in DoomEntry()
649 void SimpleBackendImpl::OnExternalCacheHit(const std::string& key) { in OnExternalCacheHit()
653 uint8_t SimpleBackendImpl::GetEntryInMemoryData(const std::string& key) { in GetEntryInMemoryData()
658 void SimpleBackendImpl::SetEntryInMemoryData(const std::string& key, in SetEntryInMemoryData()
[all …]
/aosp_15_r20/external/cronet/base/test/
H A Dvalues_test_util.cc25 std::string_view path) { in ExpectDictBooleanValue()
32 std::string_view path) { in ExpectDictIntegerValue()
39 std::string_view path) { in ExpectDictStringValue()
47 std::string_view path) { in ExpectDictValue()
55 std::string_view path) { in ExpectDictValue()
80 DictionaryHasValueMatcher(const std::string& key, in DictionaryHasValueMatcher()
189 const std::string& key, in DictionaryHasValue()

12345678910>>...94