OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareAndSetRaw
(Results
1 - 14
of
14
) sorted by null
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java
165
return
compareAndSetRaw
(checkedByteOffset(i), expect, update);
168
private boolean
compareAndSetRaw
(long offset, int expect, int update) {
268
} while (!
compareAndSetRaw
(offset, prev, next));
289
} while (!
compareAndSetRaw
(offset, prev, next));
315
} while (!
compareAndSetRaw
(offset, prev, next));
341
} while (!
compareAndSetRaw
(offset, prev, next));
AtomicLongArray.java
164
return
compareAndSetRaw
(checkedByteOffset(i), expect, update);
167
private boolean
compareAndSetRaw
(long offset, long expect, long update) {
267
} while (!
compareAndSetRaw
(offset, prev, next));
288
} while (!
compareAndSetRaw
(offset, prev, next));
314
} while (!
compareAndSetRaw
(offset, prev, next));
340
} while (!
compareAndSetRaw
(offset, prev, next));
AtomicReferenceArray.java
177
return
compareAndSetRaw
(checkedByteOffset(i), expect, update);
180
private boolean
compareAndSetRaw
(long offset, E expect, E update) {
218
} while (!
compareAndSetRaw
(offset, prev, next));
239
} while (!
compareAndSetRaw
(offset, prev, next));
265
} while (!
compareAndSetRaw
(offset, prev, next));
291
} while (!
compareAndSetRaw
(offset, prev, next));
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar
android-all-4.2.2_r1.2-robolectric-r1.jar
android-all-4.3_r2-robolectric-r1.jar
android-all-4.4_r1-robolectric-r2.jar
android-all-5.0.2_r3-robolectric-r0.jar
android-all-5.1.1_r9-robolectric-r2.jar
android-all-6.0.1_r3-robolectric-r1.jar
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 1236 milliseconds