/external/tcpdump/ |
print-ntp.c | 186 p_sfix(register const struct s_fixedpt *sfp) 192 i = EXTRACT_16BITS(&sfp->int_part); 193 f = EXTRACT_16BITS(&sfp->fraction);
|
print-nfs.c | 1423 struct nfsv3_fsinfo *sfp; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 245 sys.stderr = sfp = StringIO() 250 self.assertEqual(sfp.getvalue(), '') 610 sfp = StringIO() 611 g = Generator(sfp) 613 eq(sfp.getvalue(), """\ 651 sfp = StringIO() 652 g = Generator(sfp) 654 eq(sfp.getvalue(), """\ 708 sfp = StringIO() 709 g = Generator(sfp) [all...] |
test_email_renamed.py | 546 sfp = StringIO() 547 g = Generator(sfp) 549 eq(sfp.getvalue(), """\ 587 sfp = StringIO() 588 g = Generator(sfp) 590 eq(sfp.getvalue(), """\ 644 sfp = StringIO() 645 g = Generator(sfp) 647 eq(sfp.getvalue(), '''\ 662 sfp = StringIO( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 245 sys.stderr = sfp = StringIO() 250 self.assertEqual(sfp.getvalue(), '') 610 sfp = StringIO() 611 g = Generator(sfp) 613 eq(sfp.getvalue(), """\ 651 sfp = StringIO() 652 g = Generator(sfp) 654 eq(sfp.getvalue(), """\ 708 sfp = StringIO() 709 g = Generator(sfp) [all...] |
test_email_renamed.py | 546 sfp = StringIO() 547 g = Generator(sfp) 549 eq(sfp.getvalue(), """\ 587 sfp = StringIO() 588 g = Generator(sfp) 590 eq(sfp.getvalue(), """\ 644 sfp = StringIO() 645 g = Generator(sfp) 647 eq(sfp.getvalue(), '''\ 662 sfp = StringIO( [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 108 self._fp = sfp = StringIO() 119 self._fp.write(sfp.getvalue())
|
message.py | 209 sfp = StringIO() 211 uu.decode(StringIO(payload+'\n'), sfp, quiet=True) 212 payload = sfp.getvalue()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 108 self._fp = sfp = StringIO() 119 self._fp.write(sfp.getvalue())
|
message.py | 209 sfp = StringIO() 211 uu.decode(StringIO(payload+'\n'), sfp, quiet=True) 212 payload = sfp.getvalue()
|
/external/iproute2/misc/ |
ifstat.c | 734 FILE *sfp = fdopen(fd, "r"); local 735 load_raw_table(sfp); 740 fclose(sfp);
|
nstat.c | 586 FILE *sfp = fdopen(fd, "r"); local 587 load_good_table(sfp); 592 fclose(sfp);
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_int.h | 117 tBTM_BLE_SFP sfp; /* scanning filter policy */ member in struct:__anon797
|
btm_ble_bgconn.c | 54 p_inq->sfp = scan_policy;
|
btm_ble_gap.c | [all...] |