HomeSort by relevance Sort by last modified time
    Searched defs:Major (Results 1 - 6 of 6) sorted by null

  /external/tcpdump/
nfsfh.h 50 u_int32_t Major;
53 #define dev_eq(a,b) ((a.Minor == b.Minor) && (a.Major == b.Major))
  /external/v8/src/
code-stubs.h 83 enum Major {
99 static Major MajorKeyFromKey(uint32_t key) {
100 return static_cast<Major>(MajorKeyBits::decode(key));
105 static const char* MajorName(Major major_key, bool allow_unknown_keys);
135 virtual Major MajorKey() = 0;
149 // Computes the key based on major and minor.
  /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...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 518 milliseconds