Searched refs:FILE (Results 126 - 150 of 2948) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/jinja2/
H A Dget_jinja2.sh101 for FILE in $CHROMIUM_FILES
103 cp "$FILE" "$OUT_DIR"
107 for FILE in $EXTRA_FILES
109 cp "$FILE" "$OUT_DIR"
113 for FILE in $REMOVE_FILES
115 rm -fr "$FILE"
/external/chromium_org/third_party/markupsafe/
H A Dget_markupsafe.sh99 for FILE in $CHROMIUM_FILES
101 cp "$FILE" "$OUT_DIR"
105 for FILE in $EXTRA_FILES
107 cp "$FILE" "$OUT_DIR"
111 for FILE in $REMOVE_FILES
113 rm -fr "$FILE"
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test.h58 write_tsv_header(FILE *fp);
62 test_some(unsigned verbose, FILE *fp,
66 test_single(unsigned verbose, FILE *fp);
69 test_all(unsigned verbose, FILE *fp);
101 dump_type(FILE *fp, struct lp_type type);
137 dump_vec(FILE *fp, struct lp_type type, const void *src);
/external/eigen/bench/btl/data/
H A Dmk_mean_script.sh21 for FILE in $DATA_FILE
24 ##echo "mk_mean_script1" ${FILE}
25 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
28 cp $FILE ${WORK_DIR}/${TITLE}
H A Dmk_new_gnuplot.sh30 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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test.h58 write_tsv_header(FILE *fp);
62 test_some(unsigned verbose, FILE *fp,
66 test_single(unsigned verbose, FILE *fp);
69 test_all(unsigned verbose, FILE *fp);
101 dump_type(FILE *fp, struct lp_type type);
137 dump_vec(FILE *fp, struct lp_type type, const void *src);
/external/bison/darwin-lib/
H A Dstdio.h477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *strea
[all...]
/external/bison/linux-lib/
H A Dstdio.h477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *strea
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dadd-include37 FILE: for my $filename (@ARGV) { label
38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; };
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DdebugXML.h29 xmlDebugDumpString (FILE *output,
32 xmlDebugDumpAttr (FILE *output,
36 xmlDebugDumpAttrList (FILE *output,
40 xmlDebugDumpOneNode (FILE *output,
44 xmlDebugDumpNode (FILE *output,
48 xmlDebugDumpNodeList (FILE *output,
52 xmlDebugDumpDocumentHead(FILE *output,
55 xmlDebugDumpDocument (FILE *output,
58 xmlDebugDumpDTD (FILE *output,
61 xmlDebugDumpEntities (FILE *outpu
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file_unittest.cc47 void OpenRelocsTestFile(const char* name, FILE** stream) {
51 FILE* testfile = fopen(path.c_str(), "rb");
54 FILE* temporary = tmpfile();
73 void OpenRelocsTestFiles(FILE** relocs_so, FILE** packed_relocs_so) {
90 void CloseRelocsTestFile(FILE* temporary) {
94 void CloseRelocsTestFiles(FILE* relocs_so, FILE* packed_relocs_so) {
99 void CheckFileContentsEqual(FILE* first, FILE* secon
[all...]
/external/iproute2/tc/
H A Dtc_util.h31 int (*print_qopt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
32 int (*print_xstats)(struct qdisc_util *qu, FILE *f, struct rtattr *xstats);
35 int (*print_copt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
45 int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle);
54 int (*print_aopt)(struct action_util *au, FILE *f, struct rtattr *opt);
55 int (*print_xstats)(struct action_util *au, FILE *f, struct rtattr *xstats);
83 extern void print_tcstats_attr(FILE *fp, struct rtattr *tb[], char *prefix, struct rtattr **xstats);
84 extern void print_tcstats2_attr(FILE *fp, struct rtattr *rta, char *prefix, struct rtattr **xstats);
90 extern int tc_print_police(FILE *f, struct rtattr *tb);
96 extern int print_police(struct action_util *a, FILE *
[all...]
/external/libxml2/include/libxml/
H A DdebugXML.h29 xmlDebugDumpString (FILE *output,
32 xmlDebugDumpAttr (FILE *output,
36 xmlDebugDumpAttrList (FILE *output,
40 xmlDebugDumpOneNode (FILE *output,
44 xmlDebugDumpNode (FILE *output,
48 xmlDebugDumpNodeList (FILE *output,
52 xmlDebugDumpDocumentHead(FILE *output,
55 xmlDebugDumpDocument (FILE *output,
58 xmlDebugDumpDTD (FILE *output,
61 xmlDebugDumpEntities (FILE *outpu
[all...]
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation.cc34 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
55 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
71 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, continuation);
75 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
92 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
113 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
125 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
140 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
148 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, continuation);
166 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.h7 extern void prtCh(FILE *, unsigned char);
8 extern void printSpan(FILE *, unsigned int, unsigned int);
41 void Action_emit(Action*, FILE *, int *);
48 unsigned int Span_show(Span*, FILE *, unsigned int);
68 void Go_genGoto(Go*, FILE *, State*, State*, int*);
69 void Go_genBase(Go*, FILE *, State*, State*, int*);
70 void Go_genLinear(Go*, FILE *, State*, State*, int*);
71 void Go_genBinary(Go*, FILE *, State*, State*, int*);
72 void Go_genSwitch(Go*, FILE *, State*, State*, int*);
78 void State_emit(State*, FILE *, in
[all...]
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_vms_unittest.cc25 FtpDirectoryListingEntry::FILE, "readme.txt", 1024,
28 FtpDirectoryListingEntry::FILE, ".welcome", 1024,
30 { "FILE.;1 2 13-FEB-2002 23:32:40.47",
31 FtpDirectoryListingEntry::FILE, "file.", 1024,
34 FtpDirectoryListingEntry::FILE, "example.txt", 512,
37 FtpDirectoryListingEntry::FILE, "announce.txt", 512,
43 FtpDirectoryListingEntry::FILE, "announce.txt", 512,
46 FtpDirectoryListingEntry::FILE, "announce.txt", 512,
49 FtpDirectoryListingEntry::FILE, "announce.txt", 512,
52 FtpDirectoryListingEntry::FILE, "vms72
[all...]
/external/blktrace/btt/
H A Dbno_dump.c24 FILE *rfp, *wfp, *cfp;
27 static FILE *bno_dump_open(__u32 device, char rwc)
29 FILE *fp;
45 static inline void bno_dump_write(FILE *fp, struct io *iop)
75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil_dbg.h46 void PrintLang(FILE* f, const Tote* chunk_tote,
51 void PrintLang2(FILE* f,
55 void PrintText(FILE* f, Language cur_lang, const string& str);
58 void PrintTextSpeculative(FILE* f, Language cur_lang, const string& str);
61 void PrintSkippedText(FILE* f, const string& str);
H A Dcldutil_dbg_empty.cc47 void PrintLang(FILE* f, const Tote* chunk_tote,
52 void PrintLang2(FILE* f,
56 void PrintText(FILE* f, Language cur_lang, const string& str) {};
59 void PrintTextSpeculative(FILE* f, Language cur_lang, const string& str) {};
62 void PrintSkippedText(FILE* f, const string& str) {};
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcolor.h37 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);
/external/openssl/apps/
H A DCA.pl103 $FILE = <STDIN>;
105 chop $FILE;
108 if ($FILE) {
109 cp_pem($FILE,"${CATOP}/private/$CAKEY", "PRIVATE");
110 cp_pem($FILE,"${CATOP}/$CACERT", "CERTIFICATE");
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_frontend.cc21 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
30 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
37 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
56 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
67 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
75 if (BrowserThread::CurrentlyOn(BrowserThread::FILE)) {
78 BrowserThread::DeleteSoon(BrowserThread::FILE, FROM_HERE, storage_);
89 // exclusively on the FILE thread.
108 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
118 BrowserThread::PostTask(BrowserThread::FILE, FROM_HER
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfenc.c16 void ivf_write_file_header(FILE *outfile,
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) {
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_test.h33 FILE* _sourceFile;
34 FILE* _decodedFile;
35 FILE* _encodedFile;
/external/libvpx/libvpx/
H A Divfenc.c16 void ivf_write_file_header(FILE *outfile,
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) {
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) {

Completed in 526 milliseconds

1234567891011>>