Home
last modified time | relevance | path

Searched refs:IgnoreInstruction (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/evp/
Devp_test.cc422 t->IgnoreInstruction("key.type"); in RunWycheproofTest()
424 t->IgnoreInstruction("key.curve"); in RunWycheproofTest()
425 t->IgnoreInstruction("key.keySize"); in RunWycheproofTest()
426 t->IgnoreInstruction("key.wx"); in RunWycheproofTest()
427 t->IgnoreInstruction("key.wy"); in RunWycheproofTest()
428 t->IgnoreInstruction("key.uncompressed"); in RunWycheproofTest()
430 t->IgnoreInstruction("e"); in RunWycheproofTest()
431 t->IgnoreInstruction("keyAsn"); in RunWycheproofTest()
432 t->IgnoreInstruction("keysize"); in RunWycheproofTest()
433 t->IgnoreInstruction("n"); in RunWycheproofTest()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc90 static bool IgnoreInstruction(const HloInstruction& instruction) { in IgnoreInstruction() function in xla::__anone86b2dc90111::ListScheduler
155 return IgnoreInstruction(*buffer.instruction()); in IgnoreBuffer()
431 if (ListScheduler::IgnoreInstruction(*hlo)) { in DFSMemoryScheduler()
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc312 t->IgnoreInstruction("type"); in TEST()
313 t->IgnoreInstruction("ivSize"); in TEST()
Daead_test.cc693 t->IgnoreInstruction("ivSize"); in RunWycheproofTestCase()
812 t->IgnoreInstruction("keySize"); in TEST()
/external/boringssl/src/crypto/curve25519/
Dx25519_test.cc132 t->IgnoreInstruction("curve"); in TEST()
/external/boringssl/src/crypto/test/
Dfile_test.h180 void IgnoreInstruction(const std::string &key) { HasInstruction(key); } in IgnoreInstruction() function
/external/boringssl/src/crypto/ecdh_extra/
Decdh_test.cc131 t->IgnoreInstruction("encoding"); in RunWycheproofTest()