Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DIdentityScope.java72 private static IdentityScope scope; field in IdentityScope
125 public IdentityScope(String name, IdentityScope scope) in IdentityScope() method in IdentityScope
163 protected static void setSystemScope(IdentityScope scope) { in setSystemScope()
DIdentity.java92 IdentityScope scope; field in Identity
117 public Identity(String name, IdentityScope scope) throws in Identity()
DSigner.java87 public Signer(String name, IdentityScope scope) in Signer()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DIdentityScopeTest.java78 IdentityScope scope = new IdentityScopeStub("my scope"); in testIdentityScopeStringIdentityScope() local
92 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.java132 public IdentitySubclass(String name, IdentityScope scope) in IdentitySubclass()
203 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()
DSystemScope.java67 public SystemScope(String name, IdentityScope scope) in SystemScope()
/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java144 int scope = -1; in isReachable() local
219 …private native boolean isReachable0(byte[] addr, int scope, int timeout, byte[] inf, int ttl, int … in isReachable0()
/libcore/ojluni/src/main/native/
Dnet_util.c141 jint scope; in NET_SockaddrToInetAddress() local
217 int scope; in NET_SockaddrEqualsInetAddress() local
DInet6AddressImpl.c263 jint scope, in Inet6AddressImpl_isReachable0()
Dnet_util_md.c260 int cmpScopeID (unsigned int scope, struct sockaddr *him) { in cmpScopeID()
275 int cmpScopeID (unsigned int scope, struct sockaddr *him) { in cmpScopeID()
643 int plen, scope, dad_status, if_idx; in initLoopbackRoutes() local
DNetworkInterface.c580 int scope=0; in createNetworkInterface() local
/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1833 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()