Searched refs:lazySet (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
H A DAtomicInteger.java44 public final void lazySet(int newValue) { method in class:AtomicInteger
H A DAtomicLong.java44 public final void lazySet(long newValue) { method in class:AtomicLong
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java105 public final void lazySet(double newValue) { method in class:AtomicDouble
109 // updater.lazySet(this, next);
H A DAtomicDoubleArray.java113 public final void lazySet(int i, double newValue) { method in class:AtomicDoubleArray
117 // longs.lazySet(i, next);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicDoubleArrayTest.java126 aa.lazySet(index, 1.0);
163 * get returns the last value lazySet at index by same thread
169 aa.lazySet(i, VALUES[i]);
171 aa.lazySet(i, -3.0);
H A DAtomicDoubleTest.java85 * get returns the last value lazySet in same thread
91 at.lazySet(x);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 231 milliseconds