HomeSort by relevance Sort by last modified time
    Searched refs:Guard (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/java/security/
Guard.java 21 * {@code Guard} implementors protect access to other objects.
23 public interface Guard {
31 * the object to be protected by this {@code Guard}.
GuardedObject.java 25 * for the object with a {@code Guard}.
33 private final Guard guard; field in class:GuardedObject
37 * to the specified {@code Object} using the specified {@code Guard}.
41 * @param guard
42 * the {@code Guard} which protects the specified {@code Object},
45 public GuardedObject(Object object, Guard guard) {
47 this.guard = guard;
    [all...]
Permission.java 28 public abstract class Permission implements Guard, Serializable {
115 * permission as its argument. This method implements the {@link Guard}
119 * as specified in {@link Guard#checkGuard(Object)} but ignored
123 * @see Guard
  /libcore/luni/src/main/java/java/sql/
SQLPermission.java 22 import java.security.Guard;
37 public final class SQLPermission extends BasicPermission implements Guard,
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyGuard.java 21 import java.security.Guard;
23 public class MyGuard implements Guard, Serializable {
  /libcore/luni/src/main/java/java/util/logging/
LoggingPermission.java 22 import java.security.Guard;
28 public final class LoggingPermission extends BasicPermission implements Guard,
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
GuardedObjectTest.java 30 import java.security.Guard;
42 /** Null guard imposes no restriction. */
48 args = {java.lang.Object.class, java.security.Guard.class}
67 /** Test real guard can both allow and deny access. */
73 args = {java.lang.Object.class, java.security.Guard.class}
85 GuardedObject go = new GuardedObject(objBuffer, new Guard() {
  /external/v8/src/
jsregexp.h     [all...]
jsregexp.cc 4897 Guard* guard = guards->at(0); local
    [all...]
date.js 51 // Guard against returning -0.
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 160 milliseconds