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

1 2

  /external/syslinux/core/fs/lib/
searchconfig.c 23 const char *sf, **sfp; local
26 for (sfp = filenames; (sf = *sfp); sfp++) {
  /build/kati/
regen_dump.cc 40 ScopedFile sfp(fp);
  /external/syslinux/com32/modules/
pmload.c 74 char *sfp; local
135 /* Create the stack frame. sfp is the pointer in current memory for
139 sfp = stack_frame + argc * sizeof(char *) + 5 * sizeof(long);
146 memcpy(sfp, *argp, bytes);
147 sfp += bytes;
elf.c 76 char *sfp; local
201 /* Create the stack frame. sfp is the pointer in current memory for
205 sfp = stack_frame + argc * sizeof(char *) + 5 * sizeof(long);
212 memcpy(sfp, *argp, bytes);
213 sfp += bytes;
  /external/tcpdump/
print-ntp.c 326 register const struct s_fixedpt *sfp)
332 i = EXTRACT_16BITS(&sfp->int_part);
333 f = EXTRACT_16BITS(&sfp->fraction);
print-nfs.c 1402 struct nfsv3_fsinfo *sfp; local
    [all...]
  /external/skia/src/gpu/
GrFragmentProcessor.cpp 228 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); local
229 const GrSwizzle& swizzle = sfp.swizzle();
244 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); local
245 return fSwizzle == sfp.fSwizzle;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 244 sys.stderr = sfp = StringIO()
249 self.assertEqual(sfp.getvalue(), '')
609 sfp = StringIO()
610 g = Generator(sfp)
612 eq(sfp.getvalue(), """\
650 sfp = StringIO()
651 g = Generator(sfp)
653 eq(sfp.getvalue(), """\
707 sfp = StringIO()
708 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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/lib/python2.7/email/
generator.py 108 self._fp = sfp = StringIO()
119 self._fp.write(sfp.getvalue())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 108 self._fp = sfp = StringIO()
119 self._fp.write(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())
  /external/iproute2/misc/
nstat.c 668 FILE *sfp = fdopen(fd, "r"); local
669 load_good_table(sfp);
674 fclose(sfp);

Completed in 1944 milliseconds

1 2