HomeSort by relevance Sort by last modified time
    Searched defs:Unsupported (Results 1 - 9 of 9) sorted by null

  /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/clang/include/clang/Driver/
Options.h 29 Unsupported = (1 << 7),
  /external/python/dateutil/
setup.py 22 class Unsupported(TestCommand):
86 "test": Unsupported
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 197 jmp Unsupported
202 jmp Unsupported
230 Unsupported:
259 db 'Unsupported', 0x0a, 0
  /external/libbrillo/brillo/dbus/
data_serialization.h 41 // SIGNATURE | g | (unsupported)
85 struct Unsupported {};
95 struct DBusType : public Unsupported {};
111 // For a single type T, check if DBusType<T> derives from Unsupported.
117 !std::is_base_of<Unsupported, DBusType<T>>::value> {};
523 // Explicit specialization for unsupported type T.
525 struct DBusArrayType<false, T, ALLOC> : public Unsupported {};
616 struct DBusPairType<false, U, V> : public Unsupported {};
714 struct DBusTupleType<false, T...> : public Unsupported {};
797 struct DBusMapType<false, KEY, VALUE, PRED, ALLOC> : public Unsupported {};
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 37 unsupported = ('aarch64', 'arm', 'ebc', 'ipf') variable in class:UnsupportedArch
88 help="Force conversion even if unsupported")
238 if maybeArch in UnsupportedArch.unsupported:
714 newAsm = self.Unsupported(newAsm, 'fword used')
732 def Unsupported(self, asm, message=None):
737 newAsm = '%error conversion unsupported'
827 print('MASM=>NASM conversion unsupported for', dst)
851 if srcParentDir.lower() in UnsupportedArch.unsupported:
    [all...]
  /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/clang/lib/Driver/
Tools.cpp     [all...]
  /external/kotlinc/lib/
kotlin-daemon-client.jar 

Completed in 981 milliseconds