Searched refs:Apple (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApple.java31 public interface Apple extends Remote { interface in inherits:Remote
H A DAppleUser.java29 * (a generator of Apple objects) to pass Apple objects and to
35 void useApple(Apple apple) throws RemoteException;
H A DApplicationServer.java36 /** number of remote Apple objects to export */
45 private final Apple[] apples;
56 apples = new Apple[numApples];
H A DAppleImpl.java33 public class AppleImpl extends UnicastRemoteObject implements Apple {
H A DAppleUserImpl.java59 * Apple AppleEvent AppleImpl
123 public synchronized void useApple(Apple apple) throws RemoteException {
138 * Apple object to stress the RMI system.
142 final Apple apple;
144 public AppleUserThread(String name, Apple apple) {
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DApple.java24 public interface Apple extends java.rmi.Remote { interface in inherits:java.rmi.Remote
H A DAppleUser.java30 public void useApple(Apple apple) throws RemoteException;
H A DAppleImpl.java35 implements Apple
H A DAppleUserImpl.java79 public synchronized void useApple(Apple apple) throws RemoteException {
94 * Apple object to stress the RMI system.
98 Apple apple;
100 public AppleUserThread(String name, Apple apple) {
/openjdk7/jdk/make/common/shared/
H A DDefs-macosx.gmk102 ifeq ($(OS_VENDOR), Apple)
140 ifeq ($(OS_VENDOR), Apple)
208 ifeq ($(OS_VENDOR), Apple)
249 endif # OS_VENDOR == Apple
H A DPlatform.gmk230 OS_VENDOR = Apple
H A DSanity.gmk849 # All needed tools come with base system on Apple
852 ifneq ($(OS_VENDOR), Apple)
/openjdk7/corba/make/common/
H A DDefs.gmk69 ifeq ($(OS_VENDOR), Apple)
/openjdk7/corba/make/common/shared/
H A DDefs-utils.gmk225 ifeq ($(OS_VENDOR), Apple)
H A DPlatform.gmk244 OS_VENDOR = Apple
/openjdk7/jdk/make/sun/font/
H A DMakefile184 ifeq ($(OS_VENDOR),Apple)

Completed in 94 milliseconds