Searched refs:Owner (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java41 Owner<Author> o = new Owner<Author>(100); // it works if ID >= 128
72 public static class Owner<T> { class in class:Test6921644
77 public Owner(int id) { method in class:Test6921644.Owner
97 private Owner owner;
101 public Author(Owner<Author> owner) {
106 public Owner getOwner() {
141 private Owner owner;
145 public Category(Owner owner) {
149 public Owner getOwne
[all...]
H A DTest5023550.java42 private final Owner owner = new Owner();
61 public static class Owner { class in class:Test5023550
/openjdk7/jdk/src/share/classes/java/security/acl/
H A DOwner.java33 * <code> java.security.acl </code> package extends this Owner
40 public interface Owner { interface
H A DAcl.java78 * <code> java.security.acl.Owner </code> interface. The Owner
85 * @see java.security.acl.Owner
91 public interface Acl extends Owner {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DOwnerImpl.java35 import java.security.acl.Owner;
41 * Owner of Access Control Lists (ACLs).
45 * @see java.security.acl.Owner
48 class OwnerImpl implements Owner, Serializable {
H A DSnmpAcl.java76 * @param Owner The name of the ACL Owner.
81 public SnmpAcl(String Owner) argument
83 this(Owner,null);
91 * @param Owner The name of the ACL Owner.
97 public SnmpAcl(String Owner, String aclFileName) argument
105 acl = new AclImpl(owner,Owner);
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DOwnerImpl.java33 * Class implementing the Owner interface. The
38 public class OwnerImpl implements Owner {
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp218 int NotRunnable (Thread * Self, Thread * Owner) ;
H A DobjectMonitor.cpp582 // Note the Dekker/Lamport duality: ST cxq; MEMBAR; LD Owner.
2158 TEVENT (spin: Owner changed)
2253 // spinning on L, will see L.Owner=T1 and T1._Stalled=L.

Completed in 74 milliseconds