/external/dbus/dbus/ |
dbus-protocol.h | 53 #define DBUS_LITTLE_ENDIAN ('l') /**< Code marking LSB-first byte order in the wire protocol. */ 54 #define DBUS_BIG_ENDIAN ('B') /**< Code marking MSB-first byte order in the wire protocol. */
|
dbus-marshal-basic.c | 34 * @brief functions to marshal/unmarshal data from the wire 37 * wire format to native machine format, and vice versa. [all...] |
dbus-keyring.c | 45 * discarded). Also, the keys are not sent over the wire.
|
dbus-message-util.c | 846 * should be preserved over the wire [all...] |
/external/libpcap/ |
pcap-pf.c | 381 * doesn't put an Ethernet header onto the wire, it puts raw 382 * DOCSIS frames out on the wire inside the low-level
|
pcap-win32.c | 443 * doesn't put an Ethernet header onto the wire, it puts raw 444 * DOCSIS frames out on the wire inside the low-level
|
pcap-linux.c | 61 * value tells us how long the packet was on the wire. 72 * shorter, on the wire, than the IP header said it should have been. [all...] |
pcap-bpf.c | 780 * the wire, it puts raw DOCSIS frames out on the wire
|
pcap-dag.c | 945 * doesn't put an Ethernet header onto the wire, it puts raw 946 * DOCSIS frames out on the wire inside the low-level
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/ |
Xv.c | 1112 xv_wire_to_event(Display *dpy, XEvent *host, xEvent *wire) 1116 xvEvent *event = (xvEvent *)wire;
|
/frameworks/base/docs/html/guide/developing/tools/ |
ddms.jd | 28 DDMS can now talk to the VM using a custom wire protocol.</p> 84 of data sent over the wire, the thread updates are only sent when explicitly
|
/system/core/liblog/ |
logprint.c | 344 * Splits a wire-format buffer into an AndroidLogEntry 347 * Returns 0 on success and -1 on invalid wire format (entry will be
|
/prebuilt/common/osgi/ |
osgi.jar | |
/dalvik/docs/ |
debugger.html | 14 Java Debug Wire Protocol</a>) is expected work. Supported debuggers
|
debugmon.html | 96 DDM protocol on top of JDWP (the Java Debug Wire Protocol, normally spoken 611 <p>[TBD] start/stop dmtrace; can send the results back over the wire. For
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
NetworkInterfaceTest.java | 556 // running connected by a wire to the local network may also have a
|
/external/grub/netboot/ |
3c595.h | 392 * bytes can still be pending between the wire and the RX
|
/external/grub/stage2/ |
smp-imps.c | 545 str_ptr = "Virtual Wire";
|
/external/kernel-headers/original/linux/ |
hil.h | 56 /* Actual wire line coding. These will only be useful if someone is
|
/external/bluetooth/bluez/tools/ |
bccmd.c | 1116 "\tHCI USB BCSP H4 3WIRE\n\n"); 1162 else if (!strcasecmp(optarg, "3wire"))
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/ |
XF86VMode.c | 312 * 0.x with x < 8 (the .private field wasn't being passed over the wire). 804 * the wire). Check the server's version, and accept the old format [all...] |
/frameworks/base/docs/html/guide/practices/design/ |
performance.jd | 106 among these design components are APIs, wire-level protocols, and persistent 194 designing systems and especially while you're designing APIs, wire-level
|
/external/dbus/doc/ |
dbus-specification.xml | 188 serializing data. Each type of value has a wire format. 189 Converting a value from some other representation into the wire 191 it back from the wire format is <firstterm>unmarshaling</firstterm>. 422 <title>Marshaling (Wire Format)</title> 451 Given all this, the types are marshaled on the wire as follows: [all...] |
/external/tcpdump/ |
print-nfs.c | 1016 * On the wire, the rp_acpt field starts immediately after 1022 * the internal representation to parse the on-the-wire [all...] |
/bionic/libc/netbsd/nameser/ |
ns_name.c | 594 * Compress a domain name into wire format, using compression pointers.
|