/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
H A D | ListKeysResponse.java | 70 private final List<KeyListEntry> keys; field in ListKeysResponse 108 public final List<KeyListEntry> keys() { in keys() method in ListKeysResponse 230 Builder keys(Collection<KeyListEntry> keys); in keys() argument 241 Builder keys(KeyListEntry... keys); in keys() argument 262 Builder keys(Consumer<KeyListEntry.Builder>... keys); in keys() method 294 private List<KeyListEntry> keys = DefaultSdkAutoConstructList.getInstance(); field in ListKeysResponse.BuilderImpl 318 public final void setKeys(Collection<KeyListEntry.BuilderImpl> keys) { in setKeys() 323 public final Builder keys(Collection<KeyListEntry> keys) { in keys() method in ListKeysResponse.BuilderImpl 330 public final Builder keys(KeyListEntry... keys) { in keys() method in ListKeysResponse.BuilderImpl 337 public final Builder keys(Consumer<KeyListEntry.Builder>... keys) { in keys() method in ListKeysResponse.BuilderImpl
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/ |
H A D | InPlaceOpsCollisions.java | 51 Object[] keys = map.keySet().toArray(); in testPutIfAbsent() local 82 Object[] keys = map.keySet().toArray(); in testRemoveMapping() local 119 Object[] keys = map.keySet().toArray(); in testReplaceOldValue() local 151 Object[] keys = map.keySet().toArray(); in testReplaceIfMapped() local 186 private static <T> void testComputeIfAbsent(Map<T, T> map, String desc, T[] keys, in testComputeIfAbsent() argument 233 Object[] keys = map.keySet().toArray(); in testComputeIfAbsentNonNull() local 240 Object[] keys = map.keySet().toArray(); in testComputeIfAbsentNull() local 244 private static <T> void testComputeIfPresent(Map<T, T> map, String desc, T[] keys, in testComputeIfPresent() argument 288 Object[] keys = map.keySet().toArray(); in testComputeIfPresentNonNull() local 295 Object[] keys = map.keySet().toArray(); in testComputeIfPresentNull() local [all …]
|
H A D | MapWithCollisionsProviders.java | 170 private static <T> Map<T, T> fillMap(Map<T, T> m, T[] keys) { in fillMap() argument 180 private static <T> Supplier<Map<T, T>> createMap(Map<T, T> m, T[] keys) { in createMap() argument 184 private static <T> Object[] createCase(String desc, Map<T, T> m, T[] keys, T val) { in createCase() argument 189 T[] keys, in makeMapsMoreTypes() 208 T[] keys, in makeMapsHashMap() 218 private static <T> Collection<Object[]> makeMaps(String desc, T[] keys, T val) { in makeMaps() 225 private static <T> Collection<Object[]> makeObjectsCases(String desc, T[] keys) { in makeObjectsCases() 230 T[] keys) { in makeStringsCases()
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
H A D | MapBenchmark.java | 45 Map<Element, Element> create(Collection<Element> keys) { in create() 55 Map<Element, Element> create(Collection<Element> keys) { in create() 65 Map<Element, Element> create(Collection<Element> keys) { in create() 71 Map<Element, Element> create(Collection<Element> keys) { in create() 77 Map<Element, Element> create(Collection<Element> keys) { in create() 87 Map<Element, Element> create(Collection<Element> keys) { in create() 97 Map<Element, Element> create(Collection<Element> keys) { in create() 107 Map<Element, Element> create(Collection<Element> keys) { in create() 117 Map<Element, Element> create(Collection<Element> keys) { in create() 127 Map<Element, Element> create(Collection<Element> keys) { in create() [all …]
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/ |
H A D | MapBenchmark.java | 45 Map<Element, Element> create(Collection<Element> keys) { in create() 55 Map<Element, Element> create(Collection<Element> keys) { in create() 65 Map<Element, Element> create(Collection<Element> keys) { in create() 71 Map<Element, Element> create(Collection<Element> keys) { in create() 77 Map<Element, Element> create(Collection<Element> keys) { in create() 87 Map<Element, Element> create(Collection<Element> keys) { in create() 97 Map<Element, Element> create(Collection<Element> keys) { in create() 107 Map<Element, Element> create(Collection<Element> keys) { in create() 117 Map<Element, Element> create(Collection<Element> keys) { in create() 127 Map<Element, Element> create(Collection<Element> keys) { in create() [all …]
|
/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/ |
H A D | JsonWebKeyUnittest.cpp | 53 void verifyKeys(const KeyMap& keys, const String8* clearKeys) { in verifyKeys() 76 KeyMap keys; in TEST_F() local 98 KeyMap keys; in TEST_F() local 120 KeyMap keys; in TEST_F() local 145 KeyMap keys; in TEST_F() local 183 KeyMap keys; in TEST_F() local 193 KeyMap keys; in TEST_F() local 212 KeyMap keys; in TEST_F() local 241 KeyMap keys; in TEST_F() local 272 KeyMap keys; in TEST_F() local [all …]
|
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | ecdh_key_agreement_test.cc | 37 EcdhPregeneratedTestKeys keys; in TEST() local 48 EcdhPregeneratedTestKeys keys; in TEST() local 60 EcdhPregeneratedTestKeys keys; in TEST() local 68 EcdhPregeneratedTestKeys keys; in TEST() local 90 EcdhPregeneratedTestKeys keys; in TEST() local 100 EcdhPregeneratedTestKeys keys; in TEST() local 112 EcdhPregeneratedTestKeys keys; in TEST() local 127 EcdhPregeneratedTestKeys keys; in TEST() local 140 EcdhPregeneratedTestKeys keys; in TEST() local 147 EcdhPregeneratedTestKeys keys; in TEST() local [all …]
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/ |
H A D | LongObjectScatterMap.kt | 30 private var keys: LongArray = longArrayOf() variable in shark.internal.hppc.LongObjectScatterMap 84 val keys = this.keys in set() constant 118 val keys = this.keys in remove() constant 140 val keys = this.keys in get() constant 184 val keys = this.keys in containsKey() constant 236 val keys = this.keys in rehash() constant 324 val keys = this.keys in shiftConflictingKeys() constant
|
H A D | LongLongScatterMap.kt | 35 private var keys: LongArray = longArrayOf() variable 88 val keys = this.keys in set() constant 122 val keys = this.keys in remove() constant 150 val keys = this.keys in getSlot() constant 236 val keys = this.keys in containsKey() constant 288 val keys = this.keys in rehash() constant 375 val keys = this.keys in shiftConflictingKeys() constant
|
H A D | LongScatterSet.kt | 28 private var keys: LongArray = longArrayOf() variable 100 val keys = this.keys in add() constant 128 val keys = this.keys in contains() constant 149 val keys = this.keys in remove() constant 170 val keys = keys in shiftConflictingKeys() constant 219 val keys = this.keys in rehash() constant
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/builder_name_schema/ |
H A D | builder_name_schema.json | 4 "keys": [ array 11 "keys": [ array 22 "keys": [ array 33 "keys": [ array 44 "keys": [ array 49 "keys": [ array 61 "keys": [ array 69 "keys": [ array 77 "keys": [ array 92 "keys": [ array
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 75 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys() 118 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local 146 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local 167 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local 258 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local 278 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 326 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 348 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 366 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 394 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local [all …]
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/encryption/ |
D | OdpEncryptionKeyManagerTest.java | 193 List<OdpEncryptionKey> keys = mOdpEncryptionKeyManager.fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_scheduled_success() local 213 List<OdpEncryptionKey> keys = mOdpEncryptionKeyManager.fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_nonScheduled_success() local 326 List<OdpEncryptionKey> keys = in testFetchAndPersistActiveKeys_scheduledNoDeletion() local 362 List<OdpEncryptionKey> keys = in testFetchAndPersistActiveKeys_nonScheduledNoDeletion() local 407 List<OdpEncryptionKey> keys = in testFetchAndPersistActiveKeys_scheduledWithDeletion() local 447 List<OdpEncryptionKey> keys = in testFetchAndPersistActiveKeys_nonScheduledWithDeletion() local 476 List<OdpEncryptionKey> keys = in testGetOrFetchActiveKeys_fetch() local 507 List<OdpEncryptionKey> keys = in testGetOrFetchActiveKeys_noFetch() local 523 List<OdpEncryptionKey> keys = in testGetOrFetchActiveKeys_failure() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/android/internal/ |
H A D | FakeAndroidKeystoreProvider.java | 55 protected static HashMap<String, SecretKey> keys; field in FakeAndroidKeystoreProvider.FakeKeyStoreSpi 57 public static void setKeysMapRef(HashMap<String, SecretKey> keys) { in setKeysMapRef() 162 protected static HashMap<String, SecretKey> keys; field in FakeAndroidKeystoreProvider.FakeKeyGeneratorSpi 164 public static void setKeysMapRef(HashMap<String, SecretKey> keys) { in setKeysMapRef() 221 HashMap<String, SecretKey> keys = new HashMap<>(); in FakeProvider() local 270 HashMap<String, SecretKey> keys = new HashMap<>(); in UnreliableFakeProvider() local 312 HashMap<String, SecretKey> keys = new HashMap<>(); in FakeProviderWithUnrecoverableKeys() local 349 HashMap<String, SecretKey> keys = new HashMap<>(); in FakeProviderWithProviderException() local 381 HashMap<String, SecretKey> keys = new HashMap<>(); in FakeProviderWithNullKeys() local 412 HashMap<String, SecretKey> keys = new HashMap<>(); in FakeProviderWithoutKeyGeneration() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/qi/ |
D | keywords.hpp | 9 #define keys ("WeaBGNogxKwkyFilMHOp") macro 15 #define keys ("xSjJfIbmYDvQHhKTLZca")("JPvLQbGsXantCZpoeEiB")("MAZjzUrtdRSmhNnqxPVX")("PhuXTxIQCijH… macro 21 #define keys ("briLcUzOEDAswdGuIXlp")("ZwKsyzktMrnERbDLThlB")("QCvkgGRYrmDVfiApzStM")("FUsjQAtlVrYS… macro 27 #define keys ("yTMiuczAoDwJhIBCGvPl")("JUTVaEqDepvsiXwBgSYd")("voeXaAjyCqKtFxRhEblz")("rvQaNuXGkILP… macro 33 #define keys ("GgrRUxIZCFYkpnsvyzwb")("fLpJmgZEQAKdbcSuNFPr")("aMZVkzfvrXLyPjeUBRus")("gBefvhWdnzbE… macro 39 #define keys ("xjSUvfTWlVeoLEtdmKBz")("HSDfyWRmjsxiXFOJQvoT")("gvByQMLTjeGdiVXkWqnf")("HZJdriPpDLsv… macro 45 #define keys ("QZMaswnqKlYGVWArzRSm")("EKWLSbqXhjIvQgpJrxnF")("ENVahOdugPMsewLIzGWD")("XeuQTSmbIFZc… macro
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ImmutableMapFloodingTest.java | 38 public Map<Object, Object> create(List<?> keys) { in create() 50 public Map<Object, Object> create(List<?> keys) { in create() 57 public Map<Object, Object> create(List<?> keys) { in create() 67 public Map<Object, Object> create(List<?> keys) { in create() 77 public Map<Object, Object> create(List<?> keys) { in create() 89 public Map<Object, Object> create(List<?> keys) { in create() 97 public Map<Object, Object> create(List<?> keys) { in create()
|
/aosp_15_r20/hardware/interfaces/macsec/aidl/default/ |
H A D | MacsecPskPlugin.h | 26 struct keys { struct 27 std::vector<uint8_t> keyId; 28 AES_KEY kekEncCtx; 29 AES_KEY kekDecCtx; 30 CMAC_CTX* ickCtx; 31 CMAC_CTX* cakCtx;
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | lookup_table_op.cc | 89 Status DoInsert(bool clear, const Tensor& keys, const Tensor& values) { in DoInsert() 104 Status Insert(OpKernelContext* ctx, const Tensor& keys, in Insert() 109 Status Remove(OpKernelContext* ctx, const Tensor& keys) override { in Remove() 119 Status ImportValues(OpKernelContext* ctx, const Tensor& keys, in ImportValues() 128 Tensor* keys; in ExportValues() local 163 Tensor keys(key_dtype(), TensorShape({size})); in AsGraphDef() local 200 void ExportKeysAndValues(Tensor* keys, Tensor* values) const in ExportKeysAndValues() 270 Status DoInsert(bool clear, const Tensor& keys, const Tensor& values) { in DoInsert() 291 Status Insert(OpKernelContext* ctx, const Tensor& keys, in Insert() 296 Status Remove(OpKernelContext* ctx, const Tensor& keys) override { in Remove() [all …]
|
/aosp_15_r20/external/mbedtls/docs/architecture/ |
H A D | psa-storage-resilience.md | 48 ### Assumptions on stateful secure elements 54 ### Dual management of keys: the problem 69 ### Overview of two-phase commit with stateful secure elements 103 ### Optimization considerations for transactions 131 ### Recovery strategies 256 ### Testing non-atomic processes 285 ### Splitting normal behavior and transaction recovery 355 ### Choice of a transaction design
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | psa-storage-resilience.md | 48 ### Assumptions on stateful secure elements 54 ### Dual management of keys: the problem 69 ### Overview of two-phase commit with stateful secure elements 103 ### Optimization considerations for transactions 131 ### Recovery strategies 256 ### Testing non-atomic processes 285 ### Splitting normal behavior and transaction recovery 355 ### Choice of a transaction design
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/extension/servicedb/ |
H A D | IServiceListEdit.aidl | 37 Bundle getServiceInfoFromDatabase(String serviceInfoId, in String[] keys); in getServiceInfoFromDatabase() 39 Bundle getServiceInfoListFromDatabase(String serviceListId, in String[] keys); in getServiceInfoListFromDatabase() 54 Bundle getServiceListInfoByChannelId(String serviceListChannelId, in String[] keys); in getServiceListInfoByChannelId() 57 Bundle getTransportStreamInfoList(String serviceListId, in String[] keys); in getTransportStreamInfoList() 60 Bundle getTransportStreamInfoListForce(String serviceListId, in String[] keys); in getTransportStreamInfoListForce() 63 Bundle getNetworkInfoList(String serviceListId, in String[] keys); in getNetworkInfoList() 65 Bundle getSatelliteInfoList(String serviceListId, in String[] keys); in getSatelliteInfoList()
|
/aosp_15_r20/external/libcxx/test/libcxx/localization/locale.categories/ |
H A D | __scan_keyword.pass.cpp | 49 std::string keys[] = {"a", "abb"}; in main() local 61 std::string keys[] = {"a", "abb"}; in main() local 73 std::string keys[] = {"a", "abb"}; in main() local 85 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local 97 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local 109 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/localization/locale.categories/ |
H A D | __scan_keyword.pass.cpp | 50 std::string keys[] = {"a", "abb"}; in main() local 62 std::string keys[] = {"a", "abb"}; in main() local 74 std::string keys[] = {"a", "abb"}; in main() local 86 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local 98 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local 110 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | DelegateOptionsTest.cpp | 139 std::vector<std::string> keys { "backends", "debug-data", "disable-tflite-runtime-fallback"}; variable 174 std::vector<std::string> keys { "backends", "debug-data", "disable-tflite-runtime-fallback"}; variable 280 void CreateFp16StringParsingTestRun(std::vector<std::string>& keys, in CreateFp16StringParsingTestRun() 320 …std::vector<std::string> keys { "backends", "debug-data", "reduce-fp32-to-fp16", "logging-sever… variable 329 std::vector<std::string> keys { "backends", "debug-data", "reduce-fp32-to-fp16"}; variable 338 std::vector<std::string> keys { "backends", "debug-data", "reduce-fp32-to-fp16"}; variable 347 std::vector<std::string> keys { "backends", "debug-data", "reduce-fp32-to-fp16"}; variable 356 std::vector<std::string> keys { "backends", "debug-data", "reduce-fp32-to-fp16"}; variable
|
/aosp_15_r20/external/perfetto/ui/src/core/ |
H A D | event_set.ts | 94 readonly keys: P; property 198 abstract readonly keys: P; property in OptimisingEventSet 281 readonly keys: P; property in NaiveFilterEventSet 291 const keys = freeVariablesFromFilters(this.filters); constant 304 const keys = freeVariablesFromFilters(this.filters); constant 341 readonly keys: P; property in NaiveSortEventSet 383 readonly keys: T; property in NaiveUnionEventSet 432 readonly keys: T; property in NaiveIntersectionEventSet 491 readonly keys: T; property in EmptyEventSet 527 readonly keys: P; property in ConcreteEventSet [all …]
|