Home
last modified time | relevance | path

Searched full:rmi (Results 1 – 25 of 169) sorted by relevance

1234567

/external/javassist/src/test/test2/
DInner.class ... .Exception java.util.Properties props java.rmi.activation.ActivationGroupDesc$CommandEnvironment ace java.rmi ...
DInner.java7 java.rmi.activation.ActivationGroupDesc.CommandEnvironment ace = null; in sample()
8 java.rmi.activation.ActivationGroupDesc agd = new in sample()
9 java.rmi.activation.ActivationGroupDesc(props,ace); in sample()
DSetSuperIntf.class ... SetSuperIntf extends java.lang.Object implements java.rmi
DNewOp.class ... NewOp2 addMonitoringRemoteEventListener (test2.NewOp2) throws java.rmi
/external/javassist/sample/rmi/
Dwebdemo.html9 on a remote host. The <code>javassist.tools.rmi</code> package provides
12 standard Java RMI.
25 code="sample.rmi.CountApplet" width=200 height=200>
39 <font color="red">import javassist.tools.rmi.ObjectImporter;</font>
109 <p>Note that the <code>javassist.tools.rmi</code> package does not require
110 the <code>Counter</code> class to be an interface unlike the Java RMI,
167 <p> With the Java RMI or Voyager, the applet programmer must define
170 On the other hand, the <code>javassist.tools.rmi</code> package does not
184 <p>With other systems like the Java RMI, the class of this proxy object is
DCounter.java1 package sample.rmi;
3 import javassist.tools.rmi.AppletServer;
30 "Usage: java sample.rmi.Counter <port number>"); in main()
DCountApplet.java1 package sample.rmi;
6 import javassist.tools.rmi.ObjectImporter;
7 import javassist.tools.rmi.ObjectNotFoundException;
Dstart.html5 <ul>% java sample.rmi.Counter 5001</ul>
15 <ul><pre>% java javassist.tools.web.Viewer localhost 5001 sample.rmi.CountApplet</pre></ul>
/external/arm-trusted-firmware/include/services/
Drmi_svc.h13 /* RMI error codes. */
19 /* The macros below are used to identify RMI calls from the SMC function ID */
31 /* Get RMI fastcall std FID from function number */
39 * SMC_RMM_INIT_COMPLETE is the only function in the RMI that originates from
50 /* RMI SMC64 FIDs handled by the RMMD */
/external/javassist/src/main/javassist/tools/rmi/
DStubGenerator.java17 package javassist.tools.rmi;
59 private static final String sampleClass = "javassist.tools.rmi.Sample";
91 = pool.get(new String[] { "javassist.tools.rmi.ObjectImporter", in start()
95 "javassist.tools.rmi.Proxy" }); in start()
97 = new CtClass[] { pool.get("javassist.tools.rmi.RemoteException") }; in start()
155 = new CtField(classPool.get("javassist.tools.rmi.ObjectImporter"), in produceProxyClass()
DProxy.java17 package javassist.tools.rmi;
22 * @see javassist.tools.rmi.StubGenerator
DAppletServer.java17 package javassist.tools.rmi;
46 * @see javassist.tools.rmi.ObjectImporter
118 * @see javassist.tools.rmi.ObjectImporter#lookupObject(String)
149 if (cmd.startsWith("POST /rmi ")) in doReply()
DObjectImporter.java17 package javassist.tools.rmi;
77 * @see javassist.tools.rmi.AppletServer
78 * @see javassist.tools.rmi.RemoteException
89 protected byte[] rmiCommand = "POST /rmi HTTP/1.0".getBytes();
148 cmd = proxyHeader + "/rmi HTTP/1.0"; in setHttpProxy()
/external/trusty/arm-trusted-firmware/include/services/
Drmmd_svc.h17 /* Construct RMI fastcall std FID from offset */
35 * RMI_FNUM_REQ_COMPLETE is the only function in the RMI range that originates
36 * from the Realm world and is handled by the RMMD. The RMI functions are
94 /* Return error codes from RMI SMCs */
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz
/external/grpc-grpc-java/servlet/
Dbuild.gradle91 // java.io.ObjectStreamClass$Caches.localDescs and sun.rmi.transport.Target.ccl,
94 …jvmArgs += ['--add-opens=java.base/java.io=ALL-UNNAMED', '--add-opens=java.rmi/sun.rmi.transport=A…
/external/grpc-grpc-java/servlet/jakarta/
Dbuild.gradle116 // java.io.ObjectStreamClass$Caches.localDescs and sun.rmi.transport.Target.ccl,
119 …jvmArgs += ['--add-opens=java.base/java.io=ALL-UNNAMED', '--add-opens=java.rmi/sun.rmi.transport=A…
/external/trusty/arm-trusted-firmware/services/std_svc/rmmd/trp/
Dtrp_private.h27 /* RMI SMC64 FIDs handled by the TRP */
32 /* Definitions for RMI VERSION */
/external/trusty/arm-trusted-firmware/services/std_svc/rmmd/
Drmmd_main.c307 * This function handles all SMCs in the range reserved for RMI. Each call is
316 /* If RMM failed to boot, treat any RMI SMC as unknown */ in rmmd_rmi_handler()
318 WARN("RMMD: Failed to boot up RMM. Ignoring RMI call\n"); in rmmd_rmi_handler()
325 /* RMI must not be invoked by the Secure world */ in rmmd_rmi_handler()
327 WARN("RMMD: RMI invoked by secure world.\n"); in rmmd_rmi_handler()
332 * Forward an RMI call from the Normal world to the Realm world as it in rmmd_rmi_handler()
344 VERBOSE("RMMD: RMI call from non-secure world.\n"); in rmmd_rmi_handler()
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DMBeanClient.java33 private static final String SERVICE_URL = "service:jmx:rmi:///jndi/rmi://localhost:9999/jmxrmi";
/external/javassist/
DReadme.html200 <h3>6. sample/rmi/*.java</h3>
202 <p> This demonstrates the javassist.rmi package.
206 % javac sample/rmi/*.java
207 % java sample.rmi.Counter 5001
212 <p> Then, open <a href="sample/rmi/webdemo.html">sample/rmi/webdemo.html</a>
217 <p> Otherwise, run sample.rmi.CountApplet as an application:
220 % java javassist.web.Viewer localhost 5001 sample.rmi.CountApplet
752 <li>javassist.rmi.RmiLoader was added.
Dbuild.xml247 <echo>** please run sample-rmi, sample-evolve, and</echo>
290 <target name = "sample-rmi" depends="sample" >
291 <echo>** Please open sample/rmi/webdemo.html with your browser **</echo>
292 <java fork="true" dir="${run.dir}" classname="sample.rmi.Counter">
/external/arm-trusted-firmware/services/std_svc/rmmd/
Drmmd_main.c215 * This function handles all SMCs in the range reserved for RMI. Each call is
228 /* RMI must not be invoked by the Secure world */ in rmmd_rmi_handler()
230 WARN("RMM: RMI invoked by secure world.\n"); in rmmd_rmi_handler()
235 * Forward an RMI call from the Normal world to the Realm world as it in rmmd_rmi_handler()
239 VERBOSE("RMM: RMI call from non-secure world.\n"); in rmmd_rmi_handler()
/external/arm-trusted-firmware/services/arm_arch_svc/
Darm_arch_svc_setup.c148 * RMI functions are allocated from the Arch service range. Call in arm_arch_svc_smc_handler()
149 * the RMM dispatcher to handle RMI calls. in arm_arch_svc_smc_handler()
/external/guice/core/test/com/google/inject/
DMembersInjectorTest.java395 final RecursiveMemberInjection rmi = new RecursiveMemberInjection(); in testRecursiveMemberInjector() local
400 bind(RecursiveMemberInjection.class).toInstance(rmi); in testRecursiveMemberInjector()
403 assertTrue("Member injection should happen", rmi.called); in testRecursiveMemberInjector()

1234567