| /cts/suite/audio_quality/lib/src/ |
| SimpleScriptExec.cpp | 5 * use this file except in compliance with the License. You may obtain a copy of 69 FILE *fpipe; 76 if ( !(fpipe = (FILE*)popen(command.string(),"r")) ) {
|
| /external/bison/src/ |
| reader.h | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to 39 extern FILE *gram_in; 51 extern FILE *gram_out;
|
| /external/chromium/chrome/browser/chromeos/ |
| enterprise_extension_observer.cc | 3 // found in the LICENSE file. 36 BrowserThread::FILE, 46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/chromeos/login/ |
| ownership_status_checker.cc | 3 // found in the LICENSE file. 36 // Switch to the file thread to make the blocking call. 38 BrowserThread::FILE, FROM_HERE, 50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/ |
| plugin_data_remover_helper.cc | 3 // found in the LICENSE file. 25 BrowserThread::FILE, 42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/net/ftp/ |
| ftp_directory_listing_parser_netware.cc | 3 // found in the LICENSE file. 62 entry.type = FtpDirectoryListingEntry::FILE; 77 if (entry.type != FtpDirectoryListingEntry::FILE)
|
| /external/e2fsprogs/lib/ |
| fpopen.c | 7 * Permission to use this file is granted for any purposes, as long as 33 extern FILE *fpopen(const char *cmd, const char *mode); 35 FILE *fpopen(const char *cmd, const char *mode)
|
| /external/icu4c/tools/toolutil/ |
| writesrc.c | 8 * file name: writesrc.c 27 static FILE * 32 FILE *f; 62 "usrc_create(%s, %s): unable to create file\n", 68 U_CAPI FILE * U_EXPORT2 75 " * file name: %s\n" 82 U_CAPI FILE * U_EXPORT2 88 "# file name: %s\n" 96 usrc_writeArray(FILE *f, 157 usrc_writeUTrie2Arrays(FILE *f [all...] |
| /external/iproute2/netem/ |
| stats.c | 18 stats(FILE *fp) 64 FILE *fp;
|
| /external/iproute2/tc/ |
| q_fifo.c | 61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) 98 extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
|
| /external/libmtp/src/ |
| util.c | 2 * \file util.c 4 * This file contains generic utility functions such as can be 43 * @param f the file to dump to (e.g. stdout or stderr) 48 void data_dump (FILE *f, void *buf, uint32_t n) 66 * @param f the file to dump to (e.g. stdout or stderr) 72 void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry)
|
| /external/libpng/contrib/gregbook/ |
| readppm.c | 19 The contents of this file are DUAL-LICENSED. You may modify and/or 70 FILE *saved_infile; 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) 91 fprintf(stderr, "ERROR: not a PPM file\n");
|
| writepng.h | 14 The contents of this file are DUAL-LICENSED. You may modify and/or 95 FILE *infile; 96 FILE *outfile;
|
| /external/linux-tools-perf/util/ |
| PERF-VERSION-GEN | 7 GVF=${OUTPUT}PERF-VERSION-FILE
|
| symbol.h | 200 size_t __dsos__fprintf(struct list_head *head, FILE *fp); 203 FILE *fp, bool with_hits); 204 size_t machines__fprintf_dsos(struct rb_root *machines, FILE *fp); 206 FILE *fp, bool with_hits); 207 size_t dso__fprintf_buildid(struct dso *dso, FILE *fp); 209 enum map_type type, FILE *fp); 210 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp); 256 size_t machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp);
|
| /external/openssl/crypto/dsa/ |
| dsa_prn.c | 65 int DSA_print_fp(FILE *fp, const DSA *x, int off) 81 int DSAparams_print_fp(FILE *fp, const DSA *x)
|
| /external/oprofile/libutil++/ |
| bfd_spu_support.cpp | 2 * @file libutil++/bfd_spu_support.cpp 6 * @remark Read the file COPYING 27 FILE * stream; 93 FILE * fp = fdopen(fd, "r");
|
| /external/quake/quake/src/QW/client/ |
| sys_null.c | 12 int filelength (FILE *f) 28 FILE *f; 58 void Sys_DebugLog(char *file, char *fmt, ...)
|
| /external/v8/src/ |
| v8utils.cc | 48 void PrintF(FILE* out, const char* format, ...) { 56 void Flush(FILE* out) { 113 char* ReadCharsFromFile(FILE* file, 118 if (file == NULL || fseek(file, 0, SEEK_END) != 0) { 120 OS::PrintError("Cannot read from file %s.\n", filename); 125 // Get the size of the file and rewind it. 126 *size = ftell(file); 127 rewind(file); 147 FILE* file = OS::FOpen(filename, "rb"); local [all...] |
| /external/webkit/Source/WebKit/android/ |
| AndroidLog.h | 39 extern FILE* gDomTreeFile; 44 extern FILE* gRenderTreeFile;
|
| /frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
| EffectBundle.h | 5 * you may not use this file except in compliance with the License. 99 FILE *PcmInPtr; 100 FILE *PcmOutPtr;
|
| /frameworks/compile/slang/ |
| slang-data.c | 17 FILE *infile = fopen(infile_name, "rb"); 20 fprintf(stderr, "Unable to open input file: %s\n", infile_name); 24 FILE *outfile = fopen(outfile_name, "w"); 27 fprintf(stderr, "Uanble to open output file: %s\n", outfile_name); 81 // End of file reached
|
| /hardware/invensense/mlsdk/platform/include/ |
| mlos.h | 6 you may not use this file except in compliance with the License. 67 FILE *inv_fopen(char *filename); 68 void inv_fclose(FILE *fp);
|
| /packages/inputmethods/PinyinIME/jni/include/ |
| dictlist.h | 5 * you may not use this file except in compliance with the License. 82 bool save_list(FILE *fp); 83 bool load_list(FILE *fp);
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| ipa-ref.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 87 void ipa_dump_references (FILE *, struct ipa_ref_list *); 88 void ipa_dump_refering (FILE *, struct ipa_ref_list *);
|