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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
UnsupportedParser.java 33 * Parser for Unsupported header.
46 * @param unsupported - Unsupported header to parse
48 public UnsupportedParser(String unsupported) {
49 super(unsupported);
62 * @return SIPHeader (Unsupported object)
71 headerName(TokenTypes.UNSUPPORTED);
75 Unsupported unsupported = new Unsupported(); local
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 44 bool unsupported() const { return m_unsupported; } function in class:EntryPoint
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 359 int unsupported = 0; local
419 unsupported = 1;
429 unsupported = 1;
433 unsupported = 1;
437 if (unsupported) {
438 SDL_SetError("OpenGL attribute is unsupported on this system");
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 284 if (!provider.unsupported && provider.selected == null) {
290 return provider.unsupported ? null : provider.selected.getBytes("US-ASCII");
307 private boolean unsupported; field in class:Platform.JettyNpnProvider
322 } else if (methodName.equals("unsupported") && void.class == returnType) {
323 this.unsupported = true;
  /external/tcpdump/
print-lwres.c 305 int unsupported = 0; local
442 unsupported++;
583 unsupported++;
594 if (!unsupported && s < (const char *)np + EXTRACT_32BITS(&np->length))
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 106 private static final String CERT_UNSUPPORTED = "x509/cert-unsupported.der";
1084 X509Certificate unsupported = getCertificate(f, CERT_UNSUPPORTED); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 246 unsigned int unsupported; /* mask of unsupported features */ member in struct:_XkbExtensionDeviceNotify
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 246 unsigned int unsupported; /* mask of unsupported features */ member in struct:_XkbExtensionDeviceNotify
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 246 unsigned int unsupported; /* mask of unsupported features */ member in struct:_XkbExtensionDeviceNotify
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1031 Unsupported unsupported = new Unsupported(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 584 unsigned short unsupported; member in struct:_XkbDeviceInfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 584 unsigned short unsupported; member in struct:_XkbDeviceInfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 584 unsigned short unsupported; member in struct:_XkbDeviceInfo
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 427 milliseconds