Searched defs:scope (Results 1 – 14 of 14) sorted by relevance
/libcore/ojluni/src/main/java/jdk/internal/vm/ |
D | Continuation.java | 135 public Continuation(ContinuationScope scope, Runnable target) { in Continuation() 158 public static Continuation getCurrentContinuation(ContinuationScope scope) { in getCurrentContinuation() 190 public StackWalker stackWalker(Set<StackWalker.Option> options, ContinuationScope scope) { in stackWalker() 208 public static <R> R wrapWalk(Continuation inner, ContinuationScope scope, Supplier<R> walk) { in wrapWalk() 362 public static boolean yield(ContinuationScope scope) { in yield() 376 private boolean yield0(ContinuationScope scope, Continuation child) { in yield0() 468 public static boolean isPinned(ContinuationScope scope) { in isPinned() 473 static private native int isPinned0(ContinuationScope scope); in isPinned0()
|
/libcore/ojluni/src/main/java/java/security/ |
D | IdentityScope.java | 75 private static IdentityScope scope; field in IdentityScope 130 public IdentityScope(String name, IdentityScope scope) in IdentityScope() method in IdentityScope 168 protected static void setSystemScope(IdentityScope scope) { in setSystemScope()
|
D | Identity.java | 94 IdentityScope scope; field in Identity 119 public Identity(String name, IdentityScope scope) throws in Identity()
|
D | Signer.java | 89 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 | 65 public IdentityScopeSubclass(String name, IdentityScope scope) in IdentityScopeSubclass() 320 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/native/ |
D | net_util.c | 235 jint scope; in NET_SockaddrToInetAddress() local 313 int scope; in NET_SockaddrEqualsInetAddress() local
|
D | net_util_md.c | 246 int cmpScopeID (unsigned int scope, struct sockaddr *him) { in cmpScopeID() 258 int cmpScopeID (unsigned int scope, struct sockaddr *him) { in cmpScopeID()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | DatabaseMetaData.java | 1833 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()
|