/aosp_15_r20/external/cronet/base/ |
H A D | values.cc | 58 explicit PathSplitter(StringPiece path) : path_(path) {} in PathSplitter() 427 Value* Value::Dict::Find(StringPiece key) { in Find() 451 std::string* Value::Dict::FindString(StringPiece key) { in FindString() 466 Value::Dict* Value::Dict::FindDict(StringPiece key) { in FindDict() 476 Value::List* Value::Dict::FindList(StringPiece key) { in FindList() 481 Value::Dict* Value::Dict::EnsureDict(StringPiece key) { in EnsureDict() 489 Value::List* Value::Dict::EnsureList(StringPiece key) { in EnsureList() 497 Value* Value::Dict::Set(StringPiece key, Value&& value) & { in Set() 506 Value* Value::Dict::Set(StringPiece key, bool value) & { in Set() 510 Value* Value::Dict::Set(StringPiece key, int value) & { in Set() [all …]
|
H A D | path_service_unittest.cc | 43 bool ReturnsValidPath(int key) { in ReturnsValidPath() 44 FilePath path; in ReturnsValidPath() local 99 bool ReturnsInvalidPath(int key) { in ReturnsInvalidPath() 100 FilePath path; in ReturnsInvalidPath() local 140 for (int key = PATH_START + 1; key < PATH_END; ++key) { in TEST_F() local 146 for (int key = PATH_WIN_START + 1; key < PATH_WIN_END; ++key) { in TEST_F() local 150 for (int key = PATH_MAC_START + 1; key < PATH_MAC_END; ++key) { in TEST_F() local 154 for (int key = PATH_IOS_START + 1; key < PATH_IOS_END; ++key) { in TEST_F() local 158 for (int key = PATH_ANDROID_START + 1; key < PATH_ANDROID_END; in TEST_F() local 163 for (int key = PATH_POSIX_START + 1; key < PATH_POSIX_END; in TEST_F() local [all …]
|
H A D | path_service.cc | 178 bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) in LockedGetFromCache() 192 bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) in LockedGetFromOverrides() 211 bool PathService::Get(int key, FilePath* result) { in Get() 234 FilePath path; in Get() local 263 FilePath PathService::CheckedGet(int key) { in CheckedGet() 264 FilePath path; in CheckedGet() local 270 bool PathService::Override(int key, const FilePath& path) { in Override() 277 bool PathService::OverrideAndCreateIfNeeded(int key, in OverrideAndCreateIfNeeded() 278 const FilePath& path, in OverrideAndCreateIfNeeded() 314 bool PathService::RemoveOverrideForTests(int key) { in RemoveOverrideForTests() [all …]
|
/aosp_15_r20/external/libchrome/base/ |
H A D | values.cc | 264 Value* Value::FindKey(StringPiece key) { in FindKey() 276 Value* Value::FindKeyOfType(StringPiece key, Type type) { in FindKeyOfType() 281 const Value* Value::FindKeyOfType(StringPiece key, Type type) const { in FindKeyOfType() 288 bool Value::RemoveKey(StringPiece key) { in RemoveKey() 294 Value* Value::SetKey(StringPiece key, Value value) { in SetKey() 307 Value* Value::SetKey(std::string&& key, Value value) { in SetKey() 315 Value* Value::SetKey(const char* key, Value value) { in SetKey() 319 Value* Value::FindPath(std::initializer_list<StringPiece> path) { in FindPath() 323 Value* Value::FindPath(span<const StringPiece> path) { in FindPath() 341 Value* Value::FindPathOfType(std::initializer_list<StringPiece> path, in FindPathOfType() [all …]
|
/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | profiles-others.json | 66 "path" : "Measure", string 72 "path" : "Measure", string 77 "key" : "dom-2", string 85 "key" : "dom-3", string 93 "key" : "dom-4", string 101 "key" : "dom-5", string 117 "key" : "dom-6", string 125 "key" : "mea-0", string 133 "key" : "mea-1", string 153 "path" : "Measure.id", string [all …]
|
D | profiles-resources.json | 25519 "path" : "Resource", string 25525 "path" : "Resource", string 25538 "path" : "Resource.id", string 25545 "path" : "Resource.id", string 25561 "path" : "Resource.meta", string 25567 "path" : "Resource.meta", string 25575 "key" : "ele-1", string 25587 "path" : "Resource.implicitRules", string 25594 "path" : "Resource.implicitRules", string 25602 "key" : "ele-1", string [all …]
|
D | extension-definitions.json | 46 "path" : "Extension", string 53 "path" : "Extension", string 59 "key" : "ele-1", string 67 "key" : "ext-1", string 78 "path" : "Extension.id", string 85 "path" : "Element.id", string 105 "path" : "Extension.extension", string 109 "path" : "url" string 119 "path" : "Element.extension", string 127 "key" : "ele-1", string [all …]
|
D | profiles-types.json | 61 "path" : "Element", string 67 "path" : "Element", string 73 "key" : "ele-1", string 87 "path" : "Element.id", string 94 "path" : "Element.id", string 114 "path" : "Element.extension", string 118 "path" : "url" string 131 "path" : "Element.extension", string 139 "key" : "ele-1", string 147 "key" : "ext-1", string [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | RegistryUtils.cpp | 45 CKey key; in SaveCuString() local 53 CKey key; in ReadCuString() local 58 void SaveRegLang(const UString &path) { SaveCuString(kCUBasePath, kLangValueName, path); } in SaveRegLang() 59 void ReadRegLang(UString &path) { ReadCuString(kCUBasePath, kLangValueName, path); } in ReadRegLang() 61 void SaveRegEditor(bool useEditor, const UString &path) { SaveCuString(kCU_FMPath, useEditor ? kEdi… in SaveRegEditor() 62 void ReadRegEditor(bool useEditor, UString &path) { ReadCuString(kCU_FMPath, useEditor ? kEditor : … in ReadRegEditor() 64 void SaveRegDiff(const UString &path) { SaveCuString(kCU_FMPath, kDiff, path); } in SaveRegDiff() 65 void ReadRegDiff(UString &path) { ReadCuString(kCU_FMPath, kDiff, path); } in ReadRegDiff() 67 void ReadReg_VerCtrlPath(UString &path) { ReadCuString(kCU_FMPath, kVerCtrlPath, path); } in ReadReg_VerCtrlPath() 71 CKey key; in Save7ZipOption() local [all …]
|
/aosp_15_r20/packages/modules/adb/client/ |
D | auth.cpp | 105 static std::string hash_key(RSA* key) { in hash_key() 127 RSA* key = RSA_new(); in read_key_file() local 139 std::shared_ptr<RSA> key = read_key_file(file); in load_key() local 155 static bool load_keys(const std::string& path, bool allow_dir = true) { in load_keys() 210 std::string path = get_user_key_path(); in load_userkey() local 235 for (const auto& path : android::base::Split(adb_keys_path, ENV_PATH_SEPARATOR_STR)) { in get_vendor_keys() local 258 static std::string adb_auth_sign(RSA* key, const char* token, size_t token_size) { in adb_auth_sign() 279 static bool pubkey_from_privkey(std::string* out, const std::string& path) { in pubkey_from_privkey() 288 std::string path = get_user_key_path(); in adb_auth_get_user_privkey() local 310 std::string path = get_user_key_path(); in adb_auth_get_userkey() local [all …]
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | cache.py | 75 def __init__(self, cache, key): argument 84 def path(self): member in CacheReference 124 def _Assign(self, path): argument 141 def Assign(self, path): argument 204 def _KeyExists(self, key): argument 207 def GetKeyPath(self, key): argument 211 def _LockForKey(self, key, suffix=None): argument 224 def _Insert(self, key, path): argument 232 def _InsertText(self, key, text): argument 239 def _Remove(self, key): argument [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStorage.java | 123 public void writeKeyValue(String key, String value, int userId) { in writeKeyValue() 124 writeKeyValue(mOpenHelper.getWritableDatabase(), key, value, userId); in writeKeyValue() local 133 public void writeKeyValue(SQLiteDatabase db, String key, String value, int userId) { in writeKeyValue() 152 public String readKeyValue(String key, String defaultValue, int userId) { in readKeyValue() 178 boolean isKeyValueCached(String key, int userId) { in isKeyValueCached() 188 public void removeKey(String key, int userId) { in removeKey() 189 removeKey(mOpenHelper.getWritableDatabase(), key, userId); in removeKey() local 192 private void removeKey(SQLiteDatabase db, String key, int userId) { in removeKey() 225 String key = cursor.getString(0); in prefetchUser() local 281 private boolean hasFile(File path) { in hasFile() [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | getpath.c | 62 wchar_t *path; in getpath_abspath() local 85 PyObject *path; in getpath_basename() local 101 PyObject *path; in getpath_dirname() local 119 const wchar_t *path; in getpath_isabs() local 139 const wchar_t *path; in getpath_hassuffix() local 174 const wchar_t *path; in getpath_isdir() local 200 const wchar_t *path; in getpath_isfile() local 226 const wchar_t *path; in getpath_isxfile() local 341 const wchar_t *path; in getpath_readlines() local 433 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_realpath() local [all …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | BpfMap.java | 82 private static ParcelFileDescriptor cachedBpfFdGet(String path, int mode, in cachedBpfFdGet() 89 var key = Pair.create(path, (mode << 26) ^ (keySize << 16) ^ valueSize); in cachedBpfFdGet() local 112 public BpfMap(@NonNull final String path, final int flag, final Class<K> key, in BpfMap() 127 public BpfMap(@NonNull final String path, final Class<K> key, in BpfMap() 137 public void updateEntry(K key, V value) throws ErrnoException { in updateEntry() 146 public void insertEntry(K key, V value) in insertEntry() 163 public void replaceEntry(K key, V value) in replaceEntry() 182 public boolean insertOrReplaceEntry(K key, V value) in insertOrReplaceEntry() 209 public boolean deleteEntry(K key) throws ErrnoException { in deleteEntry() 213 private K getNextKeyInternal(@Nullable K key) throws ErrnoException { in getNextKeyInternal() [all …]
|
/aosp_15_r20/frameworks/av/drm/common/ |
H A D | IDrmManagerService.cpp | 82 DrmCopyControl key = (DrmCopyControl)data.readInt32(); in readDecryptHandleFromParcelData() local 89 String8 key = data.readString8(); in readDecryptHandleFromParcelData() local 158 int uniqueId, const String8* path, const int action) { in getConstraints() 176 const String8 key(reply.readString8()); in getConstraints() local 190 DrmMetadata* BpDrmManagerService::getMetadata(int uniqueId, const String8* path) { in getMetadata() 206 const String8 key(reply.readString8()); in getMetadata() local 220 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle() 256 const String8 key = keyIt.next(); in processDrmInfo() local 301 const String8 key = keyIt.next(); in acquireDrmInfo() local 332 const String8 key(reply.readString8()); in acquireDrmInfo() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/prefs/ |
H A D | AbstractPreferences.java | 246 public void put(String key, String value) { in put() 285 public String get(String key, String def) { in get() 317 public void remove(String key) { in remove() 366 public void putInt(String key, int value) { in putInt() 392 public int getInt(String key, int def) { in getInt() 421 public void putLong(String key, long value) { in putLong() 447 public long getLong(String key, long def) { in getLong() 476 public void putBoolean(String key, boolean value) { in putBoolean() 505 public boolean getBoolean(String key, boolean def) { in getBoolean() 534 public void putFloat(String key, float value) { in putFloat() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/prefs/ |
D | AbstractPreferences.java | 246 public void put(String key, String value) { in put() 285 public String get(String key, String def) { in get() 317 public void remove(String key) { in remove() 366 public void putInt(String key, int value) { in putInt() 392 public int getInt(String key, int def) { in getInt() 421 public void putLong(String key, long value) { in putLong() 447 public long getLong(String key, long def) { in getLong() 476 public void putBoolean(String key, boolean value) { in putBoolean() 505 public boolean getBoolean(String key, boolean def) { in getBoolean() 534 public void putFloat(String key, float value) { in putFloat() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/ |
D | AbstractPreferences.java | 246 public void put(String key, String value) { in put() 285 public String get(String key, String def) { in get() 317 public void remove(String key) { in remove() 366 public void putInt(String key, int value) { in putInt() 392 public int getInt(String key, int def) { in getInt() 421 public void putLong(String key, long value) { in putLong() 447 public long getLong(String key, long def) { in getLong() 476 public void putBoolean(String key, boolean value) { in putBoolean() 505 public boolean getBoolean(String key, boolean def) { in getBoolean() 534 public void putFloat(String key, float value) { in putFloat() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 115 static const char* performFallbackLookup(const char* key, in performFallbackLookup() 515 static UResourceDataEntry *init_entry(const char *localeID, const char *path, UErrorCode *status) { in init_entry() 652 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() 665 findFirstExisting(const char* path, char* name, const char* defaultLocale, UResOpenType openType, in findFirstExisting() 812 static UResourceDataEntry *entryOpen(const char* path, const char* localeID, in entryOpen() 967 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) { in entryOpenDirect() 1164 const ResourceData &resData, Resource r, const char *key, int32_t idx, in getAliasTargetAsResourceBundle() 1196 const char *path = nullptr, *locale = nullptr, *keyPath = nullptr; in getAliasTargetAsResourceBundle() local 1387 UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, in init_resb_result() 1478 UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, in init_resb_result() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uresbund.cpp | 107 static const char* performFallbackLookup(const char* key, in performFallbackLookup() 514 static UResourceDataEntry *init_entry(const char *localeID, const char *path, UErrorCode *status) { in init_entry() 651 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() 664 findFirstExisting(const char* path, char* name, const char* defaultLocale, UResOpenType openType, in findFirstExisting() 811 static UResourceDataEntry *entryOpen(const char* path, const char* localeID, in entryOpen() 966 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) { in entryOpenDirect() 1163 const ResourceData &resData, Resource r, const char *key, int32_t idx, in getAliasTargetAsResourceBundle() 1195 const char *path = nullptr, *locale = nullptr, *keyPath = nullptr; in getAliasTargetAsResourceBundle() local 1386 UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, in init_resb_result() 1477 UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, in init_resb_result() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | os.py | 49 import posixpath as path namespace 63 import ntpath as path namespace 78 import ntpath as path namespace 80 import os2emxpath as path namespace 96 import ntpath as path namespace 110 import riscospath as path namespace 407 def unsetenv(key): argument 421 def __setitem__(self, key, item): argument 424 def __getitem__(self, key): argument 429 def __delitem__(self, key): argument [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | GetAttr.java | 33 List<Part> path; in eval() local 50 private final Identifier key; field in GetAttr.Part.Key 52 public Key(Identifier key) { in Key() 61 public static Key of(String key) { in of() 70 public Identifier key() { in key() method in GetAttr.Part.Key 145 public List<Part> path() throws InnerParseError { in path() method in GetAttr 148 Literal path = (Literal) right; in path() local 155 private static List<Part> parse(String path) throws InnerParseError { in parse() 230 String path; field in GetAttr.Builder 237 public Builder path(String path) { in path() method in GetAttr.Builder
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | json_pref_store.cc | 60 void ReportKeyChangedToUMA(const std::string& key) { in ReportKeyChangedToUMA() 67 bool BackupPrefsFile(const base::FilePath& path) { in BackupPrefsFile() 76 const base::FilePath& path, in HandleReadErrors() 112 const base::FilePath& path) { in ReadPrefsFromDisk() 127 const char* GetHistogramSuffix(const base::FilePath& path) { in GetHistogramSuffix() 138 const base::FilePath& path) { in DoSerialize() 173 bool JsonPrefStore::GetValue(base::StringPiece key, in GetValue() 213 bool JsonPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() 226 void JsonPrefStore::SetValue(const std::string& key, in SetValue() 239 void JsonPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/fuse/ |
D | FuseDaemon.java | 55 @NonNull String sessionId, @NonNull String path, boolean uncachedMode, in FuseDaemon() 112 String path = FileUtils.toFuseFile(new File(mPath)).getAbsolutePath(); in initializeDeviceId() local 161 public boolean shouldOpenWithFuse(String path, boolean readLock, int fd) { in shouldOpenWithFuse() 189 public void invalidateFuseDentryCache(String path) { in invalidateFuseDentryCache() 236 public void deleteDbBackup(String key) throws IOException { in deleteDbBackup() 248 public void backupVolumeDbData(String volumeName, String key, String value) throws IOException { in backupVolumeDbData() 335 private native void native_start(long daemon, int deviceFd, String path, in native_start() 340 private native boolean native_should_open_with_fuse(long daemon, String path, boolean readLock, in native_should_open_with_fuse() 343 private native void native_invalidate_fuse_dentry_cache(long daemon, String path); in native_invalidate_fuse_dentry_cache() 346 private native void native_initialize_device_id(long daemon, String path); in native_initialize_device_id() [all …]
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | Data.java | 83 void setAttribute(String key, String value); in setAttribute() 89 String getAttribute(String key); in getAttribute() 95 boolean hasAttribute(String key); in hasAttribute() 154 Data getChild(String path); in getChild() 160 Data createChild(String path); in createChild() 165 void removeTree(String path); in removeTree() 211 String getValue(String path, String defaultValue); in getValue() 217 int getIntValue(String path, int defaultValue); in getIntValue() 223 String getValue(String path); in getValue() 229 int getIntValue(String path); in getIntValue() [all …]
|