HomeSort by relevance Sort by last modified time
    Searched refs:VERSION_MAJOR (Results 26 - 50 of 60) sorted by null

12 3

  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessenger.java 188 if (((requestVersion & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) {
SnepServer.java 155 if (((request.getVersion() & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) {
  /packages/apps/Nfc/src/com/android/nfc/sneptest/
ExtDtaSnepServer.java 126 if (((request.getVersion() & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) {
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 10 VERSION_MAJOR := 1
102 VERSION_STRING := v${VERSION_MAJOR}.${VERSION_MINOR}(${BUILD_TYPE}):${BUILD_STRING}
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.bat 137 :: Set the Board_Id, Build_Type, Version_Major, and Version_Minor environment variables
141 set BIOS_Name=%BOARD_ID%_%Arch%_%BUILD_TYPE%_%VERSION_MAJOR%_%VERSION_MINOR%.ROM
bld_vlv.bat 243 :: Set the Board_Id, Build_Type, Version_Major, and Version_Minor environment variables
248 set BIOS_Name=%BOARD_ID%_%Arch%_%BUILD_TYPE%_%VERSION_MAJOR%_%VERSION_MINOR%.ROM
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepBasicTests.java 244 byte version = (0xF0 & (SnepMessage.VERSION_MAJOR << 4)) |
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTBitCodes.h 39 const unsigned VERSION_MAJOR = 6;
    [all...]
  /external/libjpeg-turbo/
CMakeLists.txt 14 list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
30 set(LIBJPEG_TURBO_VERSION_NUMBER ${VERSION_MAJOR}${VERSION_MINOR}${VERSION_REVISION})
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 318 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 95 FEATURE_VERSION ( VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH );
    [all...]

Completed in 1698 milliseconds

12 3