HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 26 - 50 of 385) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/media/wilhelm/tools/mphtogen/
mphtogen.c 27 FILE *fp = fopen(filename, "w"); local
28 assert(NULL != fp);
29 fputs("// This file is automagically generated by mphtogen, do not edit\n", fp);
34 fputc(',', fp);
38 fputc('\n', fp);
41 fprintf(fp, "%3d", MPH_to[i]);
45 fputc('\n', fp);
47 fclose(fp);
  /bionic/libc/stdio/
tmpfile.c 48 FILE *fp; local
74 if ((fp = fdopen(fd, "w+")) == NULL) {
80 return (fp);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
VideoSurface.java 41 LayoutParams fp = new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT); local
42 this.setLayoutParams(fp);
  /external/blktrace/btt/
aqd.c 28 FILE *fp; member in struct:aqd_info
44 if ((ap->fp = my_fopen(oname, "w")) == NULL) {
48 add_file(ap->fp, oname);
64 fprintf(ap->fp, "%lf %d\n%lf %d\n", ts, ap->na, ts, ap->na + 1);
75 fprintf(ap->fp, "%lf %d\n%lf %d\n",
latency.c 31 FILE *fp = NULL; local
41 if ((fp = my_fopen(oname, "w")) == NULL)
44 add_file(fp, strdup(oname));
47 return fp;
args.c 269 FILE *fp; local
273 fp = my_fopen(fname, "w");
274 if (fp == NULL) {
281 return fp;
bno_dump.c 29 FILE *fp; local
38 if ((fp = my_fopen(oname, "w")) == NULL)
41 add_file(fp, oname);
42 return fp;
45 static inline void bno_dump_write(FILE *fp, struct io *iop)
47 fprintf(fp, "%15.9lf %lld %lld\n", BIT_TIME(iop->t.time),
75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp; local
77 if (fp)
78 bno_dump_write(fp, iop);
devmap.c 67 FILE *fp = my_fopen(fname, "r"); local
69 if (!fp) {
74 while (fscanf(fp, "%255[a-zA-Z0-9 :.,/_-]\n", line) == 1) {
plat.c 26 FILE *fp; member in struct:plat_info
43 if ((pp->fp = my_fopen(oname, "w")) == NULL) {
47 add_file(pp->fp, oname);
61 fprintf(pp->fp, "%lf %lf\n",
82 fprintf(pp->fp, "%lf %lf\n",
  /external/clang/test/CXX/except/except.handle/
p16.cpp 18 float *fp = 0; local
19 ptr = fp; // expected-error{{assigning to 'int *' from incompatible type 'float *'}}
  /external/e2fsprogs/lib/e2p/
pf.c 55 struct flags_name *fp; local
58 for (fp = flags_array; fp->flag != 0; fp++) {
59 if (flags & fp->flag) {
65 fputs(fp->long_name, f);
67 fputs(fp->short_name, f);
  /external/elfutils/tests/
arsymtest.c 27 FILE *fp; local
44 fp = fopen (argv[2], "w");
45 if (fp == NULL)
110 fprintf (fp, "%s in %s\n", arsym[narsym].as_name, arhdr->ar_name);
129 fclose (fp);
  /external/icu4c/tools/tzcode/
scheck.c 22 register const char * fp; local
34 fp = format;
36 while ((*tp++ = c = *fp++) != '\0') {
39 if (*fp == '%') {
40 *tp++ = *fp++;
44 if (*fp == '*')
45 ++fp;
46 while (is_digit(*fp))
47 *tp++ = *fp++;
48 if (*fp == 'l' || *fp == 'h'
    [all...]
  /external/oprofile/libabi/
op_abi.c 81 FILE * fp; local
84 if ((fp = fopen(abi_file, "w")) == NULL)
88 fprintf(fp, "%s %u\n", abi_entry->name, abi_entry->offset);
89 fprintf(fp, "little_endian %d\n", op_little_endian());
91 fclose(fp);
  /external/ppp/pppd/plugins/radius/
radattr.c 69 FILE *fp; local
76 fp = fopen(fname, "w");
77 if (!fp) {
86 fprintf(fp, "%s %s\n", name, value);
89 fclose(fp);
  /packages/apps/Email/tests/src/com/android/email/
FolderPropertiesTests.java 45 FolderProperties fp = FolderProperties.getInstance(context); local
49 fp.getDisplayName(Mailbox.TYPE_INBOX, 0, "ignored"));
53 fp.getDisplayName(Mailbox.TYPE_MAIL, 0, "*name*"));
57 fp.getDisplayName(Mailbox.TYPE_PARENT, 0, "*name2*"));
61 fp.getDisplayName(Mailbox.TYPE_DRAFTS, 0, "ignored"));
65 fp.getDisplayName(Mailbox.TYPE_OUTBOX, 0, "ignored"));
69 fp.getDisplayName(Mailbox.TYPE_SENT, 0, "ignored"));
73 fp.getDisplayName(Mailbox.TYPE_TRASH, 0, "ignored"));
77 fp.getDisplayName(Mailbox.TYPE_JUNK, 0, "ignored"));
82 fp.getDisplayName(8, 12345678890L, "some name"))
102 FolderProperties fp = FolderProperties.getInstance(context); local
121 FolderProperties fp = FolderProperties.getInstance(mContext); local
149 FolderProperties fp = FolderProperties.getInstance(context); local
    [all...]
  /bionic/libc/unistd/
popen.c 47 FILE *fp; member in struct:pid
90 close(fileno(pcur->fp));
122 cur->fp = iop;
144 if (cur->fp == iop)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptTest.java 48 FieldPacker fp = new FieldPacker(4); local
49 fp.addI32(3);
50 S.setVar(12, fp); // structTest
  /dalvik/vm/mterp/portable/
entry.cpp 17 u4* fp; // frame pointer local
34 fp = self->interpSave.curFrame;
39 LOGVV("threadid=%d: %s.%s pc=%#x fp=%p",
41 pc - curMethod->insns, fp);
  /external/chromium/net/disk_cache/
cache_util_unittest.cc 23 FILE *fp = file_util::OpenFile(file1_, "w"); local
24 ASSERT_TRUE(fp != NULL);
25 file_util::CloseFile(fp);
26 fp = file_util::OpenFile(file2_, "w");
27 ASSERT_TRUE(fp != NULL);
28 file_util::CloseFile(fp);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 60 typedef void (*fp)(); typedef in namespace:rdar8018262
63 typedef void (*fp)(); typedef in namespace:rdar8018262::N
66 using N::fp;
68 fp fp_1;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 63 float &fp = g<X3>(); // expected-error{{call to 'g' is ambiguous}} local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 11 const float * const volatile fp = ap; local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 30 float *fp = f3<int>( 42, (A<int,int>*)0 ); // Ok, picks #2. local
  /external/clang/test/CodeGenCXX/
global-llvm-constant.cpp 13 int (*fp)(int, int); member in struct:X

Completed in 3130 milliseconds

12 3 4 5 6 7 8 91011>>