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

<<51525354555657585960>>

  /frameworks/base/include/androidfw/
Asset.h 5 * you may not use this file except in compliance with the License.
38 * operations are supported regardless of how the file was opened, but some
85 * Get a pointer to a buffer with the entire contents of the file.
100 * Open a new file descriptor that can be used to read this asset.
101 * Returns -1 if you can not use the file descriptor (for example if the
117 * DO NOT try to parse this or use it to open a file.
141 * Create the asset from a named file on disk.
146 * Create the asset from a named, compressed file on disk (e.g. ".gz").
153 * Create the asset from a segment of an open file. This will fail
154 * if "offset" and "length" don't fit within the bounds of the file
    [all...]
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 5 * you may not use this file except in compliance with the License.
38 // This file corresponds to the standalone bcinfo tool. It prints a variety of
39 // information about a supplied bitcode input file.
70 fprintf(stderr, "input file required\n");
145 fprintf(stderr, "input file required\n");
151 fprintf(stderr, "Unable to stat input file: %s\n", strerror(errno));
156 fprintf(stderr, "Input file should be a regular file.\n");
160 FILE *in = fopen(inFile, "r");
162 fprintf(stderr, "Could not open input file %s\n", inFile)
    [all...]
  /frameworks/compile/libbcc/helper/
sha1.c 1 /* This file is derived from libdex project */
10 * - Split a small piece into a header file.
39 Since the file IO in main() reads 16K at a time, any file 8K or
82 /*#define CMDLINE * include main() and file processing */
277 /* sha1file computes the SHA-1 hash of the named file and puts
286 FILE* f;
326 /* Verify a file created with sha1sum by redirecting output
327 to a file. */
334 FILE *checkfile
    [all...]
  /frameworks/wilhelm/tests/listening/
seekTorture.c 5 * you may not use this file except in compliance with the License.
17 // This test program tortures the seek APIs by positioning "randomly" in a file.
31 fprintf(stderr, "usage: %s file.wav file.map\n", argv[0]);
32 fprintf(stderr, " where file.wav and file.map are created by the permute tool\n");
97 // play back a file in permuted order using the seek map
98 FILE *fp_map = fopen(argv[2], "r");
  /gdk/samples/quake/jni/
client.h 130 FILE *demofile;
common.h 177 int COM_FOpenFile (const char *filename, FILE **file);
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 72 FILE* pFile = NULL;
170 printf(" with the Configuration file '%s'", pConfFileName);
174 printf("Configuration file is mandatory\n");
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 55 stdio_streambuf_base::stdio_streambuf_base(FILE* file)
56 : /* _STLP_STD::FILE_basic_streambuf(file, 0), */
57 _M_file(file)
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 3 This file is part of the GNU C Library.
84 FILE *f;
tst-pcre.c 3 This file is part of the GNU C Library.
41 FILE *f;
69 fprintf (stderr, "Not a PCRE test file\n");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
91 FILE *stream;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 0 /* File format for coverage information
7 This file is part of GCC.
29 /* Coverage information is held in two files. A notes file, which is
30 generated by the compiler, and a data file, which is generated by
39 endianness of the machine generating the file. 64 bit numbers are
54 file : int32:magic int32:version int32:stamp record*
57 magic ident is used to determine the endianness of the file, when
61 file. It need not be an absolute time stamp, merely a ticker that
99 tags, values [41..9f] for the notes file and [a1..ff] for the data
100 file
805 _GCOV_FILE *file; member in struct:gcov_var
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
92 FILE *stream;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 0 /* File format for coverage information
7 This file is part of GCC.
29 /* Coverage information is held in two files. A notes file, which is
30 generated by the compiler, and a data file, which is generated by
39 endianness of the machine generating the file. 64 bit numbers are
54 file : int32:magic int32:version int32:stamp record*
57 magic ident is used to determine the endianness of the file, when
61 file. It need not be an absolute time stamp, merely a ticker that
99 tags, values [41..9f] for the notes file and [a1..ff] for the data
100 file
805 _GCOV_FILE *file; member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
92 FILE *stream;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 0 /* File format for coverage information
7 This file is part of GCC.
29 /* Coverage information is held in two files. A notes file, which is
30 generated by the compiler, and a data file, which is generated by
39 endianness of the machine generating the file. 64 bit numbers are
54 file : int32:magic int32:version int32:stamp record*
57 magic ident is used to determine the endianness of the file, when
61 file. It need not be an absolute time stamp, merely a ticker that
99 tags, values [41..9f] for the notes file and [a1..ff] for the data
100 file
805 _GCOV_FILE *file; member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
92 FILE *stream;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 148 /* write_entry.c: writing an entry to the file system */
153 extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*));
tic.h 67 ** NOTE that all short integers in the file are stored using VAX/PDP-style
187 * The file comp_captab.c contains an array of these structures, one
255 extern NCURSES_EXPORT(void) _nc_reset_input (FILE *, char *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_container_size.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_container_size.h
75 __write(FILE* __f) const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.h 0 /* File format for coverage information
7 This file is part of GCC.
29 /* Coverage information is held in two files. A notes file, which is
30 generated by the compiler, and a data file, which is generated by
39 endianness of the machine generating the file. 64 bit numbers are
54 file : int32:magic int32:version int32:stamp record*
57 magic ident is used to determine the endianness of the file, when
61 file. It need not be an absolute time stamp, merely a ticker that
99 tags, values [41..9f] for the notes file and [a1..ff] for the data
100 file
805 _GCOV_FILE *file; member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 148 /* write_entry.c: writing an entry to the file system */
153 extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*));
tic.h 67 ** NOTE that all short integers in the file are stored using VAX/PDP-style
187 * The file comp_captab.c contains an array of these structures, one
255 extern NCURSES_EXPORT(void) _nc_reset_input (FILE *, char *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.h 0 /* File format for coverage information
7 This file is part of GCC.
29 /* Coverage information is held in two files. A notes file, which is
30 generated by the compiler, and a data file, which is generated by
39 endianness of the machine generating the file. 64 bit numbers are
54 file : int32:magic int32:version int32:stamp record*
57 magic ident is used to determine the endianness of the file, when
61 file. It need not be an absolute time stamp, merely a ticker that
99 tags, values [41..9f] for the notes file and [a1..ff] for the data
100 file
805 _GCOV_FILE *file; member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 148 /* write_entry.c: writing an entry to the file system */
153 extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*));

Completed in 2039 milliseconds

<<51525354555657585960>>