HomeSort by relevance Sort by last modified time
    Searched full:error_base (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/sync/engine/
idle_query_linux.cc 16 int error_base; local
18 &error_base)) {
  /external/chromium_org/chrome/browser/
idle_query_x11.cc 16 int error_base; local
18 &error_base)) {
  /frameworks/av/include/drm/
drm_framework_common.h 36 ERROR_BASE = -2000,
38 DRM_ERROR_UNKNOWN = ERROR_BASE,
39 DRM_ERROR_NO_LICENSE = ERROR_BASE - 1,
40 DRM_ERROR_LICENSE_EXPIRED = ERROR_BASE - 2,
41 DRM_ERROR_SESSION_NOT_OPENED = ERROR_BASE - 3,
42 DRM_ERROR_DECRYPT_UNIT_NOT_INITIALIZED = ERROR_BASE - 4,
43 DRM_ERROR_DECRYPT = ERROR_BASE - 5,
44 DRM_ERROR_CANNOT_HANDLE = ERROR_BASE - 6,
45 DRM_ERROR_TAMPER_DETECTED = ERROR_BASE - 7,
46 DRM_ERROR_NO_PERMISSION = ERROR_BASE - 8
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xinerama.h 19 int *error_base
xf86dga1.h 58 int* /* error_base */
xf86vmode.h 180 int* /* error_base */
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.h 89 int *error_base);
  /external/chromium_org/third_party/mesa/src/src/glx/
xf86dri.h 69 int *error_base);
  /external/mesa3d/src/glx/apple/
appledri.h 89 int *error_base);
  /external/mesa3d/src/glx/
xf86dri.h 69 int *error_base);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shape.h 82 int* /* error_base */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 82 int* /* error_base */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 82 int* /* error_base */
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 78 int event_base = 0, error_base = 0; local
79 if (!XNVCTRLQueryExtension(display, &event_base, &error_base)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xinerama/
Xinerama.c 236 int *error_base
239 return SDL_NAME(XPanoramiXQueryExtension)(dpy, event_base, error_base);
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 173 int event_base, error_base, major_version, minor_version; local
174 if (XCompositeQueryExtension(display_, &event_base, &error_base) &&
183 if (XRenderQueryExtension(display_, &event_base, &error_base) &&
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 466 int event_base, error_base; local
470 &event_base, &error_base,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 333 int event_base, error_base; local
349 if ( ! SDL_NAME(XDGAQueryExtension)(DGA_Display, &event_base, &error_base) ||

Completed in 578 milliseconds