HomeSort by relevance Sort by last modified time
    Searched full:isunsupported (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/javax/crypto/
KeyGeneratorTest.java 33 private static boolean isUnsupported(KeyGenerator kg) {
126 if (isUnsupported(kg)) {
  /external/clang/include/clang/Driver/
Option.h 106 bool isUnsupported() const { return Unsupported; }
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 796 boolean isUnsupported = isUnsupportedFunc(cfunc);
797 if (isUnsupported) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 137 if (!isUnsupported(ks)) {
164 private static boolean isUnsupported(KeyStore ks) {
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 112 if (A->getOption().isUnsupported()) {
    [all...]

Completed in 326 milliseconds