/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 9 import sndhdr namespace 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 9 import sndhdr namespace 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
toaiff.py | 17 import sndhdr namespace 90 ftype = sndhdr.whathdr(fname)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
toaiff.py | 17 import sndhdr namespace 90 ftype = sndhdr.whathdr(fname)
|
/external/dhcpcd/ |
ipv6rs.c | 86 static struct msghdr sndhdr; variable in typeref:struct:msghdr 146 sndhdr.msg_namelen = sizeof(struct sockaddr_in6); 147 sndhdr.msg_iov = sndiov; 148 sndhdr.msg_iovlen = 1; 149 sndhdr.msg_control = sndbuf; 150 sndhdr.msg_controllen = len; 201 sndhdr.msg_name = (caddr_t)&dst; 202 sndhdr.msg_iov[0].iov_base = ifp->rs; 203 sndhdr.msg_iov[0].iov_len = ifp->rslen; 206 cm = CMSG_FIRSTHDR(&sndhdr); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 73 import sndhdr namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 73 import sndhdr namespace
|