Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DAnimation.java209 private final CloseGuard guard = CloseGuard.get(); field in Animation
302 guard.close(); in cancel()
315 guard.close(); in detach()
859 guard.open("cancel or detach or getTransformation"); in getTransformation()
877 guard.close(); in getTransformation()
1053 if (guard != null) { in finalize()
1054 guard.warnIfOpen(); in finalize()
/frameworks/base/docs/html/training/location/
Dactivity-recognition.jd314 To guard against race conditions that might arise if your app tries to start another request
Dgeofencing.jd690 To guard against race conditions that might arise if your app tries to start another request
/frameworks/base/docs/html/training/articles/
Dsmp.jd874 <p>On SMP, a spin lock is a useful way to guard a small critical section. If we
1496 should be used to guard any field that can be accessed by more than one thread.
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd206 <p>The licensing server applies general request limits to guard against overuse
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1954 <li>Added a {@code -mstack-protector-guard=} option for x86 to choose between a
1961 <strong>Note:</strong> The {@code -mstack-protector-guard} setting itself does not
2471 data sections after linking to guard against security vulnerabilities caused by memory corruption.