Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/security/acl/
DOwner.java57 public boolean addOwner(Principal caller, Principal owner) in addOwner() argument
81 public boolean deleteOwner(Principal caller, Principal owner) in deleteOwner() argument
93 public boolean isOwner(Principal owner); in isOwner() argument
/libcore/benchmarks/libs/
Dcaliper.jar.txt13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
190 Copyright [yyyy] [name of copyright owner]
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java790 final ForkJoinWorkerThread owner; // owning thread or null if shared field in ForkJoinPool.WorkQueue
797 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { in WorkQueue() argument
799 this.owner = owner; in WorkQueue()
1129 ForkJoinWorkerThread thread = owner; in runTask()
1309 (wt = owner) != null && in isApparentlyUnblocked()
2426 if ((wt = w.owner) != null) { in tryTerminate()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java388 private final Thread owner = Thread.currentThread(); field in ObjectStreamClass.EntryFuture
437 return owner; in getOwner()