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

  /external/ltp/testcases/kernel/syscalls/personality/
personality01.c 34 #define PAIR(id) {id, #id}
42 PAIR(PER_LINUX),
43 PAIR(PER_LINUX_32BIT),
44 PAIR(PER_SVR4),
45 PAIR(PER_SVR3),
46 PAIR(PER_SCOSVR3),
47 PAIR(PER_OSR5),
48 PAIR(PER_WYSEV386),
49 PAIR(PER_ISCR4),
50 PAIR(PER_BSD)
    [all...]
  /external/strace/tests/
setreugid.c 58 #define PAIR(val) { val, ugid }, { ugid, val }
70 PAIR((unsigned long) 0xffffffff00000000ULL | ugid),
71 PAIR(-1U),
72 PAIR(-1L),
73 PAIR(0xffff0000U | ugid),
74 PAIR(0xffff),
75 PAIR(0xc0deffffU)
xchownx.c 97 #define PAIR(val) { val, gid }, { uid, val }
115 PAIR(-1U),
116 PAIR(-1L),
119 PAIR(0xffff),
120 PAIR(0xc0deffffU),
121 PAIR(0xfacefeedU),
122 PAIR((long) 0xfacefeeddeadbeefULL)
  /external/strace/tests-m32/
setreugid.c 58 #define PAIR(val) { val, ugid }, { ugid, val }
70 PAIR((unsigned long) 0xffffffff00000000ULL | ugid),
71 PAIR(-1U),
72 PAIR(-1L),
73 PAIR(0xffff0000U | ugid),
74 PAIR(0xffff),
75 PAIR(0xc0deffffU)
xchownx.c 97 #define PAIR(val) { val, gid }, { uid, val }
115 PAIR(-1U),
116 PAIR(-1L),
119 PAIR(0xffff),
120 PAIR(0xc0deffffU),
121 PAIR(0xfacefeedU),
122 PAIR((long) 0xfacefeeddeadbeefULL)
  /external/strace/tests-mx32/
setreugid.c 58 #define PAIR(val) { val, ugid }, { ugid, val }
70 PAIR((unsigned long) 0xffffffff00000000ULL | ugid),
71 PAIR(-1U),
72 PAIR(-1L),
73 PAIR(0xffff0000U | ugid),
74 PAIR(0xffff),
75 PAIR(0xc0deffffU)
xchownx.c 97 #define PAIR(val) { val, gid }, { uid, val }
115 PAIR(-1U),
116 PAIR(-1L),
119 PAIR(0xffff),
120 PAIR(0xc0deffffU),
121 PAIR(0xfacefeedU),
122 PAIR((long) 0xfacefeeddeadbeefULL)
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
ak_xb10_speaker.py 34 PAIR = 'Pair'
68 self._hold_button(Buttons.PAIR, PAIRING_MODE_WAIT_TIME)
sony_xb2_speaker.py 34 PAIR = 'Pair'
68 self._hold_button(Buttons.PAIR, PAIRING_MODE_WAIT_TIME)
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicMarkableReference.java 52 private static class Pair<T> {
55 private Pair(T reference, boolean mark) {
59 static <T> Pair<T> of(T reference, boolean mark) {
60 return new Pair<T>(reference, mark);
64 private volatile Pair<V> pair; field in class:AtomicMarkableReference
74 pair = Pair.of(initialRef, initialMark);
83 return pair.reference;
92 return pair.mark
104 Pair<V> pair = this.pair; local
    [all...]
AtomicStampedReference.java 52 private static class Pair<T> {
55 private Pair(T reference, int stamp) {
59 static <T> Pair<T> of(T reference, int stamp) {
60 return new Pair<T>(reference, stamp);
64 private volatile Pair<V> pair; field in class:AtomicStampedReference
74 pair = Pair.of(initialRef, initialStamp);
83 return pair.reference;
92 return pair.stamp
104 Pair<V> pair = this.pair; local
    [all...]
  /external/ltp/lib/
tst_res.c 126 struct pair { struct
131 #define PAIR(def) [def] = {.name = #def, .val = def},
143 static const struct pair ttype_pairs[] = {
144 PAIR(TPASS)
145 PAIR(TFAIL)
146 PAIR(TBROK)
147 PAIR(TCONF)
148 PAIR(TWARN)
149 PAIR(TINFO)
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 361 NO_SPEC = 0, PAIR, HIGH, HIGHADJ,
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 185 milliseconds