HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 251 - 275 of 2817) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/util/
color.h 37 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args);
38 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...);
40 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...);
41 int color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf);
43 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
sort.h 115 extern size_t sort__thread_print(FILE *, struct hist_entry *, unsigned int);
116 extern size_t sort__comm_print(FILE *, struct hist_entry *, unsigned int);
117 extern size_t sort__dso_print(FILE *, struct hist_entry *, unsigned int);
118 extern size_t sort__sym_print(FILE *, struct hist_entry *, unsigned int __used);
127 extern size_t sort__parent_print(FILE *, struct hist_entry *, unsigned int);
130 const char *list_name, FILE *fp);
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 30 for FILE in $DATA_FILE
32 LAST=$FILE
35 for FILE in $DATA_FILE
37 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
40 if [ $FILE != $LAST ]
  /external/valgrind/main/none/tests/
threadederrno.c 10 FILE* f = fopen("bogus2", "r");
17 FILE* f = fopen("bogus3", "r");
25 FILE* f;
fdleak_creat.stderr.exp 3 FILE DESCRIPTORS: 4 open at exit.
4 Open file descriptor ...: /tmp/file
7 Open file descriptor ...: ...
10 Open file descriptor ...: ...
13 Open file descriptor ...: /dev/null
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
60 FILE *stream;
93 extern void dump_function_to_file (tree, FILE *, int);
94 extern void dump_enumerated_decls (FILE *, int);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
60 FILE *stream;
93 extern void dump_function_to_file (tree, FILE *, int);
94 extern void dump_enumerated_decls (FILE *, int);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
60 FILE *stream;
93 extern void dump_function_to_file (tree, FILE *, int);
94 extern void dump_enumerated_decls (FILE *, int);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
60 FILE *stream;
93 extern void dump_function_to_file (tree, FILE *, int);
94 extern void dump_enumerated_decls (FILE *, int);
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls_unittest.cc 3 // found in the LICENSE file.
21 FtpDirectoryListingEntry::FILE, "README", 528,
42 FtpDirectoryListingEntry::FILE, "Foo - Manual.pdf", 3447432,
65 FtpDirectoryListingEntry::FILE, "Foo - Manual.pdf", 3447432,
70 FtpDirectoryListingEntry::FILE, "UpTime.exe", 13274,
82 // not separated from file size (http://crbug.com/58963).
84 FtpDirectoryListingEntry::FILE, ".pureftpd-upload", 0,
101 net::FtpDirectoryListingEntry::FILE, "test", 123,
  /bionic/libc/stdio/
funopen.c 38 FILE *
43 FILE *fp;
  /external/bison/lib/
fopen-safer.c 30 FILE *
31 fopen_safer (char const *file, char const *mode)
33 FILE *fp = fopen (file, mode);
stdio.in.h 160 /* Close STREAM and its underlying file descriptor. */
165 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
166 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
168 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
184 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
186 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
188 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
209 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
210 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
212 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream))
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
touchpad_library.cc 3 // found in the LICENSE file.
21 BrowserThread::FILE, FROM_HERE,
29 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/cocoa/
authorization_util.h 3 // found in the LICENSE file.
16 // tool's stdout (and stdin) via a FILE* pipe. The tool can output its pid
21 // file must print its pid to stdout on a line by itself before doing anything
50 FILE** pipe,
62 FILE** pipe,
  /external/chromium/chrome/browser/net/
file_system_url_request_job_factory.cc 3 // found in the LICENSE file.
28 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
31 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 24 echo "Usage: mk_cmds file"
41 FILE="$1"
46 if test ! -f "$FILE" ; then
47 echo "mk_cmds: $FILE: File not found"
51 ${SED} -f "${DIR}/ct_c.sed" "${FILE}" \
  /external/elfutils/libcpu/
i386_gendis.c 3 This file is part of Red Hat elfutils.
41 extern FILE *i386_in;
45 FILE *outfile;
  /external/iproute2/misc/
lnstat.h 17 struct lnstat_file *file; member in struct:lnstat_field
31 FILE *fp;
40 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files);
  /external/libpcap/lbl/
os-ultrix4.h 37 int setlinebuf(FILE *);
  /external/libvpx/libvpx/
y4minput.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.
56 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip);
58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
  /external/srec/seti/sltsEngine/include/
lts.h 7 * you may not use this file except in compliance with the License. *
38 creates an instance of the LTS and loads its data from file provided.
65 void gen_static_lts(LTS_HANDLE h, const char *name, FILE *fp_out);
69 void gen_static_fsmd(FSM_DICT_HANDLE h, const char *name, FILE *fp_out);
  /external/tcpdump/lbl/
os-ultrix4.h 37 int setlinebuf(FILE *);
  /external/v8/tools/
common-includes.sh 28 # This file contains common function definitions for various other shell
31 # Important: before including this file, the following variables must be set:
79 local FILE="$PERSISTFILE_BASENAME-$VARNAME"
80 echo "${!VARNAME}" > $FILE
85 local FILE="$PERSISTFILE_BASENAME-$VARNAME"
86 local VALUE="$(cat $FILE)"
176 # Takes a file containing the patch to apply as first argument.
187 for FILE in $TOUCHED_FILES ; do
188 git add "$FILE"
193 for FILE in $DELETED_FILES ; d
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.h 5 * you may not use this file except in compliance with the License.
30 /* prints the contents of a file */
40 void redirect_to_socket(FILE *redirect, const char *service);
42 /* redirect output to a file, optionally gzipping; returns gzip pid */
43 pid_t redirect_to_file(FILE *redirect, char *path, int gzip_level);
45 /* dump Dalvik and native stack traces, return the trace file location (NULL if none) */

Completed in 882 milliseconds

<<11121314151617181920>>