Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 76 – 100 of 2290) sorted by relevance

12345678910>>...92

/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DPollingWatchService.java96 JimfsPath path = checkWatchable(watchable); in register() local
98 Key key = super.register(path, eventTypes); in register() local
124 private boolean isSameFileSystem(Path path) { in isSameFileSystem()
134 public synchronized void cancelled(Key key) { in cancelled()
193 private Snapshot takeSnapshot(JimfsPath path) throws IOException { in takeSnapshot()
211 boolean postChanges(Snapshot newState, Key key) { in postChanges()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java338 FamilyResourceEntry entry, AssetManager mgr, String path) { in createFromResources()
421 final String key = Builder.createAssetUid(mgr, path, 0 /* ttcIndex */, in createFromResources() local
433 public static Typeface findFromCache(AssetManager mgr, String path) { in findFromCache()
435 final String key = Builder.createAssetUid(mgr, path, 0 /* ttcIndex */, null /* axes */, in findFromCache() local
502 public Builder(@NonNull File path) { in Builder()
536 public Builder(@NonNull String path) { in Builder()
548 public Builder(@NonNull AssetManager assetManager, @NonNull String path) { in Builder()
560 public Builder(@NonNull AssetManager assetManager, @NonNull String path, boolean isAsset, in Builder()
663 private static String createAssetUid(final AssetManager mgr, String path, int ttcIndex, in createAssetUid()
721 final String key = mAssetManager == null ? null : createAssetUid( in build() local
/aosp_15_r20/external/boringssl/src/crypto/evp/
H A Devp_test.cc155 int (*marshal_func)(CBB *cbb, const EVP_PKEY *key)) { in ImportKey()
255 const std::string &key) { in GetOptionalBignum()
367 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
444 EVP_PKEY *key = (*key_map)[key_name].get(); in TestEVP() local
637 static void RunWycheproofVerifyTest(const char *path) { in RunWycheproofVerifyTest()
646 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_public_key(&cbs)); in RunWycheproofVerifyTest() local
778 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in TEST() local
832 const char *path, in RunWycheproofDecryptTest()
841 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in RunWycheproofDecryptTest() local
869 static void RunWycheproofOAEPTest(const char *path) { in RunWycheproofOAEPTest()
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/
H A Devp_test.cc155 int (*marshal_func)(CBB *cbb, const EVP_PKEY *key)) { in ImportKey()
255 const std::string &key) { in GetOptionalBignum()
367 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
444 EVP_PKEY *key = (*key_map)[key_name].get(); in TestEVP() local
637 static void RunWycheproofVerifyTest(const char *path) { in RunWycheproofVerifyTest()
646 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_public_key(&cbs)); in RunWycheproofVerifyTest() local
778 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in TEST() local
832 const char *path, in RunWycheproofDecryptTest()
841 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in RunWycheproofDecryptTest() local
869 static void RunWycheproofOAEPTest(const char *path) { in RunWycheproofOAEPTest()
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.cc71 std::string key, value; in ParseKeyValue() local
84 for (const std::string &key : unused_attributes_) { in ReadNext() local
90 for (const std::string &key : unused_instructions_) { in ReadNext() local
186 std::string key, value; in ReadNext() local
203 std::string key, value; in ReadNext() local
250 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute()
255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
266 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie()
273 bool FileTest::HasInstruction(const std::string &key) { in HasInstruction()
278 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
[all …]
/aosp_15_r20/external/boringssl/src/crypto/test/
H A Dfile_test.cc73 std::string key, value; in ParseKeyValue() local
86 for (const std::string &key : unused_attributes_) { in ReadNext() local
92 for (const std::string &key : unused_instructions_) { in ReadNext() local
188 std::string key, value; in ReadNext() local
205 std::string key, value; in ReadNext() local
252 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute()
257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
268 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie()
275 bool FileTest::HasInstruction(const std::string &key) { in HasInstruction()
280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/
H A Dfile_test.cc73 std::string key, value; in ParseKeyValue() local
86 for (const std::string &key : unused_attributes_) { in ReadNext() local
92 for (const std::string &key : unused_instructions_) { in ReadNext() local
188 std::string key, value; in ReadNext() local
205 std::string key, value; in ReadNext() local
252 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute()
257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
268 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie()
275 bool FileTest::HasInstruction(const std::string &key) { in HasInstruction()
280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.cc71 std::string key, value; in ParseKeyValue() local
84 for (const std::string &key : unused_attributes_) { in ReadNext() local
90 for (const std::string &key : unused_instructions_) { in ReadNext() local
186 std::string key, value; in ReadNext() local
203 std::string key, value; in ReadNext() local
250 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute()
255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
266 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie()
273 bool FileTest::HasInstruction(const std::string &key) { in HasInstruction()
278 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
[all …]
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DPropertyNodeTest.cc35 static inline void _VerifyPropertyValue(const std::string& path, in _VerifyPropertyValue()
41 static inline const std::string _InitProperty(const std::string& path) { in _InitProperty()
49 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
57 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
69 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
91 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
103 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
126 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
156 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
186 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_test.cc149 int (*marshal_func)(CBB *cbb, const EVP_PKEY *key)) { in ImportKey()
304 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
377 EVP_PKEY *key = (*key_map)[key_name].get(); in TestEVP() local
570 static void RunWycheproofVerifyTest(const char *path) { in RunWycheproofVerifyTest()
579 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_public_key(&cbs)); in RunWycheproofVerifyTest() local
711 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in TEST() local
765 const char *path, in RunWycheproofDecryptTest()
774 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in RunWycheproofDecryptTest() local
802 static void RunWycheproofOAEPTest(const char *path) { in RunWycheproofOAEPTest()
889 static void RunWycheproofPKCS1DecryptTest(const char *path) { in RunWycheproofPKCS1DecryptTest()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_test.cc149 int (*marshal_func)(CBB *cbb, const EVP_PKEY *key)) { in ImportKey()
304 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
377 EVP_PKEY *key = (*key_map)[key_name].get(); in TestEVP() local
570 static void RunWycheproofVerifyTest(const char *path) { in RunWycheproofVerifyTest()
579 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_public_key(&cbs)); in RunWycheproofVerifyTest() local
711 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in TEST() local
765 const char *path, in RunWycheproofDecryptTest()
774 bssl::UniquePtr<EVP_PKEY> key(EVP_parse_private_key(&cbs)); in RunWycheproofDecryptTest() local
802 static void RunWycheproofOAEPTest(const char *path) { in RunWycheproofOAEPTest()
889 static void RunWycheproofPKCS1DecryptTest(const char *path) { in RunWycheproofPKCS1DecryptTest()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/user_setting/
H A Dmedia_user_setting_configure.cpp150 std::string path = GetReadPath(def, option); in Read() local
151 UFKEY_NEXT key = {}; in Read() local
217 std::string path = GetReportPath(def, option); in Write() local
219 UFKEY_NEXT key = {}; in Write() local
246 std::string path = ""; in GetReadPath() local
270 std::string path = ""; in GetReportPath() local
287 std::string path = ""; in GetExternalPath() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DRegistryContextMenu.cpp111 CKey key; in CheckHandlerCommon() local
120 bool CheckContextMenuHandler(const UString &path, UInt32 wow) in CheckContextMenuHandler()
129 NRegistry::CKey key; in CheckContextMenuHandler() local
151 static LONG MyCreateKey(CKey &key, HKEY parentKey, LPCTSTR keyName, UInt32 wow) in MyCreateKey()
157 LONG SetContextMenuHandler(bool setMode, const UString &path, UInt32 wow) in SetContextMenuHandler()
172 CKey key; in SetContextMenuHandler() local
188 CKey key; in SetContextMenuHandler() local
213 CKey key; in SetContextMenuHandler() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dptree_implementation.hpp478 basic_ptree<K, D, C>::find(const key_type &key) in find()
494 > basic_ptree<K, D, C>::equal_range(const key_type &key) in equal_range()
525 basic_ptree<K, D, C>::erase(const key_type &key) in erase()
571 basic_ptree<K, D, C>::get_child(const path_type &path) in get_child()
590 basic_ptree<K, D, C>::get_child(const path_type &path, in get_child()
600 basic_ptree<K, D, C>::get_child(const path_type &path, in get_child()
610 basic_ptree<K, D, C>::get_child_optional(const path_type &path) in get_child_optional()
634 basic_ptree<K, D, C>::put_child(const path_type &path, in put_child()
652 basic_ptree<K, D, C>::add_child(const path_type &path, in add_child()
741 basic_ptree<K, D, C>::get(const path_type &path, in get()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/sec1/tests/
Dtraits.rs48 let key = MockPrivateKey::from_sec1_pem(P256_PEM_EXAMPLE).unwrap(); in from_sec1_pem() localVariable
55 let key = MockPrivateKey::read_sec1_der_file("tests/examples/p256-priv.der").unwrap(); in read_sec1_der_file() localVariable
62 let key = MockPrivateKey::read_sec1_pem_file("tests/examples/p256-priv.pem").unwrap(); in read_sec1_pem_file() localVariable
80 let path = dir.path().join("example.der"); in write_sec1_der_file() localVariable
85 let key = MockPrivateKey::read_sec1_der_file(&path).unwrap(); in write_sec1_der_file() localVariable
93 let path = dir.path().join("example.pem"); in write_sec1_pem_file() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs1/tests/
Dtraits.rs48 let key = MockPrivateKey::from_pkcs1_pem(RSA_2048_PRIV_PEM_EXAMPLE).unwrap(); in from_pkcs1_pem() localVariable
55 let key = MockPrivateKey::read_pkcs1_der_file("tests/examples/rsa2048-priv.der").unwrap(); in read_pkcs1_der_file() localVariable
62 let key = MockPrivateKey::read_pkcs1_pem_file("tests/examples/rsa2048-priv.pem").unwrap(); in read_pkcs1_pem_file() localVariable
80 let path = dir.path().join("example.der"); in write_pkcs1_der_file() localVariable
85 let key = MockPrivateKey::read_pkcs1_der_file(&path).unwrap(); in write_pkcs1_der_file() localVariable
93 let path = dir.path().join("example.pem"); in write_pkcs1_pem_file() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/spki/tests/
Dtraits.rs50 let key = MockKey::from_public_key_pem(ED25519_PEM_EXAMPLE).unwrap(); in from_public_key_pem() localVariable
57 let key = MockKey::read_public_key_der_file("tests/examples/ed25519-pub.der").unwrap(); in read_public_key_der_file() localVariable
64 let key = MockKey::read_public_key_pem_file("tests/examples/ed25519-pub.pem").unwrap(); in read_public_key_pem_file() localVariable
82 let path = dir.path().join("example.der"); in write_public_key_der_file() localVariable
87 let key = MockKey::read_public_key_der_file(&path).unwrap(); in write_public_key_der_file() localVariable
95 let path = dir.path().join("example.pem"); in write_public_key_pem_file() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs8/tests/
Dtraits.rs50 let key = MockKey::from_pkcs8_pem(ED25519_PEM_EXAMPLE).unwrap(); in from_pkcs8_pem() localVariable
57 let key = MockKey::read_pkcs8_der_file("tests/examples/ed25519-priv-pkcs8v1.der").unwrap(); in read_pkcs8_der_file() localVariable
64 let key = MockKey::read_pkcs8_pem_file("tests/examples/ed25519-priv-pkcs8v1.pem").unwrap(); in read_pkcs8_pem_file() localVariable
82 let path = dir.path().join("example.der"); in write_pkcs8_der_file() localVariable
87 let key = MockKey::read_pkcs8_der_file(&path).unwrap(); in write_pkcs8_der_file() localVariable
95 let path = dir.path().join("example.pem"); in write_pkcs8_pem_file() localVariable
/aosp_15_r20/external/autotest/client/bin/
H A Dutils.py493 def read_from_meminfo(key): argument
569 def sysctl(key, value=None): argument
583 def sysctl_kernel(key, value=None): argument
729 def freespace(path): argument
1288 def is_mountpoint(path): argument
1292 def require_mountpoint(path): argument
1545 def _open_file(path): argument
1554 def _get_line_from_file(path, line): argument
1572 def _get_match_from_file(path, line, prefix, postfix): argument
1586 def _get_float_from_file(path, line, prefix, postfix): argument
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Djwt_verifier_test.cc340 const grpc_http_request* /*request*/, const char* host, const char* path, in httpcli_get_google_keys_for_email()
368 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() local
388 const grpc_http_request* /*request*/, const char* host, const char* path, in httpcli_get_custom_keys_for_email()
403 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() local
423 const char* host, const char* path, in httpcli_get_jwk_set()
435 const char* host, const char* path, in httpcli_get_openid_config()
454 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() local
496 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() local
520 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() local
563 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() local
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DTriangulatingPathRenderer.cpp125 UniqueKeyInvalidator(const skgpu::UniqueKey& key, uint32_t contextUniqueID) in UniqueKeyInvalidator()
274 SkPath path; in getPath() local
279 static void CreateKey(skgpu::UniqueKey* key, in CreateKey()
318 SkPath path; in Triangulate() local
329 skgpu::UniqueKey key; in createNonAAMesh() local
394 SkPath path = this->getPath(); in createAAMesh() local
488 skgpu::UniqueKey key; in onPrePrepareDraws() local
594 const SkPath& path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE() local
649 SkPath path; in onCanDrawPath() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-connectivity/android_common/javac/
Dnet-utils-framework-connectivity.jar ... .system.ErrnoException java.lang.NullPointerException String path int flag Class key Class value public void <init ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-connectivity/android_common_apex30/javac/
Dnet-utils-framework-connectivity.jar ... .system.ErrnoException java.lang.NullPointerException String path int flag Class key Class value public void <init ...
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dtest_helpers.cc35 bool LoadFileAsString_(std::string path, std::string* msg) { in LoadFileAsString_()
46 bool LoadMessageLiteFromFile_(std::string path, in LoadMessageLiteFromFile_()
155 const char key[]) { in ExtractSingleString()
160 const tensorflow::Example& example, const char key[]) { in ExtractRepeatedString()
165 const char key[]) { in ExtractSingleInt64()
170 const tensorflow::Example& example, const char key[]) { in ExtractRepeatedInt64()
/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/common/
H A DMemoryFileSystem.cpp24 std::string MemoryFileSystem::GetFileName(const std::string& path) { in GetFileName()
56 size_t MemoryFileSystem::Read(const std::string& path, std::string* buffer) { in Read()
57 std::string key = GetFileName(path); in Read() local
69 size_t MemoryFileSystem::Write(const std::string& path, const MemoryFile& memoryFile) { in Write()
70 std::string key = GetFileName(path); in Write() local

12345678910>>...92