HomeSort by relevance Sort by last modified time
    Searched full:version_major (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/libvpx/
vpx_version.h 1 #define VERSION_MAJOR 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
libs.mk 184 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
188 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
191 libvpx.so libvpx.so.$(VERSION_MAJOR) \
192 libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR))
219 $(qexec)echo 'Version: $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)' >> $@
  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc 87 uint16 version_major, version_minor;
88 bool succeed = gpu_blacklist->GetVersion(&version_major, &version_minor);
91 << version_major << "." << version_minor;
  /external/libvpx/build/make/
version.sh 62 #define VERSION_MAJOR $major_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/qemu/
tcpdump.c 48 uint16_t version_major; member in struct:__anon11403
59 h.version_major = PCAP_MAJOR;
  /external/dbus/cmake/modules/
CPackInstallConfig.cmake 22 SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
  /frameworks/rs/driver/
rsdCore.h 43 uint32_t version_major; member in struct:RsdHalRec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 59 int version_major, version_minor; /* version of driver; if version_major changes, driver */ member in struct:__anon23432
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 59 int version_major, version_minor; /* version of driver; if version_major changes, driver */ member in struct:__anon25022
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 59 int version_major, version_minor; /* version of driver; if version_major changes, driver */ member in struct:__anon26534
  /device/generic/goldfish/power/
power_qemu.c 54 .version_major = 1,
  /device/moto/stingray/sensors/
sensors.c 72 .version_major = 1,
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 64 .version_major = 1,
  /external/chromium/chrome/browser/
gpu_data_manager.cc 72 uint16 version_major, version_minor; local
73 if (gpu_blacklist_->GetVersion(&version_major,
76 base::UintToString(static_cast<unsigned>(version_major)) +
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 78 uint8_t version_major; member in struct:android::id3_header
94 if (header.version_major == 0xff || header.version_minor == 0xff) {
98 if (header.version_major == 2) {
111 } else if (header.version_major == 3) {
117 } else if (header.version_major == 4) {
151 if (header.version_major == 4) {
183 if (header.version_major == 3 && (header.flags & 0x40)) {
225 } else if (header.version_major == 4 && (header.flags & 0x40)) {
254 if (header.version_major == 2) {
256 } else if (header.version_major == 3)
    [all...]
  /external/flac/libFLAC/
ogg_decoder_aspect.c 61 aspect->version_major = ~(0u);
178 aspect->version_major = (unsigned)(*b);
181 if (aspect->version_major != 1)
  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 48 unsigned version_major, version_minor; member in struct:FLAC__OggDecoderAspect
  /external/openssl/ssl/
s23_clnt.c 279 int version = 0, version_major, version_minor; local
365 version_major = TLS1_2_VERSION_MAJOR;
370 version_major = TLS1_1_VERSION_MAJOR;
375 version_major = TLS1_VERSION_MAJOR;
388 version_major = SSL3_VERSION_MAJOR;
393 version_major = SSL2_VERSION_MAJOR;
413 *(d++) = version_major;
472 *(p++) = version_major;
551 *(d++) = version_major;
  /hardware/libhardware/modules/local_time/
local_time_hw.c 102 .version_major = 1,
  /hardware/libhardware/include/hardware/
hardware.h 104 #define version_major module_api_version macro
106 * version_major/version_minor defines are supplied here for temporary
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 28 public static final byte VERSION_MAJOR = (byte) 0x1;
30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
  /device/asus/grouper/liblights/
lights.c 151 .version_major = 1,
  /device/samsung/crespo/liblight/
lights.c 123 .version_major = 1,
  /external/freetype/src/cff/
cfftypes.h 226 FT_Byte version_major; member in struct:CFF_FontRec_
  /external/ppp/pppd/include/
pcap-int.h 47 int version_major; member in struct:pcap_sf

Completed in 1068 milliseconds

1 2 3 4