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

12 3 4 5 6 7 8 9

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 161 unsigned Major, Minor, Micro;
162 TargetTriple.getiOSVersion(Major, Minor, Micro);
163 return Major >= 8;
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 28 unsigned Major;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
A2dpDeviceCriteria.java 30 return majorDeviceClass == BluetoothClass.Device.Major.AUDIO_VIDEO;
InputDeviceCriteria.java 38 return majorDeviceClass == BluetoothClass.Device.Major.PERIPHERAL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndkinfo.h 21 USHORT Major;
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
tusb.c 77 static int Major = TUSB_MAJOR;
516 rc = register_chrdev(Major, DEVICE_NAME, &tusb_fops);
522 if (Major == 0)
523 Major = rc;
525 printk("tusb: Registration success at major number %i\n", Major);
538 unregister_chrdev(Major, DEVICE_NAME);
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 29 * exactly one device class. The device class is further broken down into major
136 * major and minor components.
138 * BluetoothClass.Device} represent a combination of major and minor
140 * BluetoothClass.Device.Major} represent only major device classes.
147 * Defines all major device class constants.
150 public static class Major {
166 // Devices in the COMPUTER major class
175 // Devices in the PHONE major class
183 // Minor classes for the AUDIO_VIDEO major clas
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 919 static void parseVersionFromName(StringRef Name, unsigned &Major,
922 Major = Minor = Micro = 0;
925 unsigned *Components[3] = {&Major, &Minor, &Micro};
939 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor,
946 parseVersionFromName(EnvironmentName, Major, Minor, Micro);
949 void Triple::getOSVersion(unsigned &Major, unsigned &Minor,
957 parseVersionFromName(OSName, Major, Minor, Micro);
960 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor,
962 getOSVersion(Major, Minor, Micro);
968 if (Major == 0
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
build.sh 70 Major=$(uname -r | cut -f 1 -d '.')
71 if [[ $Major == 9 ]]
  /device/linaro/bootloader/edk2/DuetPkg/
build32.sh 50 Major=$(uname -r | cut -f 1 -d '.')
51 if [[ $Major == 9 ]]
build64.sh 49 Major=$(uname -r | cut -f 1 -d '.')
50 if [[ $Major == 9 ]]
  /external/llvm/include/llvm/MC/
MCAssembler.h 82 // A Major version of 0 indicates that no version information was supplied
86 unsigned Major;
234 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
237 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 85 // A Major version of 0 indicates that no version information was supplied
89 unsigned Major;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
248 VersionMinInfo.Major = Major;
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 79 void EmitVersionMin(MCVersionMinType Kind, unsigned Major,
275 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major,
277 getAssembler().setVersionMinInfo(Kind, Major, Minor, Update);
505 unsigned Major, Minor, Update;
506 TT.getOSVersion(Major, Minor, Update);
507 // If there is a version specified, Major will be non-zero.
508 if (Major) {
520 S->EmitVersionMin(VersionType, Major, Minor, Update);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 944 static void parseVersionFromName(StringRef Name, unsigned &Major,
947 Major = Minor = Micro = 0;
950 unsigned *Components[3] = {&Major, &Minor, &Micro};
964 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor,
971 parseVersionFromName(EnvironmentName, Major, Minor, Micro);
974 void Triple::getOSVersion(unsigned &Major, unsigned &Minor,
982 parseVersionFromName(OSName, Major, Minor, Micro);
985 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor,
987 getOSVersion(Major, Minor, Micro);
993 if (Major == 0
    [all...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 82 static int Major = TAGP_MAJOR;
671 rc = register_chrdev(Major, DEVICE_NAME, &tagp_fops);
677 if (Major == 0)
678 Major = rc;
703 rc = unregister_chrdev(Major, DEVICE_NAME);
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 73 static int Major = TBASEMAJOR;
872 rc = register_chrdev(Major, DEVICE_NAME, &tbase_fops);
878 if (Major == 0)
879 Major = rc;
902 rc = unregister_chrdev(Major, DEVICE_NAME);
  /external/llvm/unittests/ADT/
TripleTest.cpp 714 unsigned Major, Minor, Micro;
722 T.getMacOSXVersion(Major, Minor, Micro);
723 EXPECT_EQ((unsigned)10, Major);
726 T.getiOSVersion(Major, Minor, Micro);
727 EXPECT_EQ((unsigned)5, Major);
737 T.getMacOSXVersion(Major, Minor, Micro);
738 EXPECT_EQ((unsigned)10, Major);
741 T.getiOSVersion(Major, Minor, Micro);
742 EXPECT_EQ((unsigned)5, Major);
752 T.getMacOSXVersion(Major, Minor, Micro)
    [all...]

Completed in 1518 milliseconds

12 3 4 5 6 7 8 9