Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/internal/vm/
DContinuation.java135 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/
DIdentityScope.java75 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()
DIdentity.java94 IdentityScope scope; field in Identity
119 public Identity(String name, IdentityScope scope) throws in Identity()
DSigner.java89 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.java65 public IdentityScopeSubclass(String name, IdentityScope scope) in IdentityScopeSubclass()
320 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/native/
Dnet_util.c235 jint scope; in NET_SockaddrToInetAddress() local
313 int scope; in NET_SockaddrEqualsInetAddress() local
Dnet_util_md.c246 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/
DDatabaseMetaData.java1833 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()