Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 201 – 225 of 2839) sorted by relevance

12345678910>>...114

/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
H A DChecksumReporter.java160 public void addFile(File file, String path) { in addFile()
167 String key = path + SEPARATOR + file.getName(); in addFile() local
172 public boolean containsFile(File file, String path) { in containsFile()
173 String key = path + SEPARATOR + file.getName(); in containsFile() local
197 private void addDirectory(File directory, String path) { in addDirectory()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractWatchService.java65 abstract WatchKey register(Path path, in register()
71 final void enqueueKey(WatchKey key) { in enqueueKey()
87 private void checkKey(WatchKey key) { in checkKey()
98 WatchKey key = pendingKeys.poll(); in poll() local
108 WatchKey key = pendingKeys.poll(timeout, unit); in poll() local
118 WatchKey key = pendingKeys.take(); in take() local
/aosp_15_r20/external/kmod/libkmod/
H A Dlibkmod.c234 const char *path = "/sys/module/compression"; in get_kernel_compression() local
437 const char *key) in kmod_pool_get_module()
449 const char *key) in kmod_pool_add_module()
457 const char *key) in kmod_pool_del_module()
825 static bool is_cache_invalid(const char *path, unsigned long long stamp) in is_cache_invalid()
866 char path[PATH_MAX]; in kmod_validate_resources() local
905 char path[PATH_MAX]; in kmod_load_resources() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheService.java58 public boolean getImageData(Path path, long timeModified, int type, BytesBuffer buffer) { in getImageData()
80 public void putImageData(Path path, long timeModified, int type, byte[] value) { in putImageData()
95 public void clearImageData(Path path, long timeModified, int type) { in clearImageData()
107 private static byte[] makeKey(Path path, long timeModified, int type) { in makeKey()
111 private static boolean isSameKey(byte[] key, byte[] buffer) { in isSameKey()
/aosp_15_r20/external/openscreen/third_party/mozilla/
H A Durl_parse.cc172 const Component& path, in FindQueryAndRefParts()
196 const Component& path, in ParsePath()
604 const Component& path, in DoExtractFileName()
633 Component* key, in DoExtractQueryKeyValue()
799 const Component& path, in ExtractFileName()
806 Component* key, in ExtractQueryKeyValue()
844 const Component& path, in ParsePathInternal()
/aosp_15_r20/external/libbrillo/brillo/
H A Dkey_value_store.cc29 string TrimKey(const string& key) { in TrimKey()
43 bool KeyValueStore::Load(const base::FilePath& path) { in Load()
60 std::string key; in LoadFromString() local
99 bool KeyValueStore::GetString(const string& key, string* value) const { in GetString() argument
107 void KeyValueStore::SetString(const string& key, const string& value) { in SetString()
111 bool KeyValueStore::GetBoolean(const string& key, bool* value) const { in GetBoolean() argument
126 void KeyValueStore::SetBoolean(const string& key, bool value) { in SetBoolean()
/aosp_15_r20/development/vndk/tools/sourcedr/ninja/
H A Dninja.py33 def open(path, mode, encoding=None): argument
49 def get_recursive(self, key, default=None): argument
67 def get_recursive(self, key, default=None): argument
262 def __init__(self, path, line, column, reason=None): argument
277 def __init__(self, lines_iterable, path='<stdin>', encoding='utf-8'): argument
547 def parse(self, path, encoding, depfile=None): argument
564 def _parse_internal(self, path, encoding, env): argument
842 def parse_dep_file(self, path, encoding): argument
879 def parse(self, path, encoding): argument
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapperTest.java250 String key = String.format("en-en-%s-%s", partitionA, partitionB); in assertEnDistanceForRegions() local
260 …private static ImmutableMap<String, Integer> getTrieMap(IcuData icuData, String path, String star)… in getTrieMap()
265 private static BytesTrie getTrie(IcuData icuData, String path) { in getTrie()
270 private static byte[] getBytes(IcuData icuData, String path) { in getBytes()
272 … checkArgument(rbPath.isBinPath(), "only binary paths (:bin) should have binary data: %s", path); in getBytes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddataset_store.cc37 Status FileSystemDatasetStore::Put(const std::string& key, in Put()
49 const std::string& key, std::shared_ptr<const DatasetDef>& dataset_def) { in Get()
50 std::string path = io::JoinPath(datasets_dir_, key); in Get() local
60 Status MemoryDatasetStore::Put(const std::string& key, in Put()
71 Status MemoryDatasetStore::Get(const std::string& key, in Get()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DICUServiceBuilder.java160 String path = "//ldml/collations/defaultCollation"; in _getRuleBasedCollator() local
165 String path = ""; in _getRuleBasedCollator() local
203 String key = cldrFile.getLocaleID() + "," + calendar + "," + dateIndex + "," + timeIndex; in getDateFormat() local
218 String key = in getDateFormat() local
290 String key = cldrFile.getLocaleID() + "," + calendar; in _getDateFormatSymbols() local
470 String key = in getDateTimePattern() local
499 private String[] getArray(String key, String type, String context, String width) { in getArray()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py78 def get_value(cls, path, key): argument
87 def read_keys(cls, base, key): argument
106 def read_values(cls, base, key): argument
147 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py78 def get_value(cls, path, key): argument
87 def read_keys(cls, base, key): argument
106 def read_values(cls, base, key): argument
147 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py78 def get_value(cls, path, key): argument
87 def read_keys(cls, base, key): argument
106 def read_values(cls, base, key): argument
147 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py68 def get_value(cls, path, key): argument
76 def read_keys(cls, base, key): argument
94 def read_values(cls, base, key): argument
133 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py78 def get_value(cls, path, key): argument
87 def read_keys(cls, base, key): argument
106 def read_values(cls, base, key): argument
147 def set_macro(self, macro, path, key): argument
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): argument
71 def read_keys(cls, base, key): argument
89 def read_values(cls, base, key): argument
128 def set_macro(self, macro, path, key): argument
/aosp_15_r20/external/libcups/cgi-bin/
H A Dmakedocset.c28 char *path; /* Path to help file */ member
60 char path[1024], /* Path to documentation */ in main() local
197 write_index(const char *path, /* I - File to write */ in write_index()
203 key; /* Section search key */ in write_index() local
343 write_info(const char *path, /* I - File to write */ in write_info()
392 write_nodes(const char *path, /* I - File to write */ in write_nodes()
/aosp_15_r20/external/cronet/net/tools/crash_cache/
H A Dcrash_cache.cc93 bool CreateTargetFolder(const base::FilePath& path, RankCrashes action, in CreateTargetFolder()
140 bool CreateCache(const base::FilePath& path, in CreateCache()
156 int SimpleInsert(const base::FilePath& path, RankCrashes action, in SimpleInsert()
192 int SimpleRemove(const base::FilePath& path, RankCrashes action, in SimpleRemove()
235 int HeadRemove(const base::FilePath& path, RankCrashes action, in HeadRemove()
276 int LoadOperations(const base::FilePath& path, RankCrashes action, in LoadOperations()
298 std::string key = GenerateKey(true); in LoadOperations() local
341 int SlaveCode(const base::FilePath& path, RankCrashes action) { in SlaveCode()
392 base::FilePath path; in main() local
/aosp_15_r20/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
H A DSimpleperfHelper.java181 String path, in getSimpleperfReport()
223 String key = String.join("-", process, eventName); in getMetrics() local
238 String key = String.join("-", process, matchedSymbol, eventName); in getMetrics() local
309 Path path = Paths.get(destinationFile); in copyFileOutput() local

12345678910>>...114