/external/libvpx/ |
vpx_version.h | 2 #define VERSION_MINOR 9 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(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; local
|
/external/libvpx/build/make/ |
version.sh | 63 #define VERSION_MINOR $minor_version 66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
/external/qemu/ |
tcpdump.c | 49 uint16_t version_minor; member in struct:__anon11403 60 h.version_minor = PCAP_MINOR;
|
/external/dbus/cmake/modules/ |
CPackInstallConfig.cmake | 23 SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
|
/frameworks/rs/driver/ |
rsdCore.h | 44 uint32_t version_minor; member in struct:RsdHalRec
|
/device/generic/goldfish/power/ |
power_qemu.c | 55 .version_minor = 0,
|
/device/moto/stingray/sensors/ |
sensors.c | 73 .version_minor = 0,
|
/hardware/libhardware/modules/nfc/ |
nfc_hw_example.c | 65 .version_minor = 0,
|
/external/chromium/chrome/browser/ |
gpu_data_manager.cc | 72 uint16 version_major, version_minor; local 74 &version_minor)) { 78 base::UintToString(static_cast<unsigned>(version_minor));
|
/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 366 version_minor = TLS1_2_VERSION_MINOR; 371 version_minor = TLS1_1_VERSION_MINOR; 376 version_minor = TLS1_VERSION_MINOR; 389 version_minor = SSL3_VERSION_MINOR; 394 version_minor = SSL2_VERSION_MINOR; 414 *(d++) = version_minor; 473 *(p++) = version_minor; 558 *(d++) = version_minor;
|
/hardware/libhardware/modules/local_time/ |
local_time_hw.c | 103 .version_minor = 0,
|
/hardware/libhardware/include/hardware/ |
hardware.h | 106 * version_major/version_minor defines are supplied here for temporary 122 #define version_minor hal_api_version macro
|
/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);
|
/device/asus/grouper/liblights/ |
lights.c | 152 .version_minor = 0,
|
/device/samsung/crespo/liblight/ |
lights.c | 124 .version_minor = 0,
|
/external/freetype/src/cff/ |
cfftypes.h | 227 FT_Byte version_minor; member in struct:CFF_FontRec_
|
/external/ppp/pppd/include/ |
pcap-int.h | 48 int version_minor; member in struct:pcap_sf
|
/frameworks/native/opengl/libs/EGL/ |
egldefs.h | 23 #define VERSION_MINOR 4
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 47 version_minor: 0,
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 157 version_minor: 0,
|
/hardware/qcom/gps/loc_api/libloc_api/ |
gps.c | 61 .version_minor = 0,
|
/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
|