Home
last modified time | relevance | path

Searched refs:key_1 (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_id_manager_test.cc47 TfDeviceId key_1(3); in TEST() local
49 TF_ASSERT_OK(DeviceIdManager::InsertTfPlatformDeviceIdPair(device_type, key_1, in TEST()
51 EXPECT_EQ(value_1, TfToPlatformDeviceId(device_type, key_1)); in TEST()
79 TfDeviceId key_1(2); in TEST() local
82 key_1, value_1)); in TEST()
87 EXPECT_EQ(value_1, TfToPlatformDeviceId(device_type1, key_1)); in TEST()
90 DeviceIdManager::TfToPlatformDeviceId(device_type0, key_1, &value_0) in TEST()
/external/rust/crates/zip/src/
Dzipcrypto.rs11 key_1: Wrapping<u32>, field
19 key_1: Wrapping(0x23456789), in new()
26 self.key_1 = in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
28 self.key_2 = ZipCryptoKeys::crc32(self.key_2, (self.key_1 >> 24).0 as u8); in update()
/external/bcc/tests/python/
Dtest_histogram.py104 bucket_fn=lambda bucket: (bucket.key_1, bucket.key_2),
/external/mesa3d/src/glx/apple/
Dappledri.c267 rep.key_0 = rep.key_1 = rep.uid = 0;
275 key[1] = rep.key_1;
Dappledristr.h143 CARD32 key_1 B32;
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp464 int key_1 = 1; in TEST_F() local
472 py_keys[1] = PythonInteger(key_1); in TEST_F()
504 const char *const key_1 = "Key 1"; in TEST_F() local
512 keys[1] = PythonString(key_1); in TEST_F()
/external/usrsctp/usrsctplib/netinet/
Dsctp_auth.c361 uint8_t *key_1, *key_2; in sctp_compare_key() local
379 key_1 = key1->key; in sctp_compare_key()
384 val1 = (i < (maxlen - key1len)) ? 0 : *(key_1++); in sctp_compare_key()
/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc849 uint8_t key_1[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, in gsec_test_do_vector_tests_rekey_nist() local
859 vec = {nonce_1, aad_1, key_1, plaintext_1, ciphertext_1, 12, 0, 44, 16, 32}; in gsec_test_do_vector_tests_rekey_nist()
/external/llvm-project/lldb/docs/use/
Dpython-reference.rst382 (lldb) breakpoint set -P MyModule.MyResolverClass -k key_1 -v value_1 -k key_2 -v value_2