Home
last modified time | relevance | path

Searched refs:isUnsupported (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DKeyGeneratorTest.java61 private static boolean isUnsupported(KeyGenerator kg) { in isUnsupported() method in KeyGeneratorTest
173 if (isUnsupported(kg)) { in test_KeyGenerator()
/external/llvm/utils/TableGen/
DCodeGenSchedule.h218 bool isUnsupported(const CodeGenInstruction &Inst) const;
DCodeGenSchedule.cpp1556 if (ProcModel.isUnsupported(*Inst)) in checkCompleteness()
1777 bool CodeGenProcModel::isUnsupported(const CodeGenInstruction &Inst) const { in isUnsupported() function in CodeGenProcModel