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

<<11121314151617181920>>

  /bionic/libc/stdio/
findfp.c 48 #define std(flags, file) \
49 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \
50 {(unsigned char *)(__sFext+file), 0},NULL,0,{0,0,0},{0},{0,0},0,0}
51 /* p r w flags file _bf z cookie close read seek write
55 static FILE usual[FOPEN_MAX - 3];
67 FILE __sF[3] = {
78 FILE *p;
80 static FILE empty;
83 data = malloc(sizeof(*g) + ALIGNBYTES + n * sizeof(FILE)
    [all...]
fdopen.c 41 FILE *
44 FILE *fp;
fopen.c 42 FILE *
43 fopen(const char *file, const char *mode)
45 FILE *fp;
53 if ((f = open(file, oflags, DEFFILEMODE)) < 0) {
69 * the file extends, this will fail, but there is not much
ftell.c 42 ftello(FILE *fp)
93 ftell(FILE *fp)
tmpfile.c 44 FILE *
48 FILE *fp;
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 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.
14 // to unpack the file into its component parts: audio and other data.
31 DEFINE_string(input_file, "input.pcm", "The name of the input stream file.");
33 "The name of the reference output stream file.");
35 "The name of the reverse input stream file.");
36 DEFINE_string(delay_file, "delay.int32", "The name of the delay file.");
37 DEFINE_string(drift_file, "drift.int32", "The name of the drift file.");
38 DEFINE_string(level_file, "level.int32", "The name of the level file.")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 3 This file is part of the GNU C Library.
54 fgetc_unlocked (FILE *__fp)
64 getc_unlocked (FILE *__fp)
89 fputc_unlocked (int __c, FILE *__stream)
99 putc_unlocked (int __c, FILE *__stream)
116 getline (char **__lineptr, size_t *__n, FILE *__stream)
126 __NTH (feof_unlocked (FILE *__stream))
133 __NTH (ferror_unlocked (FILE *__stream))
150 FILE *__stream = (stream); \
174 FILE *__stream = (stream);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 3 This file is part of the GNU C Library.
54 fgetc_unlocked (FILE *__fp)
64 getc_unlocked (FILE *__fp)
89 fputc_unlocked (int __c, FILE *__stream)
99 putc_unlocked (int __c, FILE *__stream)
116 getline (char **__lineptr, size_t *__n, FILE *__stream)
126 __NTH (feof_unlocked (FILE *__stream))
133 __NTH (ferror_unlocked (FILE *__stream))
150 FILE *__stream = (stream); \
174 FILE *__stream = (stream);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 3 This file is part of the GNU C Library.
54 fgetc_unlocked (FILE *__fp)
64 getc_unlocked (FILE *__fp)
89 fputc_unlocked (int __c, FILE *__stream)
99 putc_unlocked (int __c, FILE *__stream)
116 getline (char **__lineptr, size_t *__n, FILE *__stream)
126 __NTH (feof_unlocked (FILE *__stream))
133 __NTH (ferror_unlocked (FILE *__stream))
150 FILE *__stream = (stream); \
174 FILE *__stream = (stream);
    [all...]
  /external/bzip2/
bzdiff 9 # directly to cmp or diff. If only 1 file is specified, then
31 echo "${prog}: $ARG not found or not a regular file"
37 echo "Usage: $prog [${comp}_options] file [file]"
41 echo 'cannot create a temporary file' >&2
46 FILE=`echo "$1" | sed 's/.bz2$//'`
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
74 echo "Usage: $prog [${comp}_options] file [file]"
    [all...]
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc 3 // found in the LICENSE file.
24 // Initialization can happen early when the file thread is not yet available,
26 // file thread. Posting to the file thread directly before it is initialized
45 BrowserThread::FILE, FROM_HERE,
93 // call this method when the file thread is no longer around,
95 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
103 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
109 BrowserThread::PostDelayedTask(BrowserThread::FILE, FROM_HERE, reload_task_,
121 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
    [all...]
  /external/webkit/Tools/Scripts/
do-webcore-rename 33 use File::Find;
81 my $file = $_;
84 if ($directoriesToIgnore{$file} or $file =~ /^\../ or $file =~ /^ChangeLog/) {
85 print "Ignoring $File::Find::name\n" if $verbose;
86 $File::Find::prune = 1;
90 return if -d $file;
92 push @paths, $File::Find::name;
180 my $file = shift
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 1 /* POSIX compatible FILE stream write function.
30 which flushes the buffer of a FILE stream. */
82 fprintf (FILE *stream, const char *format, ...)
105 vfprintf (FILE *stream, const char *format, va_list args)
119 fputc (int c, FILE *stream)
126 fputs (const char *string, FILE *stream)
136 FILE *stream = stdout;
141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream)
  /external/v8/src/
objects-printer.cc 43 void MaybeObject::Print(FILE* out) {
58 void MaybeObject::PrintLn(FILE* out) {
64 void HeapObject::PrintHeader(FILE* out, const char* id) {
69 void HeapObject::HeapObjectPrint(FILE* out) {
196 void ByteArray::ByteArrayPrint(FILE* out) {
201 void FreeSpace::FreeSpacePrint(FILE* out) {
206 void ExternalPixelArray::ExternalPixelArrayPrint(FILE* out) {
211 void ExternalByteArray::ExternalByteArrayPrint(FILE* out) {
216 void ExternalUnsignedByteArray::ExternalUnsignedByteArrayPrint(FILE* out) {
221 void ExternalShortArray::ExternalShortArrayPrint(FILE* out)
    [all...]
  /external/openssl/crypto/bio/
bss_file.c 108 "FILE pointer",
122 FILE *file=NULL; local
154 (file=_wfopen(wfilename,wmode))==NULL &&
156 ) /* UTF-8 decode succeeded, but no file, filename
158 file = fopen(filename,mode);
162 file = fopen(filename,mode);
165 file=fopen(filename,mode);
167 if (file == NULL)
179 fclose(file);
    [all...]
  /external/bluetooth/glib/glib/
gprintf.h 31 gint g_fprintf (FILE *file,
40 gint g_vfprintf (FILE *file,
  /external/checkpolicy/
parse_util.c 25 extern FILE *yyin;
28 extern void yyrestart(FILE *);
36 int read_source_policy(policydb_t * p, const char *file, const char *progname)
38 yyin = fopen(file, "r");
40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
43 set_source_file(file);
62 set_source_file(file);
  /external/chromium/base/
file_util_deprecated.h 3 // found in the LICENSE file.
6 // FilePath objects. This file contains declarations of deprecated
28 BASE_API FILE* OpenFile(const std::string& filename, const char* mode);
29 BASE_API FILE* OpenFile(const std::wstring& filename, const char* mode);
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_fonts_list_loader.cc 3 // found in the LICENSE file.
24 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
  /external/libsepol/tests/
debug.c 27 void print_ebitmap(ebitmap_t * bitmap, FILE * fp)
37 void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp)
  /external/oprofile/libutil/
op_lockfile.c 2 * @file op_lockfile.c
6 * @remark Read the file COPYING
22 static pid_t op_read_lock_file(char const * file)
24 FILE * fp;
27 fp = fopen(file, "r");
42 int op_write_lock_file(char const * file)
44 FILE * fp;
46 if (op_file_readable(file)) {
47 pid_t pid = op_read_lock_file(file);
51 int err = unlink(file);
    [all...]
  /external/qemu/
disas.h 8 void disas(FILE *out, void *code, unsigned long size);
9 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
  /external/qemu/slirp/
debug.h 4 * Please read the file COPYRIGHT for the
11 extern FILE *dfd;
12 extern FILE *lfd;
  /external/qemu/slirp-android/
debug.h 4 * Please read the file COPYRIGHT for the
11 extern FILE *dfd;
12 extern FILE *lfd;
  /external/valgrind/main/none/tests/
fdleak_dup.stderr.exp 3 FILE DESCRIPTORS: 5 open at exit.
4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
10 Open file descriptor ...: ...
13 Open file descriptor ...: ...
16 Open file descriptor ...: /dev/null

Completed in 1241 milliseconds

<<11121314151617181920>>