Home
last modified time | relevance | path

Searched defs:keys (Results 26 – 50 of 4347) sorted by relevance

12345678910>>...174

/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java68 private static ExpectedKey[] replaceKeyAt(final ExpectedKey[] keys, final int columnIndex, in replaceKeyAt()
91 ExpectedKey[] keys = getRowAt(row); in replaceKeyOf() local
116 static ExpectedKey[] joinKeys(final Object ... keys) { in joinKeys()
139 public ExpectedKeyboardBuilder setKeysOfRow(final int row, final Object ... keys) { in setKeysOfRow()
221 final Object ... keys) { in insertKeysAtRow()
238 final Object ... keys) { in addKeysOnTheLeftOfRow()
256 final Object ... keys) { in addKeysOnTheRightOfRow()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dlookup_ops.py164 def lookup(self, keys, name=None): argument
168 def __getitem__(self, keys): argument
226 def lookup(self, keys, name=None): argument
531 def __init__(self, keys, values, key_dtype=None, value_dtype=None, name=None): argument
1130 def lookup(self, keys, name=None): argument
1353 def lookup(self, keys, name=None): argument
1930 def remove(self, keys, name=None): argument
1956 def lookup(self, keys, dynamic_default_values=None, name=None): argument
1999 def insert(self, keys, values, name=None): argument
2243 def lookup(self, keys, name=None): argument
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DPrefixStore.cpp14 const std::vector<std::string>& keys) { in joinKeys()
52 bool PrefixStore::check(const std::vector<std::string>& keys) { in check()
57 void PrefixStore::wait(const std::vector<std::string>& keys) { in wait()
63 const std::vector<std::string>& keys, in wait()
84 const std::vector<std::string>& keys) { in multiGet()
94 const std::vector<std::string>& keys, in multiSet()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultisetFloodingTest.java43 public ImmutableMultiset<Object> create(List<?> keys) { in create()
49 public ImmutableMultiset<Object> create(List<?> keys) { in create()
55 public ImmutableMultiset<Object> create(List<?> keys) { in create()
65 public ImmutableMultiset<Object> create(List<?> keys) { in create()
74 public abstract ImmutableMultiset<Object> create(List<?> keys); in create()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dlookup_interface.cc33 Status LookupInterface::CheckKeyAndValueTypes(const Tensor& keys, in CheckKeyAndValueTypes()
46 Status LookupInterface::CheckKeyAndValueTensorsHelper(const Tensor& keys, in CheckKeyAndValueTensorsHelper()
64 Status LookupInterface::CheckKeyAndValueTensorsForInsert(const Tensor& keys, in CheckKeyAndValueTensorsForInsert()
69 Status LookupInterface::CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport()
74 Status LookupInterface::CheckKeyTensorForRemove(const Tensor& keys) { in CheckKeyTensorForRemove()
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/benches/
Dbench.rs291 let keys = shuffled_keys(0..c); in lookup_hashmap_10_000_exist() localVariable
308 let keys = shuffled_keys(0..c); in lookup_hashmap_10_000_noexist() localVariable
325 let keys = shuffled_keys(0..c); in lookup_indexmap_10_000_exist() localVariable
342 let keys = shuffled_keys(0..c); in lookup_indexmap_10_000_noexist() localVariable
369 let keys = &*KEYS; localVariable
381 let keys = &*KEYS; localVariable
436 let keys = &*KEYS; in lookup_hashmap_100_000_inorder_multi() localVariable
449 let keys = &*KEYS; in lookup_indexmap_100_000_inorder_multi() localVariable
563 let mut keys = Vec::from_iter(map.keys().copied()); in swap_remove_indexmap_100_000() localVariable
580 let mut keys = Vec::from_iter(map.keys().copied()); in shift_remove_indexmap_100_000_few() localVariable
[all …]
/aosp_15_r20/external/tink/cc/internal/
H A Drsa_util_test.cc80 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
116 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
202 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
258 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
275 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
290 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
307 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
331 util::StatusOr<std::pair<RsaPublicKey, RsaPrivateKey>> keys = in TEST() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
H A DUploadDirectoryHelperTest.java267 List<String> keys = in uploadDirectory_defaultSetting_shouldRecursivelyUpload() local
289 List<String> keys = in uploadDirectory_depth1FollowSymlinkTrue_shouldOnlyUploadTopLevel() local
313 List<String> keys = in uploadDirectory_FollowSymlinkTrue_shouldIncludeLinkedFiles() local
336 List<String> keys = in uploadDirectory_withPrefix_keysShouldHavePrefix() local
360 List<String> keys = in uploadDirectory_withDelimiter_shouldHonor() local
389 List<String> keys = in uploadDirectory_maxLengthOne_shouldOnlyUploadTopLevel() local
432 List<String> keys = in uploadDirectory_notDirectoryFollowSymlinkTrue_shouldCompleteSuccessfully() local
/aosp_15_r20/external/python/cpython3/Objects/
Ddictobject.c330 dictkeys_get_index(const PyDictKeysObject *keys, Py_ssize_t i) in dictkeys_get_index()
359 dictkeys_set_index(PyDictKeysObject *keys, Py_ssize_t i, Py_ssize_t ix) in dictkeys_set_index()
511 PyDictKeysObject *keys = mp->ma_keys; in _PyDict_CheckConsistency() local
656 free_keys_object(PyDictKeysObject *keys) in free_keys_object()
717 new_dict(PyDictKeysObject *keys, PyDictValues *values, Py_ssize_t used, int free_values_on_failure) in new_dict()
755 shared_keys_usable_size(PyDictKeysObject *keys) in shared_keys_usable_size()
762 new_dict_with_shared_keys(PyDictKeysObject *keys) in new_dict_with_shared_keys()
790 PyDictKeysObject *keys = PyObject_Malloc(keys_size); in clone_combined_dict_keys() local
1165 find_empty_slot(PyDictKeysObject *keys, Py_hash_t hash) in find_empty_slot()
1187 insert_into_dictkeys(PyDictKeysObject *keys, PyObject *name) in insert_into_dictkeys()
[all …]
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java270 final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext); in getNonIndexableKeys_tetherAvailable_keysNotReturned() local
288 final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext); in getNonIndexableKeys_tetherNotAvailable_keysReturned() local
306 final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext); in getNonIndexableKeys_hotspotNotAvailable_keysReturned() local
324 final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext); in getNonIndexableKeys_tetherAndHotspotNotAvailable_keysReturned() local
342 final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext); in getNonIndexableKeys_instantHotspotNotAvailableOnly_keysContainInstantHotspotOnly() local
362 final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext); in getNonIndexableKeys_speedFeatureNotAvailableOnly_keysContainInstantHotspotOnly() local
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DKeySetManagerServiceTest.java418 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddDefinedKSToPackageEmpty() local
445 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddDefinedKSToPackageDoubleAlias() local
475 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddDefinedKSToPackageOrthoUpgr() local
515 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddDefinedKSToPackageOrthoUpgrAliasSame() local
660 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddUpgradeKSToPackageEmpty() local
682 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddUpgradeKSToPackageWrong() local
709 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testAddUpgradeKSToPackageDisappear() local
788 ArraySet<PublicKey> keys = new ArraySet<PublicKey>(); in testRemoveAppKSDataDefined() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_hkdf/benches/
Dnp_hkdf.rs27 let keys = (0..num_keys) in build_np_hkdf() localVariable
37 let keys = (0..num_keys) in build_np_hkdf() localVariable
54 let keys = (0..num_keys) in build_np_hkdf() localVariable
71 let keys = (0..num_keys) in build_np_hkdf() localVariable
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicesDatabaseAccessorTest.java185 final List<Uri> keys = mAccessor.getSliceUris(SettingsSlicesContract.AUTHORITY, in getDescendantUris_platformSlice_doesNotReturnOEMSlice() local
197 final List<Uri> keys = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, in getDescendantUris_oemSlice_doesNotReturnPlatformSlice() local
209 final List<Uri> keys = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, in getDescendantUris_oemSlice_returnsOEMUriDescendant() local
222 final List<Uri> keys = mAccessor.getSliceUris(SettingsSlicesContract.AUTHORITY, in getDescendantUris_platformSlice_returnsPlatformUriDescendant() local
285 final List<Uri> keys = accessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY, in getSliceKeys_indexesDatabase() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DBuilder.java346 public MBuilder<K, V, M> on(K... keys) { in on()
351 public MBuilder<K, V, M> on(Collection<? extends K> keys) { in on()
421 public MBuilder<K, V, M> removeAll(Collection<? extends K> keys) { in removeAll()
427 public MBuilder<K, V, M> removeAll(K... keys) { in removeAll()
441 public MBuilder<K, V, M> retainAll(Collection<? extends K> keys) { in retainAll()
447 public MBuilder<K, V, M> retainAll(K... keys) { in retainAll()
497 private Collection<? extends K> keys; field in Builder.MBuilder
H A DUnicodeRelation.java122 public UnicodeRelation<T> addAll(UnicodeSet keys, Collection<T> values) { in addAll()
129 public UnicodeRelation<T> addAll(UnicodeSet keys, T... values) { in addAll()
133 public UnicodeRelation<T> addAll(UnicodeSet keys, T value) { in addAll()
241 public UnicodeRelation<T> removeAll(UnicodeSet keys, Collection<T> values) { in removeAll()
248 public UnicodeRelation<T> removeAll(UnicodeSet keys, T... values) { in removeAll()
252 public UnicodeRelation<T> removeAll(UnicodeSet keys, T value) { in removeAll()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dgen_disasm.py152 def compile_derived_inner(expr, keys): argument
167 def compile_derived(expr, keys): argument
180 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument
196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
205 def invert_lut(value_size, forward, derived, mod_map, keys, mod_vals): argument
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkDexVerifierUnitTest.java95 String[] keys = mVerifier.getApiTokens(apiRuleFull); in getApiTokens_fullyQualifiedRule() local
116 String[] keys = mVerifier.getApiTokens(apiRuleClassMethod); in getApiTokens_classAndMethodRule() local
142 String[] keys = mVerifier.getApiTokens(apiRuleMultiParam); in getApiTokens_multiParam() local
158 String[] keys = mVerifier.getApiTokens(apiRuleClassReturn); in getApiTokens_classReturn() local
174 String[] keys = mVerifier.getApiTokens(apiRuleClassParam); in getApiTokens_classAndParams() local
/aosp_15_r20/libcore/json/src/test/java/libcore/org/json/
H A DJSONArrayTest.java330 JSONArray keys = new JSONArray(); in testToJSONObject() local
348 JSONArray keys = new JSONArray(); in testToJSONObjectWithNulls() local
364 JSONArray keys = new JSONArray(); in testToJSONObjectMoreNamesThanValues() local
375 JSONArray keys = new JSONArray(); in testToJSONObjectMoreValuesThanNames() local
386 JSONArray keys = new JSONArray(); in testToJSONObjectNullKey() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dtable_test.cc168 void Finish(const Options& options, std::vector<string>* keys, KVMap* kvmap) { in Finish()
305 std::vector<string> keys; in Test() local
313 void TestForwardScan(const std::vector<string>& keys, const KVMap& data) { in TestForwardScan()
327 const std::vector<string>& keys, const KVMap& data, in TestRandomAccess()
399 const std::vector<string>& keys) { in PickRandomKey()
559 std::vector<string> keys; in TEST() local
599 std::vector<string> keys; in TEST() local
621 std::vector<string> keys; in TEST() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_weak.py444 def keys(self): member in WeakKeyDictionaryTestCase.test_update.SimpleUserDict
462 def keys(self): member in WeakKeyDictionaryTestCase.test_update.FailingUserDict
470 def keys(self): member in WeakKeyDictionaryTestCase.test_update.FailingUserDict
492 def keys(self): member in WeakKeyDictionaryTestCase.test_update.FailingUserDict
785 def keys(self): member in WeakKeyDictionaryScriptObjectTestCase.test_update.SimpleUserDict
803 def keys(self): member in WeakKeyDictionaryScriptObjectTestCase.test_update.FailingUserDict
811 def keys(self): member in WeakKeyDictionaryScriptObjectTestCase.test_update.FailingUserDict
833 def keys(self): member in WeakKeyDictionaryScriptObjectTestCase.test_update.FailingUserDict
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c238 lws_chacha_activate(struct lws_ssh_keys *keys) in lws_chacha_activate()
264 lws_chacha_destroy(struct lws_ssh_keys *keys) in lws_chacha_destroy()
273 lws_chachapoly_get_length(struct lws_ssh_keys *keys, uint32_t seq, in lws_chachapoly_get_length()
302 chachapoly_crypt(struct lws_ssh_keys *keys, u_int seqnr, u_char *dest, in chachapoly_crypt()
355 lws_chacha_decrypt(struct lws_ssh_keys *keys, uint32_t seq, in lws_chacha_decrypt()
363 lws_chacha_encrypt(struct lws_ssh_keys *keys, uint32_t seq, in lws_chacha_encrypt()
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DLookup.h108 std::initializer_list<typename T::key_type> keys) { in findFirstOf()
120 std::initializer_list<typename T::key_type> keys) { in findFirstOf()
138 std::initializer_list<typename T::key_type> keys, in findFirstOfOrDefault()
158 std::initializer_list<typename T::key_type> keys) { in containsAnyOf()
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DLookup.h111 std::initializer_list<typename T::key_type> keys) { in findFirstOf()
123 std::initializer_list<typename T::key_type> keys) { in findFirstOf()
141 std::initializer_list<typename T::key_type> keys, in findFirstOfOrDefault()
161 std::initializer_list<typename T::key_type> keys) { in containsAnyOf()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java109 Set<Object> keys = cache.asMap().keySet(); in testKeySet_nullToArray() local
129 Set<Object> keys = cache.asMap().keySet(); in testKeySet_clear() local
138 Set<Object> keys = cache.asMap().keySet(); in testKeySet_empty_remove() local
154 Set<Object> keys = cache.asMap().keySet(); in testKeySet_remove() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java109 Set<Object> keys = cache.asMap().keySet(); in testKeySet_nullToArray() local
129 Set<Object> keys = cache.asMap().keySet(); in testKeySet_clear() local
138 Set<Object> keys = cache.asMap().keySet(); in testKeySet_empty_remove() local
154 Set<Object> keys = cache.asMap().keySet(); in testKeySet_remove() local

12345678910>>...174