Home
last modified time | relevance | path

Searched refs:key0 (Results 1 – 25 of 46) sorted by relevance

12

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraCharacteristicsTest.java19 private final CameraCharacteristics.Key key0 = field in ShadowCameraCharacteristicsTest
26 shadowOf(cameraCharacteristics).set(key0, 1); in testSetExistingKey()
29 shadowOf(cameraCharacteristics).set(key0, 1); in testSetExistingKey()
38 assertThat(cameraCharacteristics.get(key0)).isNull(); in testGetUnrecognizedKey()
43 shadowOf(cameraCharacteristics).set(key0, 1); in testGetRecognizedKey()
45 assertThat(cameraCharacteristics.get(key0)).isEqualTo(1); in testGetRecognizedKey()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraCharacteristicsTest.java20 private final Key key0 = new Key("key0", Integer.class); field in ShadowCameraCharacteristicsTest
26 shadowOf(cameraCharacteristics).set(key0, 1); in testSetExistingKey()
29 shadowOf(cameraCharacteristics).set(key0, 1); in testSetExistingKey()
38 assertThat(cameraCharacteristics.get(key0)).isNull(); in testGetUnrecognizedKey()
43 shadowOf(cameraCharacteristics).set(key0, 1); in testGetRecognizedKey()
45 assertThat(cameraCharacteristics.get(key0)).isEqualTo(1); in testGetRecognizedKey()
/external/python/cpython3/Lib/test/
Dtest_mailbox.py194 key0 = self._box.add(self._template % 0)
197 method(key0)
199 self.assertRaises(KeyError, lambda: self._box[key0])
200 self.assertRaises(KeyError, lambda: method(key0))
216 key0 = self._box.add(self._template % 0)
219 self._box.discard(key0)
221 self.assertRaises(KeyError, lambda: self._box[key0])
222 self._box.discard(key0)
224 self.assertRaises(KeyError, lambda: self._box[key0])
228 key0 = self._box.add(self._template % 0)
[all …]
/external/python/cpython2/Lib/test/
Dtest_mailbox.py101 key0 = self._box.add(self._template % 0)
104 method(key0)
107 self.assertRaises(KeyError, lambda: self._box[key0])
108 self.assertRaises(KeyError, lambda: method(key0))
125 key0 = self._box.add(self._template % 0)
128 self._box.discard(key0)
130 self.assertRaises(KeyError, lambda: self._box[key0])
131 self._box.discard(key0)
133 self.assertRaises(KeyError, lambda: self._box[key0])
137 key0 = self._box.add(self._template % 0)
[all …]
/external/grpc-grpc/test/cpp/common/
Dchannel_arguments_test.cc130 grpc::string key0("key0"); in TEST_F() local
133 arg0.key = const_cast<char*>(key0.c_str()); in TEST_F()
141 grpc::string arg_key0(key0); in TEST_F()
156 grpc::string key0("key0"); in TEST_F() local
160 arg0.key = const_cast<char*>(key0.c_str()); in TEST_F()
169 grpc::string key(key0); in TEST_F()
189 grpc::string key0("key0"); in TEST_F() local
192 arg0.key = const_cast<char*>(key0.c_str()); in TEST_F()
193 arg0.value.pointer.p = &key0; in TEST_F()
196 grpc::string key(key0); in TEST_F()
/external/cronet/net/third_party/quiche/src/quiche/common/
Dstructured_headers_test.cc674 const std::string key0 = "key0"; in TEST() local
682 dict[key0] = member0; in TEST()
691 const Dictionary dict_init{{{key0, member0}, {key1, member1}}}; in TEST()
694 EXPECT_EQ(member0, dict_init.at(key0)); in TEST()
699 const std::string key0 = "key0"; in TEST() local
707 Dictionary dict{{{key0, nonempty_member0}}}; in TEST()
708 EXPECT_TRUE(dict.contains(key0)); in TEST()
709 EXPECT_EQ(nonempty_member0, dict[key0]); in TEST()
710 EXPECT_EQ(&dict[key0], &dict.at(key0)); in TEST()
711 EXPECT_EQ(&dict[key0], &dict[0]); in TEST()
[all …]
/external/rust/crates/ring/crypto/fipsmodule/aes/asm/
Daesni-x86_64.pl593 my ($key0,$ctr)=("%ebp","${ivp}d");
652 mov 12($key),$key0 # 0-round key LSB
668 xor $key0,%eax
669 xor $key0,%edx
678 xor $key0,%eax
681 xor $key0,%r10d
688 xor $key0,%r9d
691 xor $key0,%r10d
697 xor $key0,%r9d
721 bswap $key0
[all …]
/external/ltp/testcases/network/virt/
Dmacsec_lib.sh29 local key0="01234567890123456789012345678901"
40 ROD $cmd tx sa $sa pn 100 on key $keyid0 $key0
47 "$cmd rx address $h0 port 1 sa $sa pn 100 on key $keyid0 $key0"
/external/cronet/net/base/registry_controlled_domains/
Dregistry_controlled_domain_unittest.cc473 const char key0[] = in TEST_F() local
484 GetCanonicalHostRegistryLength(key0, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F()
507 const char key0[] = in TEST_F() local
518 GetCanonicalHostRegistryLength(key0, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F()
534 const char key0[] = "a.b.ai"; in TEST_F() local
544 GetCanonicalHostRegistryLength(key0, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F()
569 const char key0[] = "a.b.ia"; in TEST_F() local
579 GetCanonicalHostRegistryLength(key0, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_reassociate.cc37 std::optional<AllReduceKey> key0 = GetAllReduceKey(ar0); in AreCompatible() local
40 return key0 && key1 && kind0 && *key0 == *key1 && kind0 == op_kind; in AreCompatible()
Dall_reduce_folder.cc167 std::optional<AllReduceKey> key0 = GetAllReduceKey( in Run() local
171 if (!key0 || !key1 || *key0 != *key1 || ar0->replica_groups().empty() || in Run()
/external/freetype/src/sfnt/
Dttkern.c241 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning() local
259 if ( key == key0 ) in tt_face_get_kerning()
264 if ( key < key0 ) in tt_face_get_kerning()
280 if ( key == key0 ) in tt_face_get_kerning()
/external/rust/crates/managed/src/
Dslotmap.rs466 let key0 = map.insert(0).unwrap(); in non_simple_free_list() localVariable
472 assert_eq!(map.get(key0).cloned(), Some(0)); in non_simple_free_list()
477 assert_eq!(map.get(key0).cloned(), Some(0)); in non_simple_free_list()
479 *map.remove(key0).unwrap() = 0xF; in non_simple_free_list()
482 let key0 = map.insert(0).unwrap(); in non_simple_free_list() localVariable
486 assert_eq!(map.get(key0).cloned(), Some(0)); in non_simple_free_list()
/external/autotest/frontend/client/src/autotest/common/table/
DJSONObjectComparator.java20 String key0 = arg0.get(sortSpec.getField()).toString().toLowerCase(); in compare() local
22 compareValue = key0.compareTo(key1) * sortSpec.getDirectionMultiplier(); in compare()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/
Dreorder_assert.mlir4 func.func @reorder_assert(%key0: tensor<!tf_type.string>, %key1: tensor<!tf_type.string>) -> (tenso…
14 …%value0 = "tf.LookupTableFindV2"(%handle, %key0, %default) {device = "/job:localhost/replica:0/tas…
32 func.func @reorder_assert_only_if(%key0: tensor<!tf_type.string>, %key1: tensor<!tf_type.string>) -…
42 …%value0 = "tf.LookupTableFindV2"(%handle, %key0, %default) {device = "/job:localhost/replica:0/tas…
/external/rust/crates/rand_chacha/src/
Dguts.rs246 let key0: Mach::u32x4 = m.read_le(&key[..16]); localVariable
249 b: key0.into(),
258 let key0: Mach::u32x4 = m.read_le(&key[..16]); localVariable
262 b: key0.into(),
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daesni-x86_64.pl1197 my ($key0,$ctr)=("%ebp","${ivp}d");
1259 mov 12($key),$key0 # 0-round key LSB
1275 xor $key0,%eax
1276 xor $key0,%edx
1285 xor $key0,%eax
1288 xor $key0,%r10d
1295 xor $key0,%r9d
1298 xor $key0,%r10d
1304 xor $key0,%r9d
1328 bswap $key0
[all …]
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/aes/asm/
Daesni-x86_64.pl1197 my ($key0,$ctr)=("%ebp","${ivp}d");
1259 mov 12($key),$key0 # 0-round key LSB
1275 xor $key0,%eax
1276 xor $key0,%edx
1285 xor $key0,%eax
1288 xor $key0,%r10d
1295 xor $key0,%r9d
1298 xor $key0,%r10d
1304 xor $key0,%r9d
1328 bswap $key0
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
Dagent-subst-test.properties1 key0=no$replace} key
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DPropertyBasedCreator.java256 public SettableBeanProperty get(Object key0) { in get() argument
257 return super.get(((String) key0).toLowerCase(_locale)); in get()
/external/rust/cxx/src/
Dsip.rs118 fn new_with_keys(key0: u64, key1: u64) -> Self { in new_with_keys()
120 k0: key0, in new_with_keys()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DBreakIteratorRegTest.java45 …Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterato… in TestRegUnreg() local
84 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorRegTest.java42 …Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterato… in TestRegUnreg() local
81 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/
Dformal.vm33 $provider.getHashtable().get( "key0")
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c59 unsigned int key0; member

12