Home
last modified time | relevance | path

Searched refs:ProxyObject (Results 1 – 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DSerializedProxy.java44 String setterInf = ProxyObject.class.getName(); in SerializedProxy()
83 ProxyObject proxy = (ProxyObject)f.createClass(filterSignature).newInstance();
DProxyObject.java23 public interface ProxyObject { interface
DRuntimeSupport.java206 if (proxy instanceof ProxyObject) in makeSerializedProxy()
207 methodHandler = ((ProxyObject)proxy).getHandler(); in makeSerializedProxy()
DProxyObjectOutputStream.java59 if (interfaze != ProxyObject.class) { in writeClassDescriptor()
DProxyFactory.java296 return (ProxyObject.class.isAssignableFrom(cl)); in isProxyClass()
635 ((ProxyObject)obj).setHandler(mh); in create()
836 String setterIntf = ProxyObject.class.getName(); in setInterfaces()
/external/javassist/src/test/test/javassist/proxy/
DProxyFactoryCompatibilityTest.java7 import javassist.util.proxy.ProxyObject;
55 ((ProxyObject) proxy1).setHandler(handler); in testFactoryCompatibility()
62 ((ProxyObject) proxy2).setHandler(handler); in testFactoryCompatibility()
DProxyCacheGCTest.java7 import javassist.util.proxy.ProxyObject;
106 ((ProxyObject)target).setHandler(handler); in createProxy()
DProxySerializationTest.java35 ((ProxyObject)proxy).setHandler(handler); in testSerialization()
62 ((ProxyObject)proxy).setHandler(handler); in testSerialization()
/external/dbus/
DChangeLog.pre-1-02806 (ProxyObject::_introspect_execute_queue): new method for executing
2809 (ProxyObject::_introspect_error_handler): call queued methods
2899 (ProxyObject::_introspect_reply_handler ): parse introspection data
3167 * python/proxies.py (ProxyObject::connect_to_signal):
3268 (ProxyObject): Add first pass at an introspection state machine
3269 (ProxyObject::__init__): Add introspect keyword for turing off an on
3271 (ProxyObject::_Introspect): Internal Introspect call that bypasses
3275 (ProxyObject::_introspect_reply_handler): New. This method is called
3277 (ProxyObject::_introspect_error_handler): New. This method is called
3279 (ProxyObject::__getattr__): Code to handle different introspection
[all …]