HomeSort by relevance Sort by last modified time
    Searched full:unsupported (Results 501 - 525 of 6677) sorted by null

<<21222324252627282930>>

  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
try_lock_shared.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11, c++14
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock_shared.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11
try_lock.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11
try_lock_for.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11
try_lock_shared.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11
try_lock_until.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11
try_lock_until_deadlock_bug.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++03, c++98, c++11
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
move2.pass.cpp 10 // UNSUPPORTED: libcpp-has-no-threads
11 // UNSUPPORTED: c++98, c++03
  /external/libunwind/doc/
unw_set_caching_policy.man 52 unsupported, libunwind
60 unsupported, libunwind
  /external/libunwind/src/mi/
strerror.c 45 case UNW_EINVAL: cp = "unsupported operation or bad value"; break;
46 case UNW_EBADVERSION: cp = "unwind info has unsupported version"; break;
  /external/llvm/test/Bindings/Go/
lit.local.cfg 7 config.unsupported = True
10 config.unsupported = True
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 66 public static final String UNSUPPORTED = "UNSUPPORTED";
  /external/pdfium/third_party/freetype/src/cid/
cidriver.c 93 (PS_HasGlyphNamesFunc) NULL, /* unsupported with CID fonts */
94 (PS_GetFontPrivateFunc)NULL, /* unsupported */
  /external/rmi4utils/rmidevice/
rmidevice.h 41 virtual int SetMode(int mode) { return -1; /* Unsupported */ }
46 { return -1; /* Unsupported */ }
  /external/valgrind/
runtest.sh 50 # TODO: remove last 3 grep -v; they are added to work around linker warning about unsupported DT_FLAGS_1
51 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" | grep -v "WARNING: linker: Unsupported flags" | grep -v "^> $" | grep -v "^> 0x421==" > $test_name.diff.log
  /frameworks/compile/mclinker/include/mcld/LD/
DiagMips.inc 32 "MIPS16 extension is unsupported: %0",
33 "MIPS16 extension is unsupported: %0")
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeDispatcher.java 52 throw new IOException("Operation Unsupported");
64 throw new IOException("Operation Unsupported");
  /ndk/tests/device/test-cpufeatures/jni/
test_arm_idiv.c 80 idiv_reported ? "supported" : "unsupported");
84 idiv_checked ? "supported" : "unsupported");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmbr2684.h 88 int has_vpiid; /* 1: use vpn_id - Unsupported */
90 int send_padding; /* unsupported */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmbr2684.h 88 int has_vpiid; /* 1: use vpn_id - Unsupported */
90 int send_padding; /* unsupported */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
frame.exp 71 unsupported "-shared is not supported by this target"
86 unsupported "-shared is not supported by this target"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
weak-undef.exp 38 unsupported $testname
44 unsupported $testname
  /art/compiler/optimizing/
intrinsics.cc 110 LOG(FATAL) << "Unknown/unsupported op size " << data;
156 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
168 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
178 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
188 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
200 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
210 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
220 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
230 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data;
240 LOG(FATAL) << "Unknown/unsupported op size " << method.d.data
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 123 throw new IllegalArgumentException("Unsupported key type: " + key.getClass());
185 fail("Unsupported key type: " + key.getClass().getName());
215 throw new IllegalArgumentException("Unsupported key type: " + key.getClass().getName());
628 throw new IllegalArgumentException("Unsupported transformation: " + transformation);
639 throw new IllegalArgumentException("Unsupported transformation: " + transformation);
664 throw new RuntimeException("Unsupported OAEP padding scheme: "
683 throw new IllegalArgumentException("Unsupported transformation: " + transformation);
695 throw new IllegalArgumentException("Unsupported algorithm: " + algorithm);
713 throw new IllegalArgumentException("Unsupported algorithm: " + algorithm);
725 throw new IllegalArgumentException("Unsupported algorithm: " + algorithm)
    [all...]
  /art/test/569-checker-pattern-replacement/src-multidex/
Base.java 58 // Unsupported forwarding of a value after a zero.

Completed in 962 milliseconds

<<21222324252627282930>>