/external/openfst/src/extensions/far/ |
main.cc | 91 FarHeader hdr; local 93 if (!hdr.Read(far_fname)) { 98 string atype = hdr.ArcType(); 108 FstHeader hdr; local 110 if (!hdr.Read(in, fst_fname)) { 115 return hdr.ArcType();
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_pars_ct.c | 61 AVRC_TRACE_DEBUG("avrc_pars_vendor_rsp() ctype:0x%x pdu:0x%x, len:%d/0x%x", p_msg->hdr.ctype, p_result->pdu, len, len); 62 if (p_msg->hdr.ctype == AVRC_RSP_REJ) 88 && (AVRC_RSP_CHANGED==p_msg->hdr.ctype || AVRC_RSP_INTERIM==p_msg->hdr.ctype 89 || AVRC_RSP_REJ==p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL==p_msg->hdr.ctype)) 91 p_result->reg_notif.status=p_msg->hdr.ctype; 126 switch (p_msg->hdr.opcode) 141 AVRC_TRACE_ERROR("AVRC_ParsResponse() unknown opcode:0x%x", p_msg->hdr.opcode); 144 p_result->rsp.opcode = p_msg->hdr.opcode [all...] |
/external/chromium_org/third_party/libsrtp/srtp/test/ |
dtls_srtp_driver.c | 230 srtp_hdr_t *hdr; local 234 hdr = malloc(pkt_octet_len + bytes_in_hdr 236 if (!hdr) 239 hdr->version = 2; /* RTP version two */ 240 hdr->p = 0; /* no padding needed */ 241 hdr->x = 0; /* no header extension */ 242 hdr->cc = 0; /* no CSRCs */ 243 hdr->m = 0; /* marker bit */ 244 hdr->pt = 0xf; /* payload type */ 245 hdr->seq = htons(0x1234); /* sequence number * [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
mkfts2amal.tcl | 42 foreach hdr { 49 set available_hdr($hdr) 1 77 if {[regexp {^#\s*include\s+["<]([^">]+)[">]} $line all hdr]} { 78 if {[info exists available_hdr($hdr)]} { 79 if {$available_hdr($hdr)} { 80 section_comment "Include $hdr in the middle of $tail" 81 copy_file tsrc/$hdr 84 } elseif {![info exists seen_hdr($hdr)]} { 85 set seen_hdr($hdr) 1
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
mkfts3amal.tcl | 42 foreach hdr { 49 set available_hdr($hdr) 1 77 if {[regexp {^#\s*include\s+["<]([^">]+)[">]} $line all hdr]} { 78 if {[info exists available_hdr($hdr)]} { 79 if {$available_hdr($hdr)} { 80 section_comment "Include $hdr in the middle of $tail" 81 copy_file tsrc/$hdr 84 } elseif {![info exists seen_hdr($hdr)]} { 85 set seen_hdr($hdr) 1
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mksqlite3internalh.tcl | 55 foreach hdr { 74 set available_hdr($hdr) 1 102 if {[regexp {^#\s*include\s+["<]([^">]+)[">]} $line all hdr]} { 103 if {[info exists available_hdr($hdr)]} { 104 if {$available_hdr($hdr)} { 105 section_comment "Include $hdr in the middle of $tail" 106 copy_file tsrc/$hdr 109 } elseif {![info exists seen_hdr($hdr)]} { 110 set seen_hdr($hdr) 1
|
/external/srtp/test/ |
dtls_srtp_driver.c | 217 srtp_hdr_t *hdr; local 221 hdr = malloc(pkt_octet_len + bytes_in_hdr 223 if (!hdr) 226 hdr->version = 2; /* RTP version two */ 227 hdr->p = 0; /* no padding needed */ 228 hdr->x = 0; /* no header extension */ 229 hdr->cc = 0; /* no CSRCs */ 230 hdr->m = 0; /* marker bit */ 231 hdr->pt = 0xf; /* payload type */ 232 hdr->seq = htons(0x1234); /* sequence number * [all...] |
srtp_driver.c | 96 srtp_packet_to_string(srtp_hdr_t *hdr, int packet_len); 381 srtp_hdr_t *hdr; local 385 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr 387 if (!hdr) 390 hdr->version = 2; /* RTP version two */ 391 hdr->p = 0; /* no padding needed */ 392 hdr->x = 0; /* no header extension */ 393 hdr->cc = 0; /* no CSRCs */ 394 hdr->m = 0; /* marker bit */ 395 hdr->pt = 0xf; /* payload type * 575 srtp_hdr_t *hdr, *hdr2; local 774 srtp_hdr_t *hdr, *hdr2; local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
expanded-fst.h | 40 FstHeader hdr; local 42 hdr = *opts.header; 44 if (!hdr.Read(strm, opts.source)) 46 ropts.header = &hdr; 48 if (!(hdr.Properties() & kExpanded)) { 54 registr->GetReader(hdr.FstType()); 56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
|
/bootable/recovery/ |
fuse_sideload.c | 98 struct fuse_out_header hdr; local 102 hdr.len = len + sizeof(hdr); 103 hdr.error = 0; 104 hdr.unique = unique; 106 vec[0].iov_base = &hdr; 107 vec[0].iov_len = sizeof(hdr); 117 static int handle_init(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { 128 fuse_reply(fd, hdr->unique, &out, sizeof(out)); 147 static int handle_getattr(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { 436 struct fuse_in_header* hdr = (struct fuse_in_header*) request_buffer; local [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_int.h | 83 BT_HDR hdr; member in struct:__anon5546 90 BT_HDR hdr; member in struct:__anon5547 98 BT_HDR hdr; member in struct:__anon5548 105 BT_HDR hdr; member in struct:__anon5549 112 BT_HDR hdr; member in struct:__anon5550 119 BT_HDR hdr; member in struct:__anon5551 131 BT_HDR hdr; member in struct:__anon5552 139 BT_HDR hdr; member in struct:__anon5553 147 BT_HDR hdr; member in struct:__anon5554 154 BT_HDR hdr; member in struct:__anon5555 232 BT_HDR hdr; member in struct:__anon5562 244 BT_HDR hdr; member in struct:__anon5563 255 BT_HDR hdr; member in struct:__anon5564 263 BT_HDR hdr; member in struct:__anon5565 274 BT_HDR hdr; member in struct:__anon5566 285 BT_HDR hdr; member in struct:__anon5567 297 BT_HDR hdr; member in struct:__anon5568 310 BT_HDR hdr; member in struct:__anon5569 322 BT_HDR hdr; member in struct:__anon5570 331 BT_HDR hdr; member in struct:__anon5571 339 BT_HDR hdr; member in struct:__anon5572 351 BT_HDR hdr; member in struct:__anon5573 361 BT_HDR hdr; member in struct:__anon5574 368 BT_HDR hdr; member in struct:__anon5575 379 BT_HDR hdr; member in struct:__anon5576 389 BT_HDR hdr; member in struct:__anon5577 396 BT_HDR hdr; member in union:__anon5578 [all...] |
/external/wpa_supplicant_8/src/drivers/ |
netlink.c | 173 struct nlmsghdr hdr; member in struct:__anon17299 183 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); 184 req.hdr.nlmsg_type = RTM_SETLINK; 185 req.hdr.nlmsg_flags = NLM_F_REQUEST; 186 req.hdr.nlmsg_seq = ++nl_seq; 187 req.hdr.nlmsg_pid = 0; 197 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len)), 202 req.hdr.nlmsg_len = NLMSG_ALIGN(req.hdr.nlmsg_len) + 207 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len)) [all...] |
/external/lldb/tools/debugserver/source/MacOSX/ |
MachException.cpp | 185 exc_msg.hdr.msgh_bits, 186 exc_msg.hdr.msgh_size, 187 exc_msg.hdr.msgh_remote_port, 188 exc_msg.hdr.msgh_local_port, 189 exc_msg.hdr.msgh_reserved, 190 exc_msg.hdr.msgh_id); 194 reply_msg.hdr.msgh_bits, 195 reply_msg.hdr.msgh_size, 196 reply_msg.hdr.msgh_remote_port, 197 reply_msg.hdr.msgh_local_port [all...] |
/external/valgrind/main/coregrind/m_ume/ |
script.c | 45 Bool VG_(match_script)(const void *hdr, Int len) 47 const HChar* script = hdr; 53 if (0 != VG_(memcmp)(hdr, "#!", 2)) return False; 82 HChar hdr[4096]; local 92 res = VG_(pread)(fd, hdr, len, 0); 100 vg_assert('#' == hdr[0] && '!' == hdr[1]); 102 end = hdr + len; 103 interp = hdr + 2;
|
priv_ume.h | 40 extern Bool VG_(match_ELF) ( const void *hdr, Int len ); 43 extern Bool VG_(match_macho) ( const void *hdr, Int len ); 49 extern Bool VG_(match_script) ( const void *hdr, Int len );
|
/external/tcpdump/ |
print-enc.c | 55 const struct enchdr *hdr; local 62 hdr = (struct enchdr *)p; 63 flags = hdr->flags; 71 printf("SPI 0x%08x: ", EXTRACT_32BITS(&hdr->spi)); 77 switch (hdr->af) {
|
/external/chromium_org/third_party/sqlite/src/src/ |
mem3.c | 54 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the 56 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and 57 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit 59 ** previous chunk is free. The u.hdr.prevSize field is the size of 62 ** u.hdr.prevSize can be part of the data for that chunk and should 78 ** the u.hdr.prevSize value of the following chunk. 86 } hdr; member in union:Mem3Block::__anon20108 170 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 ); 172 size = mem3.aPool[i-1].u.hdr.size4x/4 [all...] |
/external/wpa_supplicant_8/src/tls/ |
rsa.c | 34 struct asn1_hdr hdr; local 39 if (asn1_get_next(pos, end - pos, &hdr) < 0 || 40 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { 42 "tag 0x%x", hdr.class, hdr.tag); 46 if (bignum_set_unsigned_bin(num, hdr.payload, hdr.length) < 0) { 51 return hdr.payload + hdr.length 65 struct asn1_hdr hdr; local 153 struct asn1_hdr hdr; local [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_cact.c | 136 p_msg->hdr.layer_specific = TRUE; /* mark this message as sent */ 240 if (p_ccb->p_tx_req && !p_ccb->p_tx_req->hdr.layer_specific) 262 BT_HDR *p_pkt = &p_data->hdr; 276 evt_data.hdr.op_code = *p++; 277 BE_STREAM_TO_UINT16 (evt_data.hdr.mdl_id, p); 278 reject_opcode = evt_data.hdr.op_code+1; 280 MCA_TRACE_DEBUG ("received mdl id: %d ", evt_data.hdr.mdl_id); 285 if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (evt_data.hdr.op_code == MCA_OP_MDL_ABORT_REQ)) 336 if (((evt_data.hdr.op_code >= MCA_NUM_STANDARD_OPCODE) && 337 (evt_data.hdr.op_code < MCA_FIRST_SYNC_OP)) | [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_int.h | 69 BT_HDR hdr; member in struct:__anon5206 76 BT_HDR hdr; member in struct:__anon5207 84 BT_HDR hdr; member in struct:__anon5208 95 BT_HDR hdr; member in struct:__anon5209 104 BT_HDR hdr; member in struct:__anon5210 111 BT_HDR hdr; member in struct:__anon5211 118 BT_HDR hdr; member in struct:__anon5212 127 BT_HDR hdr; member in struct:__anon5213 135 BT_HDR hdr; member in struct:__anon5214 142 BT_HDR hdr; member in struct:__anon5215 154 BT_HDR hdr; member in struct:__anon5216 162 BT_HDR hdr; member in union:__anon5217 [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_snep_int.h | 61 BT_HDR hdr; member in struct:__anon7943 68 BT_HDR hdr; member in struct:__anon7944 75 BT_HDR hdr; member in struct:__anon7945 84 BT_HDR hdr; member in struct:__anon7946 91 BT_HDR hdr; member in struct:__anon7947 98 BT_HDR hdr; member in struct:__anon7948 106 BT_HDR hdr; member in struct:__anon7949 116 BT_HDR hdr; member in struct:__anon7950 125 BT_HDR hdr; member in struct:__anon7951 135 BT_HDR hdr; member in struct:__anon7952 143 BT_HDR hdr; member in struct:__anon7953 151 BT_HDR hdr; member in union:__anon7954 [all...] |
/external/libnl/tests/ |
test-genl.c | 7 void *hdr; local 17 hdr = genlmsg_put(msg, NL_AUTO_PID, NL_AUTO_SEQ, GENL_ID_CTRL, 19 if (hdr == NULL)
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 45 static struct wav_header hdr; variable in typeref:struct:wav_header 267 hdr.data_sz = 0; 335 hdr.data_sz += bufsize; 336 hdr.riff_sz = hdr.data_sz + 44 - 8; 339 write(fd, &hdr, sizeof(hdr)); 365 hdr.data_sz += bufsize; 366 hdr.riff_sz = hdr.data_sz + 44 - 8 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rtinfo.h | 35 #define GetInfoFromTocEntry(hdr,toc) (((toc)->Offset < (hdr)->Size) ? ((PVOID)(((PBYTE)(hdr)) + (toc)->Offset)) : NULL)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 33 hdr = data[:512] 34 fakefile = StringIO(hdr) 36 res = testfn(hdr, fakefile)
|