Searched refs:interceptors (Results 1 – 12 of 12) sorted by relevance
/external/smack/src/org/jivesoftware/smack/ |
D | Connection.java | 162 protected final Map<PacketInterceptor, InterceptorWrapper> interceptors = field in Connection 710 … interceptors.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()
|
D | ChatManager.java | 93 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()
|
D | Connection.java.orig | 159 * sent to the server. These interceptors may modify the packet before it is being 162 protected final Map<PacketInterceptor, InterceptorWrapper> interceptors = 710 … interceptors.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 …]
|
D | PacketWriter.java | 136 connection.interceptors.clear(); in cleanup()
|
D | BOSHConnection.java | 459 interceptors.clear(); in disconnect()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_scanf.inc | 10 // Scanf implementation for use in *Sanitizer interceptors. 273 // Common part of *scanf interceptors.
|
D | sanitizer_common_interceptors_ioctl.inc | 10 // Ioctl handling in common sanitizer interceptors.
|
D | sanitizer_common_interceptors.inc | 10 // Common function interceptors for tools like AddressSanitizer,
|
/external/chromium_org/sandbox/win/ |
D | sandbox_win.gypi | 51 'src/interceptors.h',
|
/external/clang/docs/ |
D | MemorySanitizer.rst | 142 interceptors for the most common libc functions. They make it possible
|
/external/chromium_org/v8/ |
D | ChangeLog | 1755 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/ |
D | ChangeLog | 2618 interceptors. 2832 Speed improvements to accessors and interceptors. 2980 on which the interceptors is attached. 2990 interceptors and attributes.
|