HomeSort by relevance Sort by last modified time
    Searched full:unsupported (Results 276 - 300 of 4261) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/MSP430/
misched-msp430.ll 9 ; unsupported. The content of the asm check below is unimportant. It
  /external/llvm/test/CodeGen/R600/
private-memory-broken.ll 5 ; CHECK: unsupported call
  /external/llvm/test/MC/Mips/
mips-abi-bad.s 5 # CHECK : mips-abi-bad.s:4:16: error: unsupported option
  /external/qemu/distrib/jpeg-6b/
rdgif.c 33 fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n");
  /external/valgrind/main/none/tests/amd64/
xadd.c 30 # error "Unsupported architecture"
  /external/valgrind/main/none/tests/x86/
xadd.c 30 # error "Unsupported architecture"
  /frameworks/av/media/libstagefright/codecs/hevcdec/
Android.mk 24 # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
  /frameworks/compile/mclinker/include/mcld/LD/
DiagRelocations.inc 5 DIAG(non_pic_relocation, DiagnosticEngine::Error, "attempt to generate unsupported relocation type `%0' for symbol `%1', recompile with -fPIC", "attempt to generate unsupported relocation type `%0' for symbol `%1, recompile with -fPIC")
8 DIAG(unsupported_relocation, DiagnosticEngine::Unreachable, "encounter unsupported relocation type `%0'\nPlease report to %1", "encounter unsupported relocation type `%0'\nPlease report to %1")
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api_platform_types.h 38 #warning "Unsupported platform"
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/background-simple/
index.html 12 #unsupported { color: #d00; }
21 <p id="unsupported" class="hidden">
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 27 // Currently unsupported
29 // Currently unsupported
31 // Currently unsupported
33 // Currently unsupported
35 // Currently unsupported
40 // Currently unsupported
42 // Currently unsupported
86 // Currently unsupported
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_format.c 104 /* SVGA3D_Z_D32 is not yet unsupported */
326 * SVGA3D_BUMPL6V5U5 is unsupported; it has no corresponding
338 * SVGA3D_BUMPL8V8U8 is unsupported; it has no corresponding
380 * SVGA3D_V8U8 is unsupported; it has no corresponding
399 * SVGA3D_X8L8V8U8 is unsupported; it has no corresponding
553 * deprecated/unsupported formats, and formats which are implicitely assumed to
580 /* Unsupported format */
589 * Note: we don't handle formats that are unsupported, according to
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_err.c 226 {ERR_REASON(EVP_R_UNSUPPORTED_ALGORITHM) ,"unsupported algorithm"},
227 {ERR_REASON(EVP_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"},
228 {ERR_REASON(EVP_R_UNSUPPORTED_KEYLENGTH) ,"unsupported keylength"},
229 {ERR_REASON(EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION),"unsupported key derivation function"},
230 {ERR_REASON(EVP_R_UNSUPPORTED_KEY_SIZE) ,"unsupported key size"},
231 {ERR_REASON(EVP_R_UNSUPPORTED_PRF) ,"unsupported prf"},
232 {ERR_REASON(EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM),"unsupported private key algorithm"},
233 {ERR_REASON(EVP_R_UNSUPPORTED_SALT_TYPE) ,"unsupported salt type"},
  /external/clang/test/Driver/
arc.c 6 // RUN: not %clang -x objective-c -target x86_64-apple-darwin11 -mmacosx-version-min=10.5 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix UNSUPPORTED %s
17 // UNSUPPORTED: error: -fobjc-arc is not supported on versions of OS X prior to 10.6
  /external/eigen/doc/
Overview.dox 24 Want more? Checkout the <a href="unsupported/index.html">\em unsupported \em modules </a> documentation.
  /external/eigen/unsupported/test/
CMakeLists.txt 2 set_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT "Unsupported")
5 include_directories(../../test ../../unsupported ../../Eigen
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 104 /* SVGA3D_Z_D32 is not yet unsupported */
326 * SVGA3D_BUMPL6V5U5 is unsupported; it has no corresponding
338 * SVGA3D_BUMPL8V8U8 is unsupported; it has no corresponding
380 * SVGA3D_V8U8 is unsupported; it has no corresponding
399 * SVGA3D_X8L8V8U8 is unsupported; it has no corresponding
553 * deprecated/unsupported formats, and formats which are implicitely assumed to
580 /* Unsupported format */
589 * Note: we don't handle formats that are unsupported, according to
  /external/openssl/crypto/evp/
evp_err.c 215 {ERR_REASON(EVP_R_UNSUPPORTED_ALGORITHM) ,"unsupported algorithm"},
216 {ERR_REASON(EVP_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"},
217 {ERR_REASON(EVP_R_UNSUPPORTED_KEYLENGTH) ,"unsupported keylength"},
218 {ERR_REASON(EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION),"unsupported key derivation function"},
219 {ERR_REASON(EVP_R_UNSUPPORTED_KEY_SIZE) ,"unsupported key size"},
220 {ERR_REASON(EVP_R_UNSUPPORTED_PRF) ,"unsupported prf"},
221 {ERR_REASON(EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM),"unsupported private key algorithm"},
222 {ERR_REASON(EVP_R_UNSUPPORTED_SALT_TYPE) ,"unsupported salt type"},
  /external/nist-sip/java/gov/nist/javax/sip/header/
Unsupported.java 34 * the Unsupported header.
42 public class Unsupported
56 public Unsupported() {
63 public Unsupported(String ot) {
91 + " Unsupported, setOptionTag(), The option tag parameter is null");
96 * $Log: Unsupported.java,v $
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 152 throw new SQLException("unsupported url");
196 throw new SQLFeatureNotSupportedException("unsupported result set type");
200 throw new SQLFeatureNotSupportedException("unsupported result set concurrency");
296 throw new SQLFeatureNotSupportedException("unsupported result set type");
300 throw new SQLFeatureNotSupportedException("unsupported result set concurrency");
402 throw new SQLFeatureNotSupportedException("unsupported holdability");
426 throw new SQLFeatureNotSupportedException("unsupported holdability");
436 throw new SQLFeatureNotSupportedException("unsupported holdability");
494 throw new SQLException("unsupported");
512 throw new SQLException("unsupported");
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticDriverKinds.td 13 def err_drv_unsupported_opt : Error<"unsupported option '%0'">;
15 "unsupported option '%0' for target '%1'">;
17 "unsupported argument '%1' to option '%0'">;
30 "unsupported runtime library '%0' for platform '%1'">;
37 "unsupported use of internal gcc -Z option '%0'">;
53 "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
123 def warn_drv_optimization_value : Warning<"optimization level '%0' is unsupported; using '%1%2' instead">,
  /external/openssl/crypto/cms/
cms_err.c 219 {ERR_REASON(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM),"unsupported compression algorithm"},
220 {ERR_REASON(CMS_R_UNSUPPORTED_CONTENT_TYPE),"unsupported content type"},
221 {ERR_REASON(CMS_R_UNSUPPORTED_KEK_ALGORITHM),"unsupported kek algorithm"},
222 {ERR_REASON(CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM),"unsupported key encryption algorithm"},
223 {ERR_REASON(CMS_R_UNSUPPORTED_RECIPIENT_TYPE),"unsupported recipient type"},
224 {ERR_REASON(CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE),"unsupported recpientinfo type"},
225 {ERR_REASON(CMS_R_UNSUPPORTED_TYPE) ,"unsupported type"},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsmgmt.h 162 STDMETHOD_(HRESULT,MigrateDiffAreas)(THIS) PURE; /*Unsupported*/
163 STDMETHOD_(HRESULT,QueryMigrationStatus)(THIS) PURE; /*Unsupported*/
164 STDMETHOD_(HRESULT,SetSnapshotPriority)(THIS) PURE; /*Unsupported*/
210 STDMETHOD_(HRESULT,MigrateDiffAreas)(THIS) PURE; /*Unsupported*/
211 STDMETHOD_(HRESULT,QueryMigrationStatus)(THIS) PURE; /*Unsupported*/
212 STDMETHOD_(HRESULT,SetSnapshotPriority)(THIS) PURE; /*Unsupported*/
219 STDMETHOD_(HRESULT,QuerySnapshotDeltaBitmap)(THIS) PURE; /*Unsupported*/
300 STDMETHOD_(HRESULT,QueryVolumesSupportedForSnapshots)(THIS) PURE; /*Unsupported*/
301 STDMETHOD_(HRESULT,QuerySnapshotsByVolume)(THIS) PURE; /*Unsupported*/
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
TestContentProvider.java 135 private void unsupported() { method in class:TestContentProvider.ProviderStateCursor
141 unsupported(); method
147 unsupported(); method
161 unsupported(); method
172 unsupported(); method
  /external/jpeg/
cderror.h 42 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
100 JMESSAGE(JERR_TGA_BADCMAP, "Unsupported Targa colormap format")
101 JMESSAGE(JERR_TGA_BADPARMS, "Invalid or unsupported Targa file")
111 "Color map file is invalid or of unsupported format")
121 JMESSAGE(JERR_UNSUPPORTED_FORMAT, "Unsupported output file format")

Completed in 741 milliseconds

<<11121314151617181920>>