/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleHello.java | 134 JdwpPacket packet = new JdwpPacket(rawBuf); local 139 finishChunkPacket(packet, CHUNK_HELO, buf.position()); 141 + " ID=0x" + Integer.toHexString(packet.getId())); 142 client.sendAndConsume(packet, mInst); 167 JdwpPacket packet = new JdwpPacket(rawBuf); local 172 finishChunkPacket(packet, CHUNK_FEAT, buf.position()); 174 client.sendAndConsume(packet, mInst);
|
HandleHeap.java | 150 JdwpPacket packet = new JdwpPacket(rawBuf); local 155 finishChunkPacket(packet, CHUNK_HPIF, buf.position()); 157 client.sendAndConsume(packet, mInst); 202 JdwpPacket packet = new JdwpPacket(rawBuf); local 208 finishChunkPacket(packet, CHUNK_HPSG, buf.position()); 211 client.sendAndConsume(packet, mInst); 220 JdwpPacket packet = new JdwpPacket(rawBuf); local 225 finishChunkPacket(packet, CHUNK_HPGC, buf.position()); 227 client.sendAndConsume(packet, mInst); 241 JdwpPacket packet = new JdwpPacket(rawBuf) local 268 JdwpPacket packet = new JdwpPacket(rawBuf); local 325 JdwpPacket packet = new JdwpPacket(rawBuf); local 341 JdwpPacket packet = new JdwpPacket(rawBuf); local 357 JdwpPacket packet = new JdwpPacket(rawBuf); local [all...] |
HandleThread.java | 271 JdwpPacket packet = new JdwpPacket(rawBuf); local 279 finishChunkPacket(packet, CHUNK_THEN, buf.position()); 281 client.sendAndConsume(packet, mInst); 299 JdwpPacket packet = new JdwpPacket(rawBuf); local 304 finishChunkPacket(packet, CHUNK_STKL, buf.position()); 306 client.sendAndConsume(packet, mInst); 369 JdwpPacket packet = new JdwpPacket(rawBuf); local 374 finishChunkPacket(packet, CHUNK_THST, buf.position()); 376 client.sendAndConsume(packet, mInst);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageChannel.java | 163 * Constructor - takes a datagram packet and a stack structure Extracts the 164 * address of the other from the datagram packet and stashes away the 196 * @param packet 197 * is the incoming datagram packet. 200 UDPMessageProcessor messageProcessor, DatagramPacket packet) { 202 this.incomingPacket = packet; 255 DatagramPacket packet; local 286 packet = (DatagramPacket) ((UDPMessageProcessor) messageProcessor).messageQueue 290 this.incomingPacket = packet; 292 packet = this.incomingPacket [all...] |
/external/flac/libFLAC/ |
ogg_decoder_aspect.c | 142 /* the rest of the packet will fit in the buffer */ 144 memcpy(buffer, aspect->working_packet.packet, n); 150 /* only n bytes of the packet will fit in the buffer */ 151 memcpy(buffer, aspect->working_packet.packet, n); 154 aspect->working_packet.packet += n; 159 /* try and get another packet */ 163 /* if it is the first header packet, check for magic and a supported Ogg FLAC mapping version */ 164 if (aspect->working_packet.bytes > 0 && aspect->working_packet.packet[0] == FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE) { 165 const FLAC__byte *b = aspect->working_packet.packet; 183 aspect->working_packet.packet += header_length [all...] |
/external/grub/netboot/ |
3c595.c | 167 const char *p) /* Packet */ 180 len=s+ETH_HLEN; /* actual length of packet */ 209 /* write packet */ 265 /* read packet */ 269 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2); 271 nic->packet[rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1); 282 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2); 284 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1); 299 /* acknowledge reception of packet */ 303 type = (nic->packet[12]<<8) | nic->packet[13] [all...] |
w89c840.c | 109 bonding and packet priority. 117 full-size packet. 392 /* return true if there's an ethernet packet ready to read */ 393 /* nic->packet should contain data on return */ 454 /* Check if the packet is long enough to accept without copying 457 memcpy(nic->packet, le32desc_to_virt(w840private.rx_ring[entry].buffer1), pkt_len); 468 nic->packet[0], nic->packet[1], nic->packet[2], nic->packet[3] [all...] |
3c509.c | 143 /* set early threshold for minimal packet length */ 159 const char *p) /* Packet */ 172 len=s+ETH_HLEN; /* actual length of packet */ 199 /* write packet */ 255 /* read packet */ 259 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2); 261 nic->packet[rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1); 271 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2); 273 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1); 287 /* acknowledge reception of packet */ [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.h | 53 void HandleInboundPacket(const std::string& packet);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 78 void sessionDiscoveryPacket(struct PPPoEPacketStruct *packet); 205 /* A PPPoE Packet, including Ethernet headers */ 221 /* Header size of a PPPoE packet */ 272 /* Structure used to determine acceptable PADO or PADS packet */ 282 UINT16_t etherType(PPPoEPacket *packet); 290 void dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir); 292 int parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra); 294 void syncReadFromPPP(PPPoEConnection *conn, PPPoEPacket *packet); 295 void asyncReadFromPPP(PPPoEConnection *conn, PPPoEPacket *packet); 301 PPPoEPacket *packet, int len) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsvideo.c | 186 struct ps2_packet packet[1 + MAXTAGS * 2]; local 194 plist.packet = packet; 196 /* make BITBLT packet */ 197 packet[pnum].ptr = hm; 198 packet[pnum].len = sizeof(head_tags); 214 packet[pnum].ptr = &im[it]; 215 packet[pnum].len = sizeof(unsigned long long) * 2; 220 packet[pnum].ptr = (void *)data; 221 packet[pnum].len = isize 259 struct ps2_packet packet[2]; local [all...] |
/external/speex/include/speex/ |
speex_header.h | 71 spx_int32_t frames_per_packet; /**< Number of frames stored per Ogg packet */ 80 /** Creates the header packet from the header itself (mostly involves endianness conversion) */ 83 /** Creates a SpeexHeader from a packet */ 84 SpeexHeader *speex_packet_to_header(char *packet, int size);
|
/frameworks/base/media/mtp/ |
MtpObjectInfo.h | 53 void read(MtpDataPacket& packet);
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbelo.c | 87 /* Check if we have a touch packet */ 187 int eloSendPacket(unsigned char* packet, int fd) 192 packet[0] = ELO_START_BYTE; 194 sum += packet[i]; 197 packet[ELO_PACKET_SIZE-1] = sum; 199 result = write(fd, packet, ELO_PACKET_SIZE); 273 unsigned char packet[ELO_PACKET_SIZE]; local 276 if (eloWaitReply(ELO_ACK, packet, fd)) { 278 if (packet[2 + i] != '0') { 285 fprintf(stderr, "Elographics acknowledge packet reports %d errors\n", nb_errors) [all...] |
/external/iptables/extensions/ |
libxt_statistic.c | 25 "[!] --every n Match every nth packet\n" 26 " --packet p Initial counter value (0 <= p <= n-1, default 0)\n"); 39 {.name = "packet", .id = O_PACKET, .type = XTTYPE_UINT32, 40 .flags = XTOPT_PUT, XTOPT_POINTER(s, u.nth.packet), 85 "--every and --packet must be specified when " 89 if (info->u.nth.packet > info->u.nth.every) 91 "the --packet p must be 0 <= p <= n-1"); 93 info->u.nth.count = info->u.nth.every - info->u.nth.packet; 110 if (info->u.nth.packet) 111 printf(" %spacket %u", prefix, info->u.nth.packet); [all...] |
/external/libpcap/ |
pcap-enet.c | 41 u_char packet[8] 75 * Loop through each packet. 82 if (bpf_filter(fcode, (char *)ph->packet, 86 (*printit)((char *)ph->packet, 96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) { 99 (*printit)(buf.hdr.packet, &tv, cc, caplen); 107 /* Call ONLY if read() has returned an error on packet filter */
|
/external/openssl/ssl/ |
s23_srvr.c | 264 p=s->packet; 402 p=s->packet; 421 ssl3_finish_mac(s, s->packet+2, s->packet_length-2); 423 s->msg_callback(0, SSL2_VERSION, 0, s->packet+2, s->packet_length-2, s, s->msg_callback_arg); /* CLIENT-HELLO */ 425 p=s->packet; 479 while (p < s->packet+s->packet_length) 535 s->packet= &(s->s2->rbuf[0]); 536 memcpy(s->packet,buf,n); 564 s->packet= &(s->s3->rbuf.buf[0]); 565 memcpy(s->packet,buf,n) [all...] |
/external/v8/benchmarks/ |
richards.js | 51 var queue = new Packet(null, ID_WORKER, KIND_WORK); 52 queue = new Packet(queue, ID_WORKER, KIND_WORK); 55 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE); 56 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 57 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 60 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE); 61 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 62 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 83 * These two constants specify how many times a packet is queued and 123 * @param {Packet} queue the queue of work to be processed by the tas [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 46 var queue = new Packet(null, ID_WORKER, KIND_WORK); 47 queue = new Packet(queue, ID_WORKER, KIND_WORK); 50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE); 51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE); 56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 78 * These two constants specify how many times a packet is queued and 118 * @param {Packet} queue the queue of work to be processed by the tas [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 46 var queue = new Packet(null, ID_WORKER, KIND_WORK); 47 queue = new Packet(queue, ID_WORKER, KIND_WORK); 50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE); 51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE); 56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 78 * These two constants specify how many times a packet is queued and 118 * @param {Packet} queue the queue of work to be processed by the tas [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 46 var queue = new Packet(null, ID_WORKER, KIND_WORK); 47 queue = new Packet(queue, ID_WORKER, KIND_WORK); 50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE); 51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE); 55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE); 56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE); 78 * These two constants specify how many times a packet is queued and 118 * @param {Packet} queue the queue of work to be processed by the tas [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ikbdinterrupt.S | 146 | Joystick packet ? 151 | Mouse packet ? 158 | Mouse packet, byte #1 167 | Joystick packet, byte #1 196 | Mouse packet, byte #2 215 | Mouse packet, byte #3 234 | Joystick packet, byte #2
|
/external/ppp/pppd/ |
demand.c | 64 struct packet { struct 66 struct packet *next; 70 struct packet *pend_q; 71 struct packet *pend_qtail; 138 struct packet *pkt, *nextpkt; 265 * We apply the active_filter to see if we want this packet to 273 struct packet *pkt; 283 pkt = (struct packet *) malloc(sizeof(struct packet) + len); 305 struct packet *pkt, *prev, *nextpkt [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
filemediaengine.h | 147 virtual void OnPacketReceived(talk_base::Buffer* packet); 148 virtual void OnRtcpReceived(talk_base::Buffer* packet) {} 149 virtual void SetSendSsrc(uint32 id) {} // TODO: change RTP packet? 182 virtual void OnPacketReceived(talk_base::Buffer* packet); 183 virtual void OnRtcpReceived(talk_base::Buffer* packet) {} 184 virtual void SetSendSsrc(uint32 id) {} // TODO: change RTP packet?
|
/external/dropbear/ |
Android.mk | 11 common-session.c packet.c common-algo.c common-kex.c \ 13 tcp-accept.c listener.c process-packet.c \
|