Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/security/acl/
DOwner.java41 boolean addOwner(Principal caller, Principal owner) in addOwner() argument
58 boolean deleteOwner(Principal caller, Principal owner) in deleteOwner() argument
68 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.java641 final ForkJoinWorkerThread owner; // owning thread or null if shared field in ForkJoinPool.WorkQueue
649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, in WorkQueue() argument
652 this.owner = owner; in WorkQueue()
1016 (wt = owner) != null && in isApparentlyUnblocked()
2250 if (pass > 1 && (wt = w.owner) != null) { in tryTerminate()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp864 uint64_t owner; in Posix_gettid() local
865 int rc = pthread_threadid_np(NULL, &owner); // Requires Mac OS 10.6 in Posix_gettid()
870 return static_cast<jint>(owner); in Posix_gettid()