HomeSort by relevance Sort by last modified time
    Searched refs:Unsupported (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/r11/sources/android/support/src/musl-math/
libm.h 47 #error Unsupported long double representation
  /prebuilts/ndk/r13/sources/android/support/src/musl-math/
libm.h 47 #error Unsupported long double representation
  /external/mesa3d/src/amd/addrlib/
addrtypes.h 514 #error Unsupported compiler and/or operating system for 64-bit integers
547 #error Unsupported compiler and/or operating system for 64-bit integers
  /external/libbrillo/brillo/dbus/
data_serialization.h 40 // SIGNATURE | g | (unsupported)
81 struct Unsupported {};
91 struct DBusType : public Unsupported {};
107 // For a single type T, check if DBusType<T> derives from Unsupported.
113 !std::is_base_of<Unsupported, DBusType<T>>::value> {};
512 // Explicit specialization for unsupported type T.
514 struct DBusArrayType<false, T, ALLOC> : public Unsupported {};
605 struct DBusPairType<false, U, V> : public Unsupported {};
703 struct DBusTupleType<false, T...> : public Unsupported {};
786 struct DBusMapType<false, KEY, VALUE, PRED, ALLOC> : public Unsupported {};
    [all...]
  /external/apache-harmony/jdwp/
Android_debug_config.mk 58 $(warning Unsupported multi-target configuration!)
  /external/jemalloc/include/jemalloc/internal/
prng.h 80 #error Unsupported pointer size
rtree.h 323 # error Unsupported RTREE_HEIGHT_MAX
  /external/libunwind/src/mips/
Ginit.c 245 # error Unsupported ABI
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 121 putNameMap(UNSUPPORTED, Unsupported.class.getName()); //22
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 85 headerListTable.put(Unsupported.class, UnsupportedList.class);
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 162 // String defining why it is unsupported (if unsupported).
211 /// an unsupported PNaCl Bitcode file.
212 const std::string &Unsupported() const { return UnsupportedMessage; }
253 // Sets the Unsupported error message and returns true.
  /external/v8/src/
macro-assembler.h 63 #error Unsupported target architecture.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 91 /// This operation is completely unsupported on the target. A programming
93 Unsupported,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
utils.h 315 #error Unsupported vector width
378 #error Unsupported vector width
428 #error Unsupported vector width
479 #error Unsupported vector width
532 #error Unsupported vector width
592 #error Unsupported vector width
661 #error Unsupported vector width
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 112 return HWC2::Error::Unsupported;
177 return HWC2::Error::Unsupported;
187 return HWC2::Error::Unsupported;
712 DLOGW("Unsupported format = %d", format);
713 supported = HWC2::Error::Unsupported;
715 DLOGW("Unsupported width = %d height = %d", width, height);
716 supported = HWC2::Error::Unsupported;
720 DLOGW("Unsupported dataspace = %d", dataspace);
721 supported = HWC2::Error::Unsupported;
724 DLOGW("Unsupported color Primary BT2020")
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/
Android.mk 37 $(error Unsupported target platform $(TARGET_BOARD_PLATFORM))
  /prebuilts/go/darwin-x86/src/net/http/
status.go 116 StatusUnsupportedMediaType: "Unsupported Media Type",
  /prebuilts/go/linux-x86/src/net/http/
status.go 116 StatusUnsupportedMediaType: "Unsupported Media Type",

Completed in 1633 milliseconds

1 23 4 5 6 7