HomeSort by relevance Sort by last modified time
    Searched refs:sfp (Results 1 - 16 of 16) sorted by null

  /external/tcpdump/
print-ntp.c 205 p_sfix(register const struct s_fixedpt *sfp)
211 i = EXTRACT_16BITS(&sfp->int_part);
212 f = EXTRACT_16BITS(&sfp->fraction);
print-nfs.c 1505 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 133 tBTM_BLE_SFP sfp; /* scanning filter policy */ member in struct:__anon5856
btm_ble_bgconn.c 55 p_inq->sfp = scan_policy;
btm_ble_gap.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usp10.h 152 HRESULT WINAPI ScriptGetFontProperties(HDC hdc,SCRIPT_CACHE *psc,SCRIPT_FONTPROPERTIES *sfp);

Completed in 984 milliseconds