HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 526 - 550 of 2555) sorted by null

<<21222324252627282930>>

  /external/bison/src/
gram.c 6 This file is part of Bison, the GNU Compiler Compiler.
19 along with Bison; see the file COPYING. If not, write to
91 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
128 rule_rhs_print (rule *r, FILE *out)
149 rule_print (rule *r, FILE *out)
161 ritem_print (FILE *out)
200 grammar_rules_partial_print (FILE *out, const char *title,
231 grammar_rules_print (FILE *out)
242 grammar_dump (FILE *out, const char *title)
  /external/openssl/crypto/pem/
pem_pk8.c 73 static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder,
183 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
190 int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
197 int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
204 int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
210 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
225 EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u)
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 5 * you may not use this file except in compliance with the License.
107 const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) {
109 fprintf(pfout, " * This file is auto-generated. DO NOT MODIFY!\n");
110 fprintf(pfout, " * The source Renderscript file: %s\n", context.rsFileName);
120 const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) {
130 const char *buff, int blen, int seg_num, FILE *pfout) {
162 const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) {
163 FILE *pfin = fopen(context.bcFileName, "rb");
165 fprintf(stderr, "Error: could not read file %s\n", context.bcFileName);
211 const char *clazz_name, FILE *pfout)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ggc.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
188 extern void ggc_pch_prepare_write (struct ggc_pch_data *, FILE *);
191 extern void ggc_pch_write_object (struct ggc_pch_data *, FILE *, void *,
195 extern void ggc_pch_finish (struct ggc_pch_data *, FILE *);
197 /* A PCH file has just been read in at the address specified second
199 extern void ggc_pch_read (FILE *, void *);
283 extern void gt_pch_save (FILE *f);
286 extern void gt_pch_restore (FILE *f);
301 extern void ggc_print_common_statistics (FILE *, ggc_statistics *)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 4 This file is part of the GNU C Library.
357 FILE *err_stream; /* For errors; initialized to stderr. */
358 FILE *out_stream; /* For information; initialized to stdout. */
438 extern void (*argp_program_version_hook) (FILE *__restrict __stream,
487 FILE *__restrict __stream,
490 FILE *__restrict __stream, unsigned __flags,
505 FILE *__restrict __stream,
508 FILE *__restrict __stream,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 4 This file is part of the GNU C Library.
357 FILE *err_stream; /* For errors; initialized to stderr. */
358 FILE *out_stream; /* For information; initialized to stdout. */
438 extern void (*argp_program_version_hook) (FILE *__restrict __stream,
487 FILE *__restrict __stream,
490 FILE *__restrict __stream, unsigned __flags,
505 FILE *__restrict __stream,
508 FILE *__restrict __stream,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 4 This file is part of the GNU C Library.
357 FILE *err_stream; /* For errors; initialized to stderr. */
358 FILE *out_stream; /* For information; initialized to stdout. */
438 extern void (*argp_program_version_hook) (FILE *__restrict __stream,
487 FILE *__restrict __stream,
490 FILE *__restrict __stream, unsigned __flags,
505 FILE *__restrict __stream,
508 FILE *__restrict __stream,
  /external/libpng/contrib/pngminus/
png2pnm.c 2 * png2pnm.c --- conversion from PNG-file to PGM/PPM-file
54 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha);
62 FILE *fp_rd = stdin;
63 FILE *fp_wr = stdout;
64 FILE *fp_al = NULL;
87 fprintf (stderr, "Error: can not create alpha-channel file %s\n", argv[argi]);
109 fprintf (stderr, "Error: file %s does not exist\n", argv[argi])
    [all...]
  /external/oprofile/libopagent/
opagent.c 2 * @file opagent.c
36 * 1. Update the opagent.ver file with a new version node, and
39 * 2. Add '__asm__(".symver <blah>") directives to this .c source file.
43 * 3. Update the declaration of op_open_agent in the header file with
46 * in this .c source file.
48 * .c source file.
135 FILE * dumpfile = NULL;
149 // make the dump file only accessible for the user for security reason.
200 FILE * dumpfile = (FILE *) hdl
    [all...]
  /bionic/libc/stdio/
ungetc.c 39 static int __submore(FILE *);
47 __submore(FILE *fp)
79 ungetc(int c, FILE *fp)
asprintf.c 31 FILE f;
  /bootable/recovery/tools/ota/
add-property-tag.c 5 * you may not use this file except in compliance with the License.
26 * Append a tag to a property value in a .prop file if it isn't already there.
56 void write_tagged(FILE *out, const char *line, const char *tag, int number) {
86 "flags: -f /dir/file.prop (default /system/build.prop)\n"
94 FILE *input = fopen(filename, "r");
102 FILE *output = fopen(tmpname, "w");
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 3 // found in the LICENSE file.
124 // Delete the temp directory and crx file as necessary. Note that the
125 // destructor might be called on any thread, so we post a task to the file
129 BrowserThread::FILE, FROM_HERE,
136 BrowserThread::FILE, FROM_HERE,
156 BrowserThread::FILE, FROM_HERE,
169 BrowserThread::FILE, FROM_HERE,
187 BrowserThread::FILE, FROM_HERE,
244 // right mime type. Make an exception for file URLs, which come
292 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
    [all...]
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.cc 3 // found in the LICENSE file.
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
  /external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.cc 3 // found in the LICENSE file.
56 BrowserThread::FILE, FROM_HERE,
82 // We are passing ownership of this buffer to the save file manager.
86 BrowserThread::FILE, FROM_HERE,
100 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/
user_style_sheet_watcher.cc 3 // found in the LICENSE file.
24 // file thread and sends a notification when the style sheet is loaded. It is
50 // Load the user style sheet on the file thread and convert it to a
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
93 // to the file.
99 // Create the file if it doesn't exist.
110 // WebKit knows about data urls, so convert the file to a data url.
142 // Make sure we run on the file thread.
143 if (!BrowserThread::CurrentlyOn(BrowserThread::FILE)) {
144 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE
    [all...]
  /external/libxml2/include/libxml/
HTMLtree.h 84 htmlDocDump (FILE *f,
94 htmlNodeDumpFile (FILE *out,
98 htmlNodeDumpFileFormat (FILE *out,
xmlmemory.h 145 xmlMemDisplay (FILE *fp);
147 xmlMemDisplayLast(FILE *fp, long nbBytes);
149 xmlMemShow (FILE *fp, int nr);
161 xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
163 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
165 xmlMallocAtomicLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
167 xmlMemStrdupLoc (const char *str, const char *file, int line);
  /external/linux-tools-perf/util/
hist.h 68 long displacement, FILE *fp, u64 total);
79 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
82 bool show_displacement, FILE *fp);
  /external/webkit/Tools/Scripts/
parse-malloc-history 29 # Parses the callstacks in a file with malloc_history formatted content, sorting
34 use File::Basename;
63 open FILE, "<$fileName" or die "bad file: $fileName";
64 my @file = <FILE>;
65 close FILE;
70 for (my $i = 0; $i < @file; $i++) {
71 my $line = $file[$i];
89 $line = $file[$i]
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
FileFilterUtils.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
25 * Useful utilities for working with file filters. It provides access to all
26 * file filter implementations in this package so you don't have to import
77 * Returns a filter that checks if the file is a directory.
79 * @return file filter that accepts only directories and not files
86 * Returns a filter that checks if the file is a file (and not a directory).
    [all...]
  /external/openssl/crypto/x509/
x509.h 684 X509 *d2i_X509_fp(FILE *fp, X509 **x509);
685 int i2d_X509_fp(FILE *fp,X509 *x509);
686 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
687 int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
691 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
692 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
693 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
694 int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa)
    [all...]
  /external/openssl/include/openssl/
x509.h 684 X509 *d2i_X509_fp(FILE *fp, X509 **x509);
685 int i2d_X509_fp(FILE *fp,X509 *x509);
686 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
687 int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
691 RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
692 int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
693 RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
694 int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa)
    [all...]
  /bionic/libc/bionic/
utmp.c 46 static FILE *ut;
  /bionic/libc/private/isc/
memcluster.h 48 void memstats(FILE *);

Completed in 2008 milliseconds

<<21222324252627282930>>