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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-ref.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
87 void ipa_dump_references (FILE *, struct ipa_ref_list *);
88 void ipa_dump_refering (FILE *, struct ipa_ref_list *);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
87 void ipa_dump_references (FILE *, struct ipa_ref_list *);
88 void ipa_dump_refering (FILE *, struct ipa_ref_list *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 3 This file is part of the GNU C Library.
56 STREAM is the FILE on which to write output.
65 typedef int printf_function (FILE *__stream,
134 extern int printf_size (FILE *__restrict __fp,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 3 This file is part of the GNU C Library.
56 STREAM is the FILE on which to write output.
65 typedef int printf_function (FILE *__stream,
134 extern int printf_size (FILE *__restrict __fp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 3 This file is part of the GNU C Library.
56 STREAM is the FILE on which to write output.
65 typedef int printf_function (FILE *__stream,
134 extern int printf_size (FILE *__restrict __fp,
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_rwops.h 28 /* This file provides a general interface for SDL to read and write
73 FILE *fp;
90 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
92 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
  /sdk/emulator/qtools/
dmtrace.cpp 42 // Make a temporary file to write the data into.
47 perror("Cannot create temporary file");
55 perror("Can't make temp data file");
68 // Take down how much data we wrote to the temp data file.
70 // Rewind the data file and append its contents to the trace file.
81 * Write values to the binary data file.
83 void DmTrace::write2LE(FILE* fstream, unsigned short val)
89 void DmTrace::write4LE(FILE* fstream, unsigned int val)
97 void DmTrace::write8LE(FILE* fstream, unsigned long long val
    [all...]
gtrace.h 59 FILE *ftrace_;
60 FILE *fnames_;
  /external/chromium/chrome/browser/download/
save_file_manager.cc 3 // found in the LICENSE file.
43 // timers) that live on the saving thread (file thread).
46 BrowserThread::FILE, FROM_HERE,
50 // Stop file thread operations.
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
65 // file a request from the file thread to the IO thread to generate a
201 // Utility function for deleting specified file.
206 BrowserThread::FILE, FROM_HERE,
215 BrowserThread::FILE, FROM_HERE
    [all...]
  /build/tools/zipalign/
ZipEntry.h 5 * you may not use this file except in compliance with the License.
42 * File information is stored in two places: next to the file data (the Local
43 * File Header, and possibly a Data Descriptor), and at the end of the file
75 * Return the absolute file offset of the start of the compressed or
91 * Return file modification time in UNIX seconds-since-epoch.
96 * Return the archived file name.
153 * Initialize the structure from the file, which is pointing at
156 status_t initFromCDE(FILE* fp)
    [all...]
  /external/iptables/iptables/
iptables-apply 90 FILE="${1:-$DEFAULT_FILE}";
92 if [[ -z "$FILE" ]]; then
93 echo "E: missing file argument." >&2
97 if [[ ! -r "$FILE" ]]; then
98 echo "E: cannot read $FILE" >&2
140 if ! "$RESTORE" <"$FILE"; then
  /external/jpeg/
cdjpeg.h 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains common declarations for the sample applications
21 * Object interface for cjpeg's source file decoding modules
34 FILE *input_file;
42 * Object interface for djpeg's output file encoding modules
61 /* Target file spec; filled in by djpeg.c after object is created. */
62 FILE * output_file;
75 * the source/destination file format. The JPEG library does not know
141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile))
    [all...]
rdcolmap.c 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file implements djpeg's "-map file" switch. It reads a source image
11 * Currently, these file formats are supported for the map file:
13 * PPM (either text or raw flavor): the entire file is read and
15 * Note that reading a large PPM file will be horrendously slow.
16 * Typically, a PPM-format map file should contain just one pixel
17 * of each desired color. Such a file can be extracted from a
    [all...]
  /external/qemu/distrib/jpeg-6b/
cdjpeg.h 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains common declarations for the sample applications
21 * Object interface for cjpeg's source file decoding modules
34 FILE *input_file;
42 * Object interface for djpeg's output file encoding modules
61 /* Target file spec; filled in by djpeg.c after object is created. */
62 FILE * output_file;
75 * the source/destination file format. The JPEG library does not know
141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile))
    [all...]
rdcolmap.c 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file implements djpeg's "-map file" switch. It reads a source image
11 * Currently, these file formats are supported for the map file:
13 * PPM (either text or raw flavor): the entire file is read and
15 * Note that reading a large PPM file will be horrendously slow.
16 * Typically, a PPM-format map file should contain just one pixel
17 * of each desired color. Such a file can be extracted from a
    [all...]
  /external/quake/quake/src/WinQuake/
sys_wind.cpp 32 FILE IO
38 FILE *sys_handles[MAX_HANDLES];
56 int filelength (FILE *f)
71 FILE *f;
90 FILE *f;
126 FILE *f;
156 void Sys_DebugLog(char *file, char *fmt, ...)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 5 * you may not use this file except in compliance with the License.
22 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
34 , where inputFileName shall be name of file containing h264 stream
53 FILE *finput;
54 FILE *foutput;
60 printf( "Usage: %s file.h264\n", argv[0]);
64 /* open output file for writing, output file named out.yuv. If file open
69 printf("UNABLE TO OPEN OUTPUT FILE\n")
    [all...]
  /frameworks/base/tools/aapt/
ZipEntry.h 5 * you may not use this file except in compliance with the License.
42 * File information is stored in two places: next to the file data (the Local
43 * File Header, and possibly a Data Descriptor), and at the end of the file
75 * Return the offset of the local file header.
80 * Return the absolute file offset of the start of the compressed or
96 * Return file modification time in UNIX seconds-since-epoch.
101 * Return the archived file name.
158 * Initialize the structure from the file, which is pointing a
    [all...]
  /external/blktrace/btt/
globals.h 138 FILE *q2d_ofp, *d2c_ofp, *q2c_ofp, *pit_fp;
174 extern FILE *rngs_ofp, *avgs_ofp, *xavgs_ofp, *iostat_ofp, *per_io_ofp;
175 extern FILE *msgs_ofp;
246 void add_file(FILE *fp, char *oname);
249 FILE *my_fopen(const char *path, const char *mode);
261 int output_avgs(FILE *ofp);
262 int output_ranges(FILE *ofp);
287 void q2d_display_header(FILE *fp);
288 void q2d_display_dashes(FILE *fp);
289 void q2d_display(FILE *fp, void *priv)
    [all...]
  /external/zlib/contrib/minizip/
ioapi.c 97 FILE* file = NULL; local
109 file = fopen(filename, mode_fopen);
110 return file;
115 FILE* file = NULL; local
127 file = FOPEN_FUNC((const char*)filename, mode_fopen);
128 return file;
135 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
142 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream)
    [all...]
  /external/checkpolicy/test/
dismod.c 75 FILE * fp)
86 policydb_t * p, FILE * fp)
101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type,
116 FILE * fp)
179 int display_mod_role_set(role_set_t * roles, policydb_t * p, FILE * fp)
215 FILE * fp)
295 FILE *fp;
299 fp = (FILE *) data;
334 int display_types(policydb_t * p, FILE * fp)
341 int display_users(policydb_t * p, FILE * fp
    [all...]
  /external/openssl/crypto/pem/
pem.h 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
229 int PEM_write_##name(FILE *fp, type *x) \
235 int PEM_write_##name(FILE *fp, const type *x) \
241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
333 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
336 int PEM_write_##name(FILE *fp, type *x);
339 int PEM_write_##name(FILE *fp, const type *x);
342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
428 int PEM_read(FILE *fp, char **name, char **header
    [all...]
  /external/openssl/include/openssl/
pem.h 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
229 int PEM_write_##name(FILE *fp, type *x) \
235 int PEM_write_##name(FILE *fp, const type *x) \
241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
333 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
336 int PEM_write_##name(FILE *fp, type *x);
339 int PEM_write_##name(FILE *fp, const type *x);
342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
428 int PEM_read(FILE *fp, char **name, char **header
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 5 // This file is part of the GNU ISO C++ Library. This library is free
17 // along with this library; see the file COPYING. If not, write to
21 // As a special exception, you may use this file as part of a free
24 // file, or you compile this file and link it with other files to
25 // produce an executable, this file does not by itself cause the
28 // reasons why the executable file might be covered by the GNU General
31 /** @file profile/impl/profiler_trace.h
40 #include <cstdio> // fopen, fclose, fprintf, FILE
65 1. In config file "var = value". The default config file path is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 5 // This file is part of the GNU ISO C++ Library. This library is free
17 // along with this library; see the file COPYING. If not, write to
21 // As a special exception, you may use this file as part of a free
24 // file, or you compile this file and link it with other files to
25 // produce an executable, this file does not by itself cause the
28 // reasons why the executable file might be covered by the GNU General
31 /** @file profile/impl/profiler_trace.h
40 #include <cstdio> // fopen, fclose, fprintf, FILE
65 1. In config file "var = value". The default config file path is
    [all...]

Completed in 2150 milliseconds

<<21222324252627282930>>