HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 151 - 175 of 558) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/
Misc.h 114 FILE* fp; member in struct:DebugOutputTarget::__anon795::__anon797
124 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp);
  /dalvik/vm/hprof/
HprofOutput.cpp 75 FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize); local
76 if (fp == NULL) {
84 ctx->memFp = fp;
101 fwrite(magic, 1, sizeof(magic), fp);
107 fwrite(buf, 1, sizeof(u4), fp);
120 fwrite(buf, 1, sizeof(u4), fp);
125 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the time
129 int hprofFlushRecord(hprof_record_t *rec, FILE *fp)
139 nb = fwrite(headBuf, 1, sizeof(headBuf), fp);
143 nb = fwrite(rec->body, 1, rec->length, fp);
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
UnresolvedPrincipalTest.java 56 FakePrincipal fp = new FakePrincipal(name); local
59 .equals(fp));
61 .equals(fp));
63 UnresolvedPrincipal.WILDCARD).equals(fp));
66 "sdkljfgbkwe").equals(fp));
86 FakePrincipal fp = new FakePrincipal(name); local
88 .implies(fp));
90 .implies(fp));
92 UnresolvedPrincipal.WILDCARD).implies(fp));
94 UnresolvedPrincipal.WILDCARD).implies(fp));
    [all...]
  /external/bison/lib/
localcharset.c 172 FILE *fp; local
174 fp = fdopen (fd, "r");
175 if (fp == NULL)
195 c = getc (fp);
204 c = getc (fp);
210 ungetc (c, fp);
211 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
236 fclose (fp);
  /external/blktrace/btt/
devs.c 117 FILE *fp = my_fopen(str, "w"); local
119 if (fp == NULL)
122 return fp;
  /external/chromium/base/
shared_memory_posix.cc 110 FILE *fp; local
119 fp = file_util::CreateAndOpenTemporaryShmemFile(&path);
124 if (fp)
131 fp = file_util::OpenFile(path, "w+x");
132 if (fp == NULL && open_existing) {
134 fp = file_util::OpenFile(path, "a+");
138 if (fp && fix_size) {
141 if (fstat(fileno(fp), &stat) != 0)
145 if (HANDLE_EINTR(ftruncate(fileno(fp), size)) != 0)
147 if (fseeko(fp, size, SEEK_SET) != 0
196 FILE *fp = file_util::OpenFile(path, mode); local
    [all...]
  /external/clang/test/Sema/
transparent-union.c 4 float *fp; member in union:__anon6756
11 void g(int *ip, float *fp, char *cp) {
13 f(fp);
  /external/clang/test/SemaCXX/
const-cast.cpp 36 f fp = 0; local
38 f *fpp = const_cast<f*>(&fp);
explicit.cpp 163 struct FP {
170 FP fp; local
172 fp(1);
  /external/dropbear/
dropbearkey.c 300 char *fp = NULL; local
321 fp = sign_key_fingerprint(buf_getptr(buf, len), len);
334 typestring, base64key, username, hostname, fp);
336 m_free(fp);
  /external/e2fsprogs/intl/
localcharset.c 118 FILE *fp; local
138 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
153 c = getc (fp);
162 c = getc (fp);
168 ungetc (c, fp);
169 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
192 fclose (fp);
  /external/iproute2/genl/
ctrl.c 115 void print_ctrl_cmd_flags(FILE *fp, __u32 fl)
117 fprintf(fp, "\n\t\tCapabilities (0x%x):\n ", fl);
119 fprintf(fp, "\n");
122 fprintf(fp, "\t\t ");
125 fprintf(fp, " requires admin permission;");
127 fprintf(fp, " can doit;");
129 fprintf(fp, " can dumpit;");
131 fprintf(fp, " has policy");
133 fprintf(fp, "\n");
136 static int print_ctrl_cmds(FILE *fp, struct rtattr *arg, __u32 ctrl_ver
187 FILE *fp = (FILE *) arg; local
    [all...]
  /external/iproute2/ip/
ipmaddr.c 88 FILE *fp = fopen("/proc/net/dev_mcast", "r"); local
90 if (!fp)
93 while (fgets(buf, sizeof(buf), fp)) {
119 fclose(fp);
126 FILE *fp = fopen("/proc/net/igmp", "r"); local
128 if (!fp)
131 fgets(buf, sizeof(buf), fp);
137 while (fgets(buf, sizeof(buf), fp)) {
154 fclose(fp);
161 FILE *fp = fopen("/proc/net/igmp6", "r") local
    [all...]
iprule.c 48 FILE *fp = (FILE*)arg; local
76 fprintf(fp, "Deleted ");
79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY]));
81 fprintf(fp, "0:\t");
84 fprintf(fp, "not ");
88 fprintf(fp, "from %s/%u ", rt_addr_n2a(r->rtm_family,
95 fprintf(fp, "from %s ", format_host(r->rtm_family,
102 fprintf(fp, "from 0/%d ", r->rtm_src_len);
104 fprintf(fp, "from all ");
109 fprintf(fp, "to %s/%u ", rt_addr_n2a(r->rtm_family
    [all...]
xfrm_monitor.c 48 FILE *fp = (FILE*)arg; local
68 fprintf(fp, "acquire ");
70 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto));
73 fprintf(fp, "spi 0x%08x", spi);
75 fprintf(fp, "(%u)", spi);
76 fprintf(fp, " ");
78 fprintf(fp, "%s", _SL_);
80 xfrm_selector_print(&xacq->sel, family, fp, " sel ");
82 xfrm_policy_info_print(&xacq->policy, tb, fp, " ", " policy ");
85 fprintf(fp, " seq 0x%08u ", xacq->seq)
109 FILE *fp = (FILE*)arg; local
140 FILE *fp = (FILE*)arg; local
177 FILE *fp = (FILE*)arg; local
212 FILE *fp = (FILE*)arg; local
228 FILE *fp = (FILE*)arg; local
256 FILE *fp = (FILE*)arg; local
361 FILE *fp; local
    [all...]
  /external/iproute2/tc/
tc_filter.c 188 FILE *fp = (FILE*)arg; local
214 fprintf(fp, "deleted ");
216 fprintf(fp, "filter ");
218 fprintf(fp, "dev %s ", ll_index_to_name(t->tcm_ifindex));
222 fprintf(fp, "root ");
225 fprintf(fp, "parent %s ", abuf);
234 fprintf(fp, "protocol %s ",
240 fprintf(fp, "pref %u ", prio);
243 fprintf(fp, "%s ", (char*)RTA_DATA(tb[TCA_KIND]));
247 q->print_fopt(q, fp, tb[TCA_OPTIONS], t->tcm_handle)
    [all...]
  /external/ipsec-tools/src/racoon/
session.c 124 FILE *fp; local
165 fp = fopen(pid_file, "w");
166 if (fp) {
167 if (fchmod(fileno(fp),
170 fclose(fp);
173 fprintf(fp, "%ld\n", (long)racoon_pid);
174 fclose(fp);
  /external/libppp/src/
filter.c 451 doShowFilter(struct filterent *fp, struct prompt *prompt)
456 for (n = 0; n < MAXFILTERS; n++, fp++) {
457 if (fp->f_action != A_NONE) {
458 prompt_Printf(prompt, " %2d %s", n, filter_Action2Nam(fp->f_action));
459 prompt_Printf(prompt, "%c ", fp->f_invert ? '!' : ' ');
461 if (ncprange_isset(&fp->f_src))
462 prompt_Printf(prompt, "%s ", addrstr(&fp->f_src, fp->f_srctype));
466 if (ncprange_isset(&fp->f_dst))
467 prompt_Printf(prompt, "%s ", addrstr(&fp->f_dst, fp->f_dsttype))
564 struct filterent *fp; local
    [all...]
  /external/libselinux/src/
label_android_property.c 148 FILE *fp; local
163 if ((fp = fopen(path, "r")) == NULL)
166 if (fstat(fileno(fp), &sb) < 0)
183 while (fgets(line_buf, sizeof line_buf - 1, fp)
210 rewind(fp);
218 fclose(fp);
  /external/libvpx/libvpx/nestegg/test/
test.c 18 stdio_read(void * p, size_t length, void * fp)
22 r = fread(p, length, 1, fp);
23 if (r == 0 && feof(fp))
29 stdio_seek(int64_t offset, int whence, void * fp)
31 return fseek(fp, offset, whence);
35 stdio_tell(void * fp)
37 return ftell(fp);
77 FILE * fp; local
98 fp = fopen(argv[1], "rb");
99 if (!fp)
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 124 // registers. For CPU registers consider RA, GP and FP for saving if necessary.
229 const ConstantFP *fp = MO.getFPImm(); local
230 printHex32(fp->getValueAPF().bitcastToAPInt().getZExtValue(), O);
231 O << ";\t# immediate = " << *fp; local
  /external/openssh/
auth-rsa.c 299 char *fp; local
329 fp = key_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX);
331 key_type(key), fp);
332 xfree(fp);
auth2-pubkey.c 267 char *fp; local
322 fp = key_fingerprint(found, SSH_FP_MD5,
325 file, linenum, key_type(found), fp);
337 xfree(fp);
347 xfree(fp);
352 key_type(found), fp, file);
353 xfree(fp);
365 fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
367 key_type(found), fp);
368 xfree(fp);
    [all...]
  /external/openssh/openbsd-compat/
port-linux.c 266 FILE *fp; local
272 if ((fp = fopen(oom_adj_path, "r+")) != NULL) {
273 if (fscanf(fp, "%d", &oom_adj_save) != 1)
277 rewind(fp);
278 if (fprintf(fp, "%d\n", value) <= 0)
285 fclose(fp);
296 FILE *fp; local
300 (fp = fopen(oom_adj_path, "w")) == NULL)
303 if (fprintf(fp, "%d\n", oom_adj_save) <= 0)
308 fclose(fp);
    [all...]
  /external/oprofile/daemon/
opd_anon.c 133 FILE * fp = NULL; local
139 fp = fopen(buf, "r");
140 if (!fp)
143 while (fgets(buf, PATH_MAX, fp) != NULL) {
160 fclose(fp);

Completed in 1754 milliseconds

1 2 3 4 5 67 8 91011>>