Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DIdentityScopeTest.java78 IdentityScope scope = new IdentityScopeStub("my scope"); in testIdentityScopeStringIdentityScope() local
91 IdentityScope scope = IdentityScope.getSystemScope(); in testGetSystemScope() local
DIdentityScope2Test.java64 public IdentityScopeSubclass(String name, IdentityScope scope) in IdentityScopeSubclass()
319 IdentityScope scope = IdentityScope.getSystemScope(); in test_getIdentity() local
DIdentity2Test.java133 public IdentitySubclass(String name, IdentityScope scope) in IdentitySubclass()
204 IdentityScope scope = new IdentityScopeSubclass(); in test_getScope() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DIdentityScopeStub.java59 public IdentityScopeStub(String name, IdentityScope scope) in IdentityScopeStub()
120 public static void mySetSystemScope(IdentityScope scope) { in mySetSystemScope()
DSignerStub.java59 public SignerStub(String name, IdentityScope scope) in SignerStub()
DIdentityStub.java63 public IdentityStub(String name, IdentityScope scope) in IdentityStub()
/libcore/luni/src/main/java/java/security/
DIdentityScope.java66 public IdentityScope(String name, IdentityScope scope) in IdentityScope() method in IdentityScope
101 protected static void setSystemScope(IdentityScope scope) { in setSystemScope()
DSigner.java63 public Signer(String name, IdentityScope scope) throws KeyManagementException { in Signer()
DIdentity.java42 private IdentityScope scope; field in Identity
74 public Identity(String name, IdentityScope scope) in Identity()
/libcore/luni/src/main/java/org/apache/harmony/security/
DSystemScope.java65 public SystemScope(String name, IdentityScope scope) in SystemScope()
/libcore/luni/src/main/java/java/sql/
DDatabaseMetaData.java585 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()