Home
last modified time | relevance | path

Searched refs:interceptors (Results 1 – 12 of 12) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
DConnection.java162 protected final Map<PacketInterceptor, InterceptorWrapper> interceptors = field in Connection
710interceptors.put(packetInterceptor, new InterceptorWrapper(packetInterceptor, packetFilter)); in addPacketInterceptor()
719 interceptors.remove(packetInterceptor); in removePacketInterceptor()
732 return interceptors; in getPacketInterceptors()
745 for (InterceptorWrapper interceptorWrapper : interceptors.values()) { in firePacketInterceptors()
DChatManager.java93 private Map<PacketInterceptor, PacketFilter> interceptors field in ChatManager
252 for(Map.Entry<PacketInterceptor, PacketFilter> interceptor : interceptors.entrySet()) { in sendMessage()
281 interceptors.put(packetInterceptor, filter); in addOutgoingMessageInterceptor()
DConnection.java.orig159 * sent to the server. These interceptors may modify the packet before it is being
162 protected final Map<PacketInterceptor, InterceptorWrapper> interceptors =
710interceptors.put(packetInterceptor, new InterceptorWrapper(packetInterceptor, packetFilter));
719 interceptors.remove(packetInterceptor);
727 * Get a map of all packet interceptors for sending packets of this connection.
729 * @return a map of all packet interceptors for sending packets.
732 return interceptors;
736 * Process interceptors. Interceptors may modify the packet that is about to be sent.
737 * Since the thread that requested to send the packet will invoke all interceptors, it
738 * is important that interceptors perform their work as soon as possible so that the
[all …]
DPacketWriter.java136 connection.interceptors.clear(); in cleanup()
DBOSHConnection.java459 interceptors.clear(); in disconnect()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_scanf.inc10 // Scanf implementation for use in *Sanitizer interceptors.
273 // Common part of *scanf interceptors.
Dsanitizer_common_interceptors_ioctl.inc10 // Ioctl handling in common sanitizer interceptors.
Dsanitizer_common_interceptors.inc10 // Common function interceptors for tools like AddressSanitizer,
/external/chromium_org/sandbox/win/
Dsandbox_win.gypi51 'src/interceptors.h',
/external/clang/docs/
DMemorySanitizer.rst142 interceptors for the most common libc functions. They make it possible
/external/chromium_org/v8/
DChangeLog1755 Fixed casting error for receiver of interceptors.
1870 Added checks for interceptors to negative lookup code in Crankshaft.
2265 Fixed register clobbering in LoadIC for interceptors
5050 interceptors.
5264 Speed improvements to accessors and interceptors.
5412 on which the interceptors is attached.
5422 interceptors and attributes.
/external/v8/
DChangeLog2618 interceptors.
2832 Speed improvements to accessors and interceptors.
2980 on which the interceptors is attached.
2990 interceptors and attributes.