HomeSort by relevance Sort by last modified time
    Searched defs:unsupported (Results 1 - 17 of 17) 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...]
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 17 namespace unsupported { namespace
  /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/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/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 364 if (!provider.unsupported && provider.selected == null) {
370 return provider.unsupported ? null : provider.selected.getBytes("US-ASCII");
387 private boolean unsupported; field in class:Platform.JettyNpnProvider
402 } else if (methodName.equals("unsupported") && void.class == returnType) {
403 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...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 500 final String unsupported = policy.mProtocolPoliciesUnsupported; local
502 unsupported.split("" + Policy.POLICY_STRING_DELIMITER);
620 LogUtils.w(TAG, "No data for unsupported policies?");
    [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 3436 milliseconds