/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/cmac/ |
D | cmac_test.cc | 31 static void test(const char *name, const uint8_t *key, size_t key_len, in test() 131 std::vector<uint8_t> key, msg, tag; in TEST() local 187 static void RunCAVPTest(const char *path, const EVP_CIPHER *cipher, in RunCAVPTest() 196 std::vector<uint8_t> key, msg, mac; in RunCAVPTest() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cmac/ |
H A D | cmac_test.cc | 31 static void test(const char *name, const uint8_t *key, size_t key_len, in test() 131 std::vector<uint8_t> key, msg, tag; in TEST() local 187 static void RunCAVPTest(const char *path, const EVP_CIPHER *cipher, in RunCAVPTest() 196 std::vector<uint8_t> key, msg, mac; in RunCAVPTest() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cmac/ |
H A D | cmac_test.cc | 31 static void test(const char *name, const uint8_t *key, size_t key_len, in test() 131 std::vector<uint8_t> key, msg, tag; in TEST() local 187 static void RunCAVPTest(const char *path, const EVP_CIPHER *cipher, in RunCAVPTest() 196 std::vector<uint8_t> key, msg, mac; in RunCAVPTest() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/cmac/ |
D | cmac_test.cc | 31 static void test(const char *name, const uint8_t *key, size_t key_len, in test() 131 std::vector<uint8_t> key, msg, tag; in TEST() local 187 static void RunCAVPTest(const char *path, const EVP_CIPHER *cipher, in RunCAVPTest() 196 std::vector<uint8_t> key, msg, mac; in RunCAVPTest() local
|
/aosp_15_r20/external/libfuse/lib/modules/ |
H A D | subdir.c | 30 static int subdir_addpath(struct subdir *d, const char *path, char **newpathp) in subdir_addpath() 53 static int subdir_getattr(const char *path, struct stat *stbuf, in subdir_getattr() 66 static int subdir_access(const char *path, int mask) in subdir_access() 104 static void transform_symlink(struct subdir *d, const char *path, in transform_symlink() 142 static int subdir_readlink(const char *path, char *buf, size_t size) in subdir_readlink() 156 static int subdir_opendir(const char *path, struct fuse_file_info *fi) in subdir_opendir() 168 static int subdir_readdir(const char *path, void *buf, in subdir_readdir() 184 static int subdir_releasedir(const char *path, struct fuse_file_info *fi) in subdir_releasedir() 196 static int subdir_mknod(const char *path, mode_t mode, dev_t rdev) in subdir_mknod() 208 static int subdir_mkdir(const char *path, mode_t mode) in subdir_mkdir() [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/hmac_extra/ |
H A D | hmac_test.cc | 95 std::vector<uint8_t> key, input, output; in TEST() local 132 static void RunWycheproofTest(const char *path, const EVP_MD *md) { in RunWycheproofTest() 137 std::vector<uint8_t> key, msg, tag; in RunWycheproofTest() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/hmac_extra/ |
D | hmac_test.cc | 95 std::vector<uint8_t> key, input, output; in TEST() local 133 static void RunWycheproofTest(const char *path, const EVP_MD *md) { in RunWycheproofTest() 138 std::vector<uint8_t> key, msg, tag; in RunWycheproofTest() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/hmac_extra/ |
D | hmac_test.cc | 95 std::vector<uint8_t> key, input, output; in TEST() local 133 static void RunWycheproofTest(const char *path, const EVP_MD *md) { in RunWycheproofTest() 138 std::vector<uint8_t> key, msg, tag; in RunWycheproofTest() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hmac_extra/ |
H A D | hmac_test.cc | 95 std::vector<uint8_t> key, input, output; in TEST() local 132 static void RunWycheproofTest(const char *path, const EVP_MD *md) { in RunWycheproofTest() 137 std::vector<uint8_t> key, msg, tag; in RunWycheproofTest() local
|
/aosp_15_r20/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/util/ |
H A D | PersistableBundleUtils.java | 159 final String key = String.format(LIST_KEY_FORMAT, i); in fromList() local 180 final String key = String.format(LIST_KEY_FORMAT, i); in toList() local 293 final K key = keyDeserializer.fromPersistableBundle(keyBundle); in toMap() local 336 public LockingReadWriteHelper(@NonNull String path) { in LockingReadWriteHelper() 543 public int getInt(String key, int defaultValue) { in getInt() 556 public int[] getIntArray(@Nullable String key, @Nullable int[] defaultValue) { in getIntArray()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ReadSql.java | 118 public static Items of(String key, List<String> raw) { in of() 127 private Items(String key, List<String> raw) { in Items() 222 final String key; field in ReadSql.Data 226 public Data(String key) { in Data() 290 String key; in parseLine() local 413 String path = e.getFirst(); in UserMap() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | cookies.py | 78 def add_header(self, key, val): argument 151 def remove_cookie_by_name(cookiejar, name, domain=None, path=None): argument 194 def get(self, name, default=None, domain=None, path=None): argument 306 def get_dict(self, domain=None, path=None): argument 366 def _find(self, name, domain=None, path=None): argument 386 def _find_no_duplicates(self, name, domain=None, path=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | cookies.py | 78 def add_header(self, key, val): argument 151 def remove_cookie_by_name(cookiejar, name, domain=None, path=None): argument 194 def get(self, name, default=None, domain=None, path=None): argument 306 def get_dict(self, domain=None, path=None): argument 366 def _find(self, name, domain=None, path=None): argument 386 def _find_no_duplicates(self, name, domain=None, path=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | cookies.py | 78 def add_header(self, key, val): argument 151 def remove_cookie_by_name(cookiejar, name, domain=None, path=None): argument 194 def get(self, name, default=None, domain=None, path=None): argument 306 def get_dict(self, domain=None, path=None): argument 366 def _find(self, name, domain=None, path=None): argument 386 def _find_no_duplicates(self, name, domain=None, path=None): argument
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | apk_helper.py | 168 def _ParseNumericKey(obj, key, default=0): argument 220 def path(self): member in BaseApkHelper 450 def path(self): member in ApkHelper 475 def path(self): member in SplitApkHelper 572 def path(self): member in ApksHelper 587 def path(self): member in BundleScriptHelper
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | cookies.py | 78 def add_header(self, key, val): argument 151 def remove_cookie_by_name(cookiejar, name, domain=None, path=None): argument 194 def get(self, name, default=None, domain=None, path=None): argument 306 def get_dict(self, domain=None, path=None): argument 366 def _find(self, name, domain=None, path=None): argument 386 def _find_no_duplicates(self, name, domain=None, path=None): argument
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | dtfmtsym.cpp | 1633 UnicodeString *path = (UnicodeString*)aliasPathPairs[i + 1]; in put() local 1647 UnicodeString *path = (UnicodeString*)aliasPathPairs[i + 1]; in put() local 1867 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, UErrorCo… in initField() 1885 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, int32_t … in initField() 1907 initLeapMonthPattern(UnicodeString *field, int32_t index, CalendarDataSink &sink, CharString &path,… in initLeapMonthPattern() 1927 &buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) { in buildResourcePath() 1932 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath() 1939 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath() 1946 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath() 1982 UnicodeString* loadDayPeriodStrings(CalendarDataSink &sink, CharString &path, in loadDayPeriodStrings() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | dtfmtsym.cpp | 1642 UnicodeString *path = (UnicodeString*)aliasPathPairs[i + 1]; in put() local 1656 UnicodeString *path = (UnicodeString*)aliasPathPairs[i + 1]; in put() local 1876 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, UErrorCo… in initField() 1894 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, int32_t … in initField() 1916 initLeapMonthPattern(UnicodeString *field, int32_t index, CalendarDataSink &sink, CharString &path,… in initLeapMonthPattern() 1936 &buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) { in buildResourcePath() 1941 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath() 1948 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath() 1955 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath() 1991 UnicodeString* loadDayPeriodStrings(CalendarDataSink &sink, CharString &path, in loadDayPeriodStrings() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | deploymentmanager.alpha.json | 82 "key": { object 143 … "path": "deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}", string 177 … "path": "deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}", string 205 "path": "deploymentmanager/alpha/projects/{project}/global/compositeTypes", string 257 "path": "deploymentmanager/alpha/projects/{project}/global/compositeTypes", string 293 … "path": "deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}", string 330 … "path": "deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}", string 371 …"path": "deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}/cancelPreview", string 421 "path": "deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}", string 455 "path": "deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}", string [all …]
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | context.c | 51 char *key; member 56 static void buffer_env(const char *key) in buffer_env() 68 char *key = environment[i].key, in restore_env() local 83 static const char *makedir(const char *parent, const char *path) in makedir()
|
/aosp_15_r20/external/cronet/components/cronet/ |
H A D | PRESUBMIT.py | 56 source_filter = lambda path: input_api.FilterSourceFile(path, argument 118 def _GetInvalidChangeIdText(input_api, breakage, key): argument 125 def _GetMissingKeyText(breakage, key): argument
|
/aosp_15_r20/external/clang/bindings/python/clang/ |
H A D | cindex.py | 335 def __getitem__(self, key): argument 351 def __getitem__(self, key): argument 371 def __getitem__(self, key): argument 1801 def __getitem__(self, key): argument 2074 def __init__(self, completionString, key): argument 2168 def __getitem__(self, key): argument 2221 def __getitem__(self, key): argument 2252 def __getitem__(self, key): argument 2277 def read(self, path): argument 2281 def parse(self, path, args=None, unsaved_files=None, options = 0): argument [all …]
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 152 final String key = STORAGE_SIZE_KEY + "." + rootId; in getSize() local 702 final String key = STORAGE_SIZE_KEY + "." + rootId; in setSize() local 720 public Uri createRegularFile(String rootId, String path, String mimeType, byte[] content) in createRegularFile() 734 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile() 749 public File getFile(String rootId, String path) throws FileNotFoundException { in getFile() 764 private File createFile(String rootId, String path, String mimeType, byte[] content) in createFile()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_transformpage.cpp | 35 const ByteString& key, in SetBoundingBox() 45 const ByteString& key, in GetBoundingBox() 68 void OutputPath(fxcrt::ostringstream& buf, CPDF_Path path) { in OutputPath() 390 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath() local
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_manifest.c | 78 static char *vpd_get_value(const char *fpath, const char *key) in vpd_get_value() 153 struct firmware_image *image, const char *path, in apply_key_file() 210 char *path; in find_patches_for_model() local 722 struct vb2_packed_key *key; in get_gbb_key_hash() local
|