HomeSort by relevance Sort by last modified time
    Searched refs:VERSION_MINOR (Results 1 - 20 of 20) sorted by null

  /external/libvpx/armv7a/
vpx_version.h 2 #define VERSION_MINOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/armv7a-neon/
vpx_version.h 2 #define VERSION_MINOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/generic/
vpx_version.h 2 #define VERSION_MINOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips/
vpx_version.h 2 #define VERSION_MINOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips-dspr2/
vpx_version.h 2 #define VERSION_MINOR 1
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/native/opengl/libs/EGL/
egldefs.h 23 #define VERSION_MINOR 4
egl_display.cpp 118 *minor = VERSION_MINOR;
230 *minor = VERSION_MINOR;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 29 public static final byte VERSION_MINOR = (byte) 0x0;
30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
  /external/libvpx/libvpx/
configure 415 VERSION_MINOR=${ver##*.}
432 VERSION_MINOR=${VERSION_MINOR}
libs.mk 184 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
193 libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR))
229 $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 48 const unsigned VERSION_MINOR = 0;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 183 #define VERSION_MINOR 0
185 #define VERSION_MINOR 0
    [all...]
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepBasicTests.java 245 (0x0F & (SnepMessage.VERSION_MINOR + 1));
  /external/libvpx/libvpx/build/make/
Makefile 323 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
  /frameworks/native/opengl/libagl/
egl.cpp 804 #define VERSION_MINOR 2
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
OMX_VideoDec_Utils.c 820 pComponentPrivate->pComponentVersion.s.nVersionMinor = VERSION_MINOR;
826 pComponentPrivate->pSpecVersion.s.nVersionMinor = VERSION_MINOR;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 880 milliseconds