/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | SingleWriterBpfMap.java | 72 private SingleWriterBpfMap(@NonNull final String path, final Class<K> key, in SingleWriterBpfMap() 96 getSingleton(@NonNull final String path, final Class<KK> key, final Class<VV> value) in getSingleton() 105 public synchronized void updateEntry(K key, V value) throws ErrnoException { in updateEntry() 111 public synchronized void insertEntry(K key, V value) in insertEntry() 118 public synchronized void replaceEntry(K key, V value) in replaceEntry() 125 public synchronized boolean insertOrReplaceEntry(K key, V value) throws ErrnoException { in insertOrReplaceEntry() 132 public synchronized boolean deleteEntry(K key) throws ErrnoException { in deleteEntry() 139 public synchronized boolean containsKey(@NonNull K key) throws ErrnoException { in containsKey() 144 public synchronized V getValue(@NonNull K key) throws ErrnoException { in getValue()
|
/aosp_15_r20/external/libchrome/base/ |
H A D | path_service.cc | 147 bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) { in LockedGetFromCache() 161 bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) { in LockedGetFromOverrides() 179 bool PathService::Get(int key, FilePath* result) { in Get() 202 FilePath path; in Get() local 232 bool PathService::Override(int key, const FilePath& path) { in Override() 239 bool PathService::OverrideAndCreateIfNeeded(int key, in OverrideAndCreateIfNeeded() 240 const FilePath& path, in OverrideAndCreateIfNeeded() 279 bool PathService::RemoveOverride(int key) { in RemoveOverride()
|
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 133 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) in BlobCache() 138 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, in BlobCache() 159 public static void deleteFiles(String path) { in deleteFiles() 165 private static void deleteFileSilently(String path) { in deleteFileSilently() 362 public void insert(long key, byte[] data) throws IOException { in insert() 383 public void clearEntry(long key) throws IOException { in clearEntry() 396 private void insertInternal(long key, byte[] data, int length) in insertInternal() 414 public long key; // input: the key to find field in BlobCache.LookupRequest 422 public byte[] lookup(long key) throws IOException { in lookup() 550 private boolean lookupInternal(long key, int hashStart) { in lookupInternal()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/picker/grid/ui/viewmodel/ |
D | ShapeIconViewModel.java | 6 private final java.lang.String key = null; field in ShapeIconViewModel 8 private final java.lang.String path = null; field in ShapeIconViewModel 10 public ShapeIconViewModel(@org.jetbrains.annotations.NotNull() in ShapeIconViewModel() 11 java.lang.String key, @org.jetbrains.annotations.NotNull() in ShapeIconViewModel() 37 …customization.picker.grid.ui.viewmodel.ShapeIconViewModel copy(@org.jetbrains.annotations.NotNull() in copy() 38 java.lang.String key, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | pref_service.cc | 220 base::RepeatingCallback<void(const std::string& key, in IteratePreferenceValues() 362 void PrefService::SetDefaultPrefValue(const std::string& path, in SetDefaultPrefValue() 378 void PrefService::AddPrefObserver(const std::string& path, PrefObserver* obs) { in AddPrefObserver() 382 void PrefService::RemovePrefObserver(const std::string& path, in RemovePrefObserver() 395 void PrefService::ClearPref(const std::string& path) { in ClearPref() 432 void PrefService::Set(const std::string& path, const base::Value& value) { in Set() 436 void PrefService::SetBoolean(const std::string& path, bool value) { in SetBoolean() 440 void PrefService::SetInteger(const std::string& path, int value) { in SetInteger() 444 void PrefService::SetDouble(const std::string& path, double value) { in SetDouble() 448 void PrefService::SetString(const std::string& path, base::StringPiece value) { in SetString() [all …]
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | disk_cache_os.c | 114 mkdir_if_needed(const char *path) in mkdir_if_needed() 148 mkdir_with_parents_if_needed(const char *path) in mkdir_with_parents_if_needed() 190 concatenate_and_mkdir(void *ctx, const char *path, const char *name) in concatenate_and_mkdir() 354 is_regular_non_tmp_file(const char *path, const struct stat *sb, in is_regular_non_tmp_file() 368 unlink_lru_file_from_directory(const char *path) in unlink_lru_file_from_directory() 392 is_two_character_sub_directory(const char *path, const struct stat *sb, in is_two_character_sub_directory() 434 make_cache_file_directory(struct disk_cache *cache, const cache_key key) in make_cache_file_directory() 675 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key) in disk_cache_get_cache_filename() 892 char *path = secure_getenv("MESA_SHADER_CACHE_DIR"); in disk_cache_generate_cache_dir() local 1015 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key, in disk_cache_load_item_foz() [all …]
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/storage/ |
D | StorageManager.cpp | 469 void StorageManager::deleteAllFiles(const char* path) { in deleteAllFiles() 484 void StorageManager::deleteSuffixedFiles(const char* path, const char* suffix) { in deleteSuffixedFiles() 505 void StorageManager::sendBroadcast(const char* path, in sendBroadcast() 526 bool StorageManager::hasConfigMetricsReport(const ConfigKey& key) { in hasConfigMetricsReport() 554 void StorageManager::appendConfigMetricsReport(const ConfigKey& key, ProtoOutputStream* proto, in appendConfigMetricsReport() 649 bool StorageManager::readConfigFromDisk(const ConfigKey& key, StatsdConfig* config) { in readConfigFromDisk() 655 bool StorageManager::readConfigFromDisk(const ConfigKey& key, string* content) { in readConfigFromDisk() 687 bool StorageManager::hasIdenticalConfig(const ConfigKey& key, in hasIdenticalConfig() 723 void StorageManager::trimToFit(const char* path, bool parseTimestampOnly) { in trimToFit() 787 void StorageManager::printDirStats(int outFd, const char* path) { in printDirStats() [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/model/grid/ |
D | ShapeOptionModel.java | 6 private final java.lang.String key = null; field in ShapeOptionModel 10 private final java.lang.String path = null; field in ShapeOptionModel 13 public ShapeOptionModel(@org.jetbrains.annotations.NotNull() in ShapeOptionModel() 15 java.lang.String title, @org.jetbrains.annotations.NotNull() in ShapeOptionModel() 59 …nal com.android.customization.model.grid.ShapeOptionModel copy(@org.jetbrains.annotations.NotNull() in copy() 61 java.lang.String title, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 232 public final String path; field in ResourcesManager.ApkKey 236 public ApkKey(String path, boolean sharedLib, boolean overlay) { in ApkKey() 424 public void invalidatePath(String path) { in invalidatePath() 428 final ResourcesKey key = mResourceImpls.keyAt(i); in invalidatePath() local 443 final ApkKey key = mCachedApkAssets.keyAt(i); in invalidatePath() local 583 private static String overlayPathToIdmapPath(String path) { in overlayPathToIdmapPath() 590 public @NonNull ApkAssets loadApkAssets(@NonNull final ApkKey key) throws IOException { in loadApkAssets() 629 private static @NonNull ArrayList<ApkKey> extractApkKeys(@NonNull final ResourcesKey key) { in extractApkKeys() 690 protected @Nullable AssetManager createAssetManager(@NonNull final ResourcesKey key) { in createAssetManager() 702 protected @Nullable AssetManager createAssetManager(@NonNull final ResourcesKey key, in createAssetManager() [all …]
|
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/ |
H A D | RavenwoodRuntimeNative.java | 44 public static native StructStat lstat(String path) throws ErrnoException; in lstat() 46 public static native StructStat stat(String path) throws ErrnoException; in stat() 48 private static native int nOpen(String path, int flags, int mode) throws ErrnoException; in nOpen() 55 public static native String getSystemProperty(String key); in getSystemProperty() 57 public static native boolean setSystemProperty(String key, String value); in setSystemProperty() 59 public static native boolean removeSystemProperty(String key); in removeSystemProperty() 105 public static FileDescriptor open(String path, int flags, int mode) throws ErrnoException { in open()
|
/aosp_15_r20/cts/tools/utils/ |
H A D | certificates.py | 23 key = None variable in Certificate 24 def __init__(self, cert, key): argument 34 def save_to_file(self, path): argument 39 def save_cert_to_file(self, path): argument 44 def from_file(path): argument 52 def create(cn, issuer=None, key=None, keysize=2048, digest="sha256", argument
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | DefaultDataContext.java | 112 public void createLocalVariableByPath(String name, String path) { in createLocalVariableByPath() 280 public void setAttribute(String key, String value) { in setAttribute() 284 public String getAttribute(String key) { in getAttribute() 288 public boolean hasAttribute(String key) { in hasAttribute() 328 public Data getChild(String path) { in getChild() 332 public Data createChild(String path) { in createChild() 336 public void removeTree(String path) { in removeTree() 364 public String getValue(String path, String defaultValue) { in getValue()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/internal/util/ |
H A D | EC2MetadataUtils.java | 284 String key = mac.trim(); in getNetworkInterfaces() local 357 public static String getData(String path) { in getData() 361 public static String getData(String path, int tries) { in getData() 369 public static List<String> getItems(String path) { in getItems() 373 public static List<String> getItems(String path, int tries) { in getItems() 387 private static List<String> getItems(String path, int tries, boolean slurp) { in getItems() 480 private static String fetchData(String path) { in fetchData() 484 private static String fetchData(String path, boolean force) { in fetchData() 496 public static String fetchData(String path, boolean force, int attempts) { in fetchData() 517 private String path; field in EC2MetadataUtils.NetworkInterface [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_synchronous_entry.cc | 96 void CalculateSHA256OfKey(const std::string& key, in CalculateSHA256OfKey() 345 const FilePath& path, in OpenEntry() 346 const std::optional<std::string>& key, in OpenEntry() 385 const FilePath& path, in CreateEntry() 386 const std::string& key, in CreateEntry() 422 const FilePath& path, in OpenOrCreateEntry() 423 const std::string& key, in OpenOrCreateEntry() 490 const FilePath& path, in DeleteEntryFiles() 502 const FilePath& path, in DeleteEntryFilesInternal() 567 const base::FilePath& path, in TruncateEntryFiles() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/update/ |
H A D | DeleteAction.java | 54 private final String path; field in DeleteAction 87 public String path() { in path() method in DeleteAction 141 private String path; field in DeleteAction.Builder 152 public Builder path(String path) { in path() method in DeleteAction.Builder 183 public Builder putExpressionValue(String key, AttributeValue value) { in putExpressionValue() 209 public Builder putExpressionName(String key, String value) { in putExpressionName()
|
H A D | SetAction.java | 67 private final String path; field in SetAction 100 public String path() { in path() method in SetAction 154 private String path; field in SetAction.Builder 165 public Builder path(String path) { in path() method in SetAction.Builder 196 public Builder putExpressionValue(String key, AttributeValue value) { in putExpressionValue() 222 public Builder putExpressionName(String key, String value) { in putExpressionName()
|
H A D | AddAction.java | 54 private final String path; field in AddAction 87 public String path() { in path() method in AddAction 141 private String path; field in AddAction.Builder 152 public Builder path(String path) { in path() argument 183 public Builder putExpressionValue(String key, AttributeValue value) { in putExpressionValue() 209 public Builder putExpressionName(String key, String value) { in putExpressionName()
|
/aosp_15_r20/external/pytorch/.ci/pytorch/ |
H A D | create_test_cert.py | 14 def genrsa(path): argument 30 def create_cert(path, C, ST, L, O, key): argument 63 def create_req(path, C, ST, L, O, key): argument 84 def sign_certificate_request(path, csr_cert, ca_cert, private_ca_key): argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/t1Lib/ |
H A D | __init__.py | 59 def __init__(self, path, encoding="ascii", kind=None): argument 72 def saveAs(self, path, type, dohex=False): argument 91 def __getitem__(self, key): argument 266 def _make_lines(self, key, value): argument 303 def read(path, onlyHeader=False): argument 316 def write(path, data, kind="OTHER", dohex=False): argument 346 def readLWFN(path, onlyHeader=False): argument 377 def readPFB(path, onlyHeader=False): argument 401 def readOther(path): argument 419 def writeLWFN(path, data): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | os.py | 61 import posixpath as path namespace 81 import ntpath as path namespace 674 def __getitem__(self, key): argument 682 def __setitem__(self, key, value): argument 688 def __delitem__(self, key): argument 716 def setdefault(self, key, value): argument 748 def encodekey(key): argument 773 def getenv(key, default=None): argument 794 def getenvb(key, default=None): argument 1036 def _fspath(path): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | os.py | 61 import posixpath as path namespace 81 import ntpath as path namespace 674 def __getitem__(self, key): argument 682 def __setitem__(self, key, value): argument 688 def __delitem__(self, key): argument 716 def setdefault(self, key, value): argument 748 def encodekey(key): argument 773 def getenv(key, default=None): argument 794 def getenvb(key, default=None): argument 1036 def _fspath(path): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | os.py | 61 import posixpath as path namespace 81 import ntpath as path namespace 674 def __getitem__(self, key): argument 682 def __setitem__(self, key, value): argument 688 def __delitem__(self, key): argument 716 def setdefault(self, key, value): argument 748 def encodekey(key): argument 773 def getenv(key, default=None): argument 794 def getenvb(key, default=None): argument 1036 def _fspath(path): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | os.py | 61 import posixpath as path namespace 81 import ntpath as path namespace 674 def __getitem__(self, key): argument 682 def __setitem__(self, key, value): argument 688 def __delitem__(self, key): argument 716 def setdefault(self, key, value): argument 748 def encodekey(key): argument 773 def getenv(key, default=None): argument 794 def getenvb(key, default=None): argument 1036 def _fspath(path): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | os.py | 61 import posixpath as path namespace 81 import ntpath as path namespace 674 def __getitem__(self, key): argument 682 def __setitem__(self, key, value): argument 688 def __delitem__(self, key): argument 716 def setdefault(self, key, value): argument 748 def encodekey(key): argument 773 def getenv(key, default=None): argument 794 def getenvb(key, default=None): argument 1036 def _fspath(path): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | os.py | 61 import posixpath as path namespace 81 import ntpath as path namespace 674 def __getitem__(self, key): argument 682 def __setitem__(self, key, value): argument 688 def __delitem__(self, key): argument 716 def setdefault(self, key, value): argument 748 def encodekey(key): argument 773 def getenv(key, default=None): argument 794 def getenvb(key, default=None): argument 1036 def _fspath(path): argument [all …]
|