Searched defs:call (Results 51 - 75 of 226) sorted by relevance

12345678910

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/
H A DInvocableCallable.java47 public Object call(Object[] args) throws ScriptException { method in class:InvocableCallable
H A DMethodCallable.java53 public Object call(Object[] args) throws ScriptException { method in class:MethodCallable
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/databinding/
H A DEndpointCallBridge.java37 public Packet serializeResponse(JavaCallInfo call); argument
H A DClientCallBridge.java35 Packet createRequestPacket(JavaCallInfo call); argument
37 JavaCallInfo readResponse(Packet packet, JavaCallInfo call) throws Throwable; argument
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCImpl_Skel.java46 public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) argument
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/registry/
H A DRegistryImpl_Skel.java59 public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) argument
[all...]
/openjdk10/jdk/test/java/lang/StackWalker/
H A DAcrossThreads.java223 static void call(StackWalker walker) { method in class:AcrossThreads
/openjdk10/jdk/test/java/lang/reflect/Method/InterfaceStatic/
H A DStaticInterfaceMethodInWayOfDefault.java65 public String call() { method in class:StaticInterfaceMethodInWayOfDefault.TestTask
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DObjArrayCalls.java64 public Node[] call(Node[] a) throws RemoteException; method in interface:ObjArrayCalls.Server
71 public Node[] call(Node[] a) throws RemoteException { method in class:ObjArrayCalls.ServerImpl
H A DSmallObjTreeCalls.java55 public Node call(Node val) throws RemoteException; method in interface:SmallObjTreeCalls.Server
62 public Node call(Node val) throws RemoteException { method in class:SmallObjTreeCalls.ServerImpl
H A DRemoteObjArrayCalls.java47 public Remote[] call(Remote[] a) throws RemoteException; method in interface:RemoteObjArrayCalls.Server
54 public Remote[] call(Remote[] a) throws RemoteException { method in class:RemoteObjArrayCalls.ServerImpl
H A DShortCalls.java41 public short call(short val) throws RemoteException; method in interface:ShortCalls.Server
48 public short call(short val) throws RemoteException { method in class:ShortCalls.ServerImpl
H A DFloatCalls.java41 public float call(float val) throws RemoteException; method in interface:FloatCalls.Server
48 public float call(float val) throws RemoteException { method in class:FloatCalls.ServerImpl
H A DLongCalls.java41 public long call(long val) throws RemoteException; method in interface:LongCalls.Server
48 public long call(long val) throws RemoteException { method in class:LongCalls.ServerImpl
H A DIntCalls.java41 public int call(int val) throws RemoteException; method in interface:IntCalls.Server
48 public int call(int val) throws RemoteException { method in class:IntCalls.ServerImpl
H A DExceptionCalls.java44 public void call() throws RemoteException, FooException; method in interface:ExceptionCalls.Server
51 public void call() throws RemoteException, FooException { method in class:ExceptionCalls.ServerImpl
H A DDoubleCalls.java41 public double call(double val) throws RemoteException; method in interface:DoubleCalls.Server
48 public double call(double val) throws RemoteException { method in class:DoubleCalls.ServerImpl
H A DBooleanCalls.java41 public boolean call(boolean val) throws RemoteException; method in interface:BooleanCalls.Server
48 public boolean call(boolean val) throws RemoteException { method in class:BooleanCalls.ServerImpl
H A DByteCalls.java41 public byte call(byte val) throws RemoteException; method in interface:ByteCalls.Server
48 public byte call(byte val) throws RemoteException { method in class:ByteCalls.ServerImpl
H A DCharCalls.java41 public char call(char val) throws RemoteException; method in interface:CharCalls.Server
48 public char call(char val) throws RemoteException { method in class:CharCalls.ServerImpl
/openjdk10/jdk/test/java/net/NetworkInterface/
H A DGetMacAddress.java58 public Exception call() { method in class:GetMacAddress
/openjdk10/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java79 public Integer call() { method in class:ExecutorCompletionServiceLoops.Task
/openjdk10/jdk/test/java/util/concurrent/FutureTask/
H A DCancelledFutureLoops.java139 public final Object call() throws Exception { method in class:CancelledFutureLoops.FutureLoop
/openjdk10/langtools/test/tools/javac/T8029002/
H A DMultipleUpperBoundsIncorporationTest.java60 public void call() { method in class:MultipleUpperBoundsIncorporationTest.TestCase2
/openjdk10/langtools/test/tools/javac/lambda/
H A DLambdaConv08.java47 public static void call(StringF stringFunc) { method in class:LambdaConv08
51 public static void call(ObjectF objectFunc) { } method in class:LambdaConv08

Completed in 269 milliseconds

12345678910