Home
last modified time | relevance | path

Searched defs:Keys (Results 1 – 25 of 87) sorted by relevance

1234

/external/vboot_reference/scripts/image_signing/
Dsign_uefi.py54 class Keys: class
80 def __init__(self, temp_dir: os.PathLike, keys: Keys):
165 def inject_vbpubk(efi_file: os.PathLike, keys: Keys):
190 def check_keys(keys: Keys):
212 def sign_target_dir(target_dir: os.PathLike, keys: Keys, efi_glob: str):
258 def sign_target_file(target_file: os.PathLike, keys: Keys):
/external/lzma/CPP/7zip/Crypto/
DRar20Crypto.h19 UInt32 Keys[4]; variable
D7zAes.h59 CObjectVector<CKeyInfo> Keys; variable
/external/dagger2/java/dagger/internal/codegen/base/
DKeys.java32 public final class Keys { class
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dordered_set.bench.cpp38 void sortKeysBy(std::vector<uint64_t>& Keys, AccessPattern AP) { in sortKeysBy()
48 std::vector<uint64_t> Keys; member
85 std::vector<uint64_t> Keys(TableSize); in run() local
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dordered_set.bench.cpp38 void sortKeysBy(std::vector<uint64_t>& Keys, AccessPattern AP) { in sortKeysBy()
48 std::vector<uint64_t> Keys; member
85 std::vector<uint64_t> Keys(TableSize); in run() local
/external/libcxx/benchmarks/
Dordered_set.bench.cpp37 void sortKeysBy(std::vector<uint64_t>& Keys, AccessPattern AP) { in sortKeysBy()
47 std::vector<uint64_t> Keys; member
86 std::vector<uint64_t> Keys(TableSize); in run() local
/external/lzma/CPP/Common/
DMyMap.h14 UInt32 Keys[2]; member
/external/skia/bazel/device_specific_configs/
Ddevice_specific_configs.go27 Keys map[string]string member
/external/openthread/src/core/thread/
Dkey_manager.hpp559 struct Keys struct in ot::KeyManager
561 Mle::Key mMleKey;
562 Mac::Key mMacKey;
/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams/
Dexamples-1.json84 "Keys": { object
105 "Keys": { object
126 "Keys": { object
/external/rust/android-crates-io/crates/slotmap/src/
Ddense.rs887 pub struct Keys<'a, K: 'a + Key, V> { struct
891 impl<'a, K: 'a + Key, V: 'a> Clone for Keys<'a, K, V> { argument
1008 impl<'a, K: 'a + Key, V> Iterator for Keys<'a, K, V> { implementation
1076 impl<'a, K: 'a + Key, V> FusedIterator for Keys<'a, K, V> {} implementation
1084 impl<'a, K: 'a + Key, V> ExactSizeIterator for Keys<'a, K, V> {} implementation
Dsparse_secondary.rs1329 pub struct Keys<'a, K: Key + 'a, V: 'a> { struct
1333 impl<'a, K: 'a + Key, V: 'a> Clone for Keys<'a, K, V> { argument
1431 impl<'a, K: Key, V> Iterator for Keys<'a, K, V> { implementation
1511 impl<'a, K: Key, V> FusedIterator for Keys<'a, K, V> {} implementation
1519 impl<'a, K: Key, V> ExactSizeIterator for Keys<'a, K, V> {} implementation
Dbasic.rs996 pub struct Keys<'a, K: 'a + Key, V: 'a> { struct
1000 impl<'a, K: 'a + Key, V: 'a> Clone for Keys<'a, K, V> { implementation
1133 impl<'a, K: Key, V> Iterator for Keys<'a, K, V> { implementation
1205 impl<'a, K: Key, V> FusedIterator for Keys<'a, K, V> {} implementation
1213 impl<'a, K: Key, V> ExactSizeIterator for Keys<'a, K, V> {} implementation
Dsecondary.rs1343 pub struct Keys<'a, K: Key + 'a, V: 'a> { struct
1347 impl<'a, K: 'a + Key, V: 'a> Clone for Keys<'a, K, V> { implementation
1467 impl<'a, K: Key, V> Iterator for Keys<'a, K, V> { implementation
1539 impl<'a, K: Key, V> FusedIterator for Keys<'a, K, V> {} implementation
1547 impl<'a, K: Key, V> ExactSizeIterator for Keys<'a, K, V> {} implementation
Dhop.rs1086 pub struct Keys<'a, K: Key + 'a, V: 'a> { struct
1090 impl<'a, K: 'a + Key, V: 'a> Clone for Keys<'a, K, V> { argument
1254 impl<'a, K: Key, V> Iterator for Keys<'a, K, V> { implementation
1324 impl<'a, K: Key, V> FusedIterator for Keys<'a, K, V> {} implementation
1332 impl<'a, K: Key, V> ExactSizeIterator for Keys<'a, K, V> {} implementation
/external/guava/android/guava/src/com/google/common/collect/
DFilteredEntryMultimap.java350 class Keys extends Multimaps.Keys<K, V> { class
351 Keys() { in Keys() method in Keys
/external/guava/guava/src/com/google/common/collect/
DFilteredEntryMultimap.java350 class Keys extends Multimaps.Keys<K, V> { class
351 Keys() { in Keys() method in Keys
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
/external/skia/infra/bots/task_drivers/common/
Dgoldctl_steps.go191 Keys map[string]string `json:"keys"` member
/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs876 pub struct Keys<'a, K, V> { struct
880 impl<'a, K, V> Iterator for Keys<'a, K, V> { implementation
886 impl<K, V> DoubleEndedIterator for Keys<'_, K, V> { implementation
890 impl<K, V> ExactSizeIterator for Keys<'_, K, V> { implementation
896 impl<K, V> FusedIterator for Keys<'_, K, V> {} implementation
899 impl<K, V> Clone for Keys<'_, K, V> { implementation
907 impl<K: fmt::Debug, V> fmt::Debug for Keys<'_, K, V> { implementation
/external/rust/android-crates-io/crates/linked-hash-map/src/
Dlib.rs1314 pub struct Keys<'a, K: 'a, V: 'a> { struct
1318 impl<'a, K, V> Clone for Keys<'a, K, V> { implementation
1326 impl<'a, K, V> Iterator for Keys<'a, K, V> { implementation
1339 impl<'a, K, V> DoubleEndedIterator for Keys<'a, K, V> { implementation
1346 impl<'a, K, V> ExactSizeIterator for Keys<'a, K, V> { implementation
/external/pytorch/test/cpp/api/
Dparameterdict.cpp87 TEST_F(ParameterDictTest, Keys) { in TEST_F() argument

1234