/external/apache-http/src/org/apache/http/impl/conn/ |
LoggingSessionInputBuffer.java | 40 * Logs all data read to the wire LOG. 53 /** The wire log to use for writing. */ 54 private final Wire wire; field in class:LoggingSessionInputBuffer 59 * @param wire The wire log to use. 61 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { 64 this.wire = wire; [all...] |
LoggingSessionOutputBuffer.java | 40 * Logs all data written to the wire LOG. 51 /** The wire log to use. */ 52 private final Wire wire; field in class:LoggingSessionOutputBuffer 57 * @param wire The Wire log to use. 59 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { 62 this.wire = wire; [all...] |
Wire.java | 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/Wire.java,v 1.9 2004/06/24 21:39:52 mbecke Exp $ 39 * Logs data to the wire LOG. 45 public class Wire { 49 public Wire(Log log) { 53 private void wire(String header, InputStream instream) method in class:Wire 92 wire(">> ", outstream); 100 wire("<< ", instream); 108 wire(">> ", new ByteArrayInputStream(b, off, len)); 116 wire("<< ", new ByteArrayInputStream(b, off, len)); 124 wire(">> ", new ByteArrayInputStream(b)) [all...] |
DefaultClientConnection.java | 71 private final Log wireLog = LogFactory.getLog("org.apache.http.wire"); 175 inbuffer = new LoggingSessionInputBuffer(inbuffer, new Wire(wireLog)); 191 outbuffer = new LoggingSessionOutputBuffer(outbuffer, new Wire(wireLog));
|
/external/kernel-headers/original/linux/sunrpc/ |
auth_gss.h | 39 /* on-the-wire gss cred: */ 48 /* on-the-wire gss verifier: */ 67 * the wire when communicating with a server. */
|
/dalvik/vm/jdwp/ |
README.txt | 1 Java Debug Wire Protocol support
|
/external/kernel-headers/original/asm-arm/arch/ |
board.h | 47 /* 4 wire signaling is optional, and is only used for SD/SDIO */ 95 * 3 == 3 wire bidirectional 96 * 4 == 4 wire bidirectional 97 * 6 == 6 wire unidirectional (or TLL)
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/ |
XF86DGA2.c | 96 dgaEvent *wire = (dgaEvent *) wire_ev; local 104 switch((wire->u.u.type & 0x7f) - info->codes->first_event) { 107 mevent->type = wire->u.u.type & 0x7F; 108 mevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *)wire); 110 mevent->screen = wire->u.event.screen; 111 mevent->time = wire->u.event.time; 112 mevent->state = wire->u.event.state; 113 mevent->dx = wire->u.event.dx; 114 mevent->dy = wire->u.event.dy; 119 bevent->type = wire->u.u.type & 0x7F [all...] |
/external/dropbear/ |
channel.h | 68 int writefd; /* read from wire, written to insecure side */ 69 int readfd; /* read from insecure size, written to wire */ 72 circbuffer *writebuf; /* data from the wire, for local consumption */
|
/system/core/include/cutils/ |
logprint.h | 103 * Splits a wire-format buffer into an AndroidLogEntry 106 * Returns 0 on success and -1 on invalid wire format (entry will be
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List8.java | 57 // Wire up the clear button to remove all photos 65 // Wire up the add button to add a new photo
|
Visibility1.java | 51 // Wire each button to a click listener
|
/external/iproute2/include/linux/ |
netfilter_ipv4.h | 48 /* Packets about to hit the wire. */
|
/external/kernel-headers/original/linux/ |
netfilter_bridge.h | 21 /* Packets about to hit the wire. */
|
netfilter_ipv4.h | 50 /* Packets about to hit the wire. */
|
netfilter_ipv6.h | 55 /* Packets about to hit the wire. */
|
/frameworks/base/core/tests/coretests/src/android/view/ |
Visibility.java | 44 // Wire each button to a click listener
|
VisibilityCallback.java | 52 // Wire each button to a click listener
|
/development/samples/CubeLiveWallpaper/ |
_index.html | 35 wire-frame cube to a <a 41 wire-frame shape to a <code>Canvas</code>. The shape is set by the user, by means 48 animates a wire-frame shape to a <code>Canvas</code>. The shape is set by the
|
/frameworks/base/docs/html/guide/developing/tools/ |
hierarchy-viewer.jd | 35 <li>Wire-frame View: a wire-frame drawing of the layout, on the bottom-right.</li> 41 the Properties View. When a node is selected, the Wire-frame View
|
/device/htc/passion-common/ |
BoardConfigCommon.mk | 43 BOARD_KERNEL_CMDLINE := no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5
|
/external/apache-http/src/org/apache/http/ |
HttpEntityEnclosingRequest.java | 49 * lengthy entity is sent across the wire.
|
/external/bluetooth/bluez/tools/ |
bccmd.8 | 36 .BI 3WIRE 37 3WIRE protocol (not implemented).
|
/external/tcpdump/ |
print-cip.c | 66 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
main.py | 128 """Dumps the data represented by the object to JSON for wire transfer.""" 133 """Dumps the data represented by the object to JSON for wire transfer."""
|