Searched defs:Exclusive (Results 1 – 10 of 10) sorted by relevance
24 public @interface Exclusive { annotation
84 Exclusive = 0x8000, /* If set, the feature settings are mutually exclusive. */ enumerator
90 Exclusive, enumerator
104 struct Exclusive; struct106 impl Kind for Exclusive { implementation
177 Exclusive = 0, // AAUDIO_SHARING_MODE_EXCLUSIVE, enumerator
89 Exclusive, enumerator
106 struct Exclusive; struct108 impl Kind for Exclusive { implementation
17 Exclusive, enumerator
247 static bool isPredicatedOnVCTP(MachineInstr *MI, bool Exclusive = false) { in isPredicatedOnVCTP()259 bool Exclusive = false) { in isEntryPredicatedOnVCTP()
54 typedef SkAutoSharedMutexExclusive Exclusive; typedef