Searched defs:caller (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/security/acl/
H A DOwner.java33 * @param caller
41 boolean addOwner(Principal caller, Principal owner) argument
47 * @param caller
58 boolean deleteOwner(Principal caller, Principal owner) argument
H A DAcl.java56 * @param caller
64 void setName(Principal caller, String name) throws NotOwnerException; argument
79 * @param caller
89 boolean addEntry(Principal caller, AclEntry entry) throws NotOwnerException; argument
94 * @param caller
104 boolean removeEntry(Principal caller, AclEntry entry) argument
/libcore/luni/src/main/java/java/util/concurrent/
H A DCountedCompleter.java279 * public void onCompletion(CountedCompleter<?> caller) {
280 * if (caller != this) {
281 * MapReducer<E> child = (MapReducer<E>)caller;
303 * decrement the pending count to zero. The {@code caller} argument
304 * distinguishes cases. Most often, when the caller is {@code this},
305 * no action is necessary. Otherwise the caller argument can be used
369 * public void onCompletion(CountedCompleter<?> caller) { sendPacket(); }
430 * identity of the given caller argument. If not equal to {@code
434 * @param caller the task invoking this method (which may
437 public void onCompletion(CountedCompleter<?> caller) { argument
457 onExceptionalCompletion(Throwable ex, CountedCompleter<?> caller) argument
[all...]

Completed in 2698 milliseconds