/libcore/ojluni/src/main/java/java/security/ |
D | IdentityScope.java | 72 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()
|
D | Identity.java | 92 IdentityScope scope; field in Identity 117 public Identity(String name, IdentityScope scope) throws in Identity()
|
D | Signer.java | 87 public Signer(String name, IdentityScope scope) in Signer()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | IdentityScopeTest.java | 78 IdentityScope scope = new IdentityScopeStub("my scope"); in testIdentityScopeStringIdentityScope() local 92 IdentityScope scope = IdentityScope.getSystemScope(); in testGetSystemScope() local
|
D | IdentityScope2Test.java | 64 public IdentityScopeSubclass(String name, IdentityScope scope) in IdentityScopeSubclass() 319 IdentityScope scope = IdentityScope.getSystemScope(); in test_getIdentity() local
|
D | Identity2Test.java | 132 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/ |
D | IdentityScopeStub.java | 59 public IdentityScopeStub(String name, IdentityScope scope) in IdentityScopeStub() 120 public static void mySetSystemScope(IdentityScope scope) { in mySetSystemScope()
|
D | SignerStub.java | 59 public SignerStub(String name, IdentityScope scope) in SignerStub()
|
D | IdentityStub.java | 63 public IdentityStub(String name, IdentityScope scope) in IdentityStub()
|
D | SystemScope.java | 67 public SystemScope(String name, IdentityScope scope) in SystemScope()
|
/libcore/ojluni/src/main/java/java/net/ |
D | Inet6AddressImpl.java | 144 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/ |
D | net_util.c | 141 jint scope; in NET_SockaddrToInetAddress() local 217 int scope; in NET_SockaddrEqualsInetAddress() local
|
D | Inet6AddressImpl.c | 263 jint scope, in Inet6AddressImpl_isReachable0()
|
D | net_util_md.c | 260 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
|
D | NetworkInterface.c | 580 int scope=0; in createNetworkInterface() local
|
/libcore/ojluni/src/main/java/java/sql/ |
D | DatabaseMetaData.java | 1833 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()
|