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

<<21222324252627282930>>

  /external/e2fsprogs/lib/ext2fs/
read_bb_file.c 2 * read_bb_file.c --- read a list of bad blocks from a FILE *
7 * This file may be redistributed under the terms of the GNU Public
30 * Reads a list of bad blocks from a FILE *
32 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f,
91 * Reads a list of bad blocks from a FILE *
93 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f,
  /external/iproute2/ip/
ip_common.h 60 void (*print_opt)(struct link_util *, FILE *,
62 void (*print_xstats)(struct link_util *, FILE *,
ipprefix.c 38 FILE *fp = (FILE*)arg;
  /external/iproute2/tc/
m_pedit.h 59 extern int print_pedit(struct action_util *au,FILE * f, struct rtattr *arg);
60 extern int pedit_print_xstats(struct action_util *au, FILE *f, struct rtattr *xstats);
q_drr.c 85 static int drr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
101 static int drr_print_xstats(struct qdisc_util *qu, FILE *f, struct rtattr *xstats)
q_sfq.c 80 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
101 static int sfq_print_xstats(struct qdisc_util *qu, FILE *f,
  /external/jpeg/
jdatadst.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 contains compression data destination routines for the case of
9 * emitting JPEG data to a file (or any stdio stream). While these routines
28 FILE * outfile; /* target stream */
117 /* Make sure we wrote the output file OK */
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
135 * can be written to the same file without re-executing jpeg_stdio_dest.
  /external/openssl/crypto/asn1/
a_i2d_fp.c 67 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x)
120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
  /external/qemu/distrib/jpeg-6b/
jdatadst.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 contains compression data destination routines for the case of
9 * emitting JPEG data to a file (or any stdio stream). While these routines
28 FILE * outfile; /* target stream */
117 /* Make sure we wrote the output file OK */
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
135 * can be written to the same file without re-executing jpeg_stdio_dest.
  /external/qemu/target-mips/
exec.h 21 void fpu_dump_state(CPUState *env, FILE *f,
22 int (*fpu_fprintf)(FILE *f, const char *fmt, ...),
  /external/qemu/
tcpdump.c 19 static FILE* capture_file;
34 * the complete description of the packet capture file format
44 pcap_write_header( FILE* out )
  /external/sonivox/arm-fm-22k/host_src/
eas_report.c 3 * File:
7 * This file contains the debug message handling routines for the EAS library.
13 * you may not use this file except in compliance with the License.
43 /* debug file */
44 static FILE *debugFile = NULL;
49 /* structure should have an #include for each error message header file */
256 * Redirect debugger output to the specified file.
259 void EAS_SetDebugFile (void *file, int flushAfterWrite)
261 debugFile = (FILE*) file;
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.c 3 * File:
7 * This file contains the debug message handling routines for the EAS library.
13 * you may not use this file except in compliance with the License.
43 /* debug file */
44 static FILE *debugFile = NULL;
49 /* structure should have an #include for each error message header file */
256 * Redirect debugger output to the specified file.
259 void EAS_SetDebugFile (void *file, int flushAfterWrite)
261 debugFile = (FILE*) file;
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 3 * File:
7 * This file contains the debug message handling routines for the EAS library.
13 * you may not use this file except in compliance with the License.
43 /* debug file */
44 static FILE *debugFile = NULL;
49 /* structure should have an #include for each error message header file */
256 * Redirect debugger output to the specified file.
259 void EAS_SetDebugFile (void *file, int flushAfterWrite)
261 debugFile = (FILE*) file;
    [all...]
  /external/speex/libspeex/
os_support.h 3 File: os_support.h
111 static inline void _speex_fatal(const char *str, const char *file, int line)
113 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
147 static inline void _speex_putc(int ch, void *file)
149 FILE *f = (FILE *)file;
  /external/stlport/test/unit/cppunit/
file_reporter.h 26 // CppUnit mini file(stream) reporter
39 // reporting to the file with the given name
40 explicit FileReporter(const char* file, bool doMonitor = false):
45 _file = fopen(file, "w");
47 fopen_s(&_file, file, "w");
51 // reporting to the given file
52 explicit FileReporter(FILE* stream, bool doMonitor = false):
142 FILE* _file;
  /external/v8/src/
disassembler.cc 45 void Disassembler::Dump(FILE* f, byte* begin, byte* end) {
100 static void DumpBuffer(FILE* f, StringBuilder* out) {
114 static int DecodeIt(FILE* f,
317 int Disassembler::Decode(FILE* f, byte* begin, byte* end) {
324 void Disassembler::Decode(FILE* f, Code* code) {
342 void Disassembler::Dump(FILE* f, byte* begin, byte* end) {}
343 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
344 void Disassembler::Decode(FILE* f, Code* code) {}
property.cc 44 void LookupResult::Print(FILE* out) {
105 void Descriptor::Print(FILE* out) {
  /external/valgrind/tsan/
ts_util.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
113 FILE *G_out = stderr;
117 FILE *G_out;
457 Report("WARNING: can not open file %s\n", file_name.c_str());
474 FILE *OpenSocketForWriting(const string &host_and_port) {
497 FILE *OpenSocketForWriting(const string &host_and_port) {
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
30 * The limits are created by running the AGC with a file having the desired
125 FILE* fpt;
126 FILE* agcLog;
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 26 // CppUnit mini file(stream) reporter
39 // reporting to the file with the given name
40 explicit FileReporter(const char* file, bool doMonitor = false):
45 _file = fopen(file, "w");
47 fopen_s(&_file, file, "w");
51 // reporting to the given file
52 explicit FileReporter(FILE* stream, bool doMonitor = false):
142 FILE* _file;
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 26 // CppUnit mini file(stream) reporter
39 // reporting to the file with the given name
40 explicit FileReporter(const char* file, bool doMonitor = false):
45 _file = fopen(file, "w");
47 fopen_s(&_file, file, "w");
51 // reporting to the given file
52 explicit FileReporter(FILE* stream, bool doMonitor = false):
142 FILE* _file;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 4 This file is part of GCC.
13 compiled version of this file into combinations with other programs,
15 from the use of this file. (The General Public License restrictions
17 the file, and distribution when not linked into a combine
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_slist.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_list_to_slist.h
68 // file. For now, we always assume F to be 1.
83 __write(FILE* __f) cons
    [all...]
profiler_node.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_node.h
40 #include <cstdio> // FILE, fprintf
85 __write(FILE* __f, __stack_t __stack
    [all...]

Completed in 1907 milliseconds

<<21222324252627282930>>