| /external/libvpx/ |
| vpxenc.c | 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. 61 /* We should use 32-bit file operations in WebM file format 62 * when building ARM executable file (.axf) with RVCT */ 116 FILE *file; member in struct:__anon8536 129 stats->file = fopen(fpf, "wb"); 132 res = (stats->file != NULL) [all...] |
| /external/linux-tools-perf/util/ |
| svghelper.c | 35 static FILE *svgfile; 207 FILE *file; local 211 file = fopen("/proc/cpuinfo", "r"); 212 if (file) { 213 while (fgets(buf, 255, file)) { 219 fclose(file); 223 file = fopen("/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", "r"); 224 if (file) { 225 while (fgets(buf, 255, file)) { [all...] |
| /external/openssh/ |
| hostfile.c | 11 * incompatible with the protocol description in the RFC file, it must be 241 FILE *f; 251 debug3("%s: loading entries for host \"%.100s\" from file \"%s\"", 305 debug3("%s: found %skey type %s in file %s:%lu", __func__, 312 hostkeys->entries[hostkeys->num_entries].file = xstrdup(path); 331 xfree(hostkeys->entries[i].file); 453 * Appends an entry to the host file. Returns false if the entry could not 461 FILE *f;
|
| /external/openssl/crypto/asn1/ |
| a_strex.c | 84 * and a FILE pointer. 527 int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags) 549 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags)
|
| t_x509.c | 78 int X509_print_fp(FILE *fp, X509 *x) 83 int X509_print_ex_fp(FILE *fp, X509 *x, unsigned long nmflag, unsigned long cflag)
|
| /external/openssl/crypto/pkcs7/ |
| pkcs7.h | 284 PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7); 285 int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
|
| /external/openssl/include/openssl/ |
| pkcs7.h | 284 PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7); 285 int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
|
| /external/oprofile/daemon/ |
| opd_ibs_trans.c | 2 * @file daemon/opd_ibs_trans.c 6 * @remark Read the file COPYING 23 extern FILE * bta_log; 24 extern FILE * memaccess_log;
|
| /external/ppp/pppd/plugins/ |
| winbind.c | 274 FILE *pipe_in; 275 FILE *pipe_out;
|
| /external/qemu/android/utils/ |
| ini.c | 27 /* a simple .ini file parser and container for Android 29 * more details on the supported file format. 189 D("%s: parsing as .ini file", fileName); 261 FILE* fp = fopen(filepath, "rt"); 268 D("could not open .ini file: %s: %s", 277 /* avoid reading a very large file that was passed by mistake 283 W("hardware configuration file '%s' too large (%ld bytes)", 288 /* read the file, add a sentinel at the end of it */ 301 /* Common routine for saving IniFile instance to the given file. 304 * filepath - Path to a file where to save the instance [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| rdbmp.c | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file contains routines to read input images in Microsoft "BMP" 17 * at the start of the file; start_input may need work if the 19 * the file is indeed BMP format). 45 #define ReadOK(file,buffer,len) (JFREAD(file,buffer,len) == ((size_t) (len))) 61 JDIMENSION row_width; /* Physical width of scanlines in file */ 69 /* Read next byte from BMP file */ 71 register FILE *infile = sinfo->pub.input_file [all...] |
| wrbmp.c | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file contains routines to write output images in Microsoft "BMP" 38 * BMP file during finish_output. The virtual array contains one JSAMPLE per 51 JDIMENSION row_width; /* physical width of one row in the BMP file */ 137 * Startup: normally writes the file header. 149 * Finish up at the end of the file. 151 * Here is where we really output the BMP file. 153 * First, routines to write the Windows and OS/2 variants of the file header. 158 /* Write a Windows-style BMP file header, including colormap if needed * [all...] |
| /external/qemu/target-mips/ |
| cpu.h | 479 void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
|
| /external/qemu/tcg/ |
| tcg.h | 412 void tcg_dump_info(FILE *f, fprintf_function cpu_fprintf); 492 void tcg_dump_ops(TCGContext *s, FILE *outfile);
|
| /external/quake/quake/src/QW/client/ |
| sys_win.c | 57 void Sys_DebugLog(char *file, char *fmt, ...) 66 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); 74 FILE IO 84 int filelength (FILE *f) 100 FILE *f;
|
| /external/strace/ |
| defs.h | 357 FILE *outf; /* Output file for this process */ 375 int pfd; /* proc file descriptor */ 447 #define QUAL_READ 0100 /* dump data read on this file descriptor */ 448 #define QUAL_WRITE 0200 /* dump data written to this file descriptor */ 488 #define TRACE_FILE 001 /* Trace file-related syscalls. */ 493 #define TRACE_DESC 040 /* Trace file descriptor-related syscalls. */ 571 extern void call_summary(FILE *);
|
| /external/v8/src/ |
| platform-win32.cc | 62 int fopen_s(FILE** pFile, const char* filename, const char* mode) { 677 // because this would fail if output is redirected to a file. Therefore we 679 // standard output handle is invalid or its file type is unknown. 690 static void VPrintHelper(FILE* stream, const char* format, va_list args) { 704 FILE* OS::FOpen(const char* path, const char* mode) { 705 FILE* result; 719 FILE* OS::OpenTemporaryFile() { 729 FILE* result = FOpen(tempNameBuffer, "w+"); // Same mode as tmpfile uses. 737 // Open log file in binary mode to avoid /n -> /r/n conversion. 755 void OS::FPrint(FILE* out, const char* format, ...) 1019 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE, local 1039 HANDLE file = CreateFileA(name, GENERIC_READ | GENERIC_WRITE, local [all...] |
| /external/webkit/LayoutTests/fast/url/script-tests/ |
| file-http-base.js | 1 description("Canonicalization of file URLs when the base URL is an http URL"); 5 ["file:c:\\\\foo\\\\bar.html", "file:///C:/foo/bar.html"], 6 [" File:c|////foo\\\\bar.html", "file:///C:////foo/bar.html"], 7 ["file:", "file:///"], 8 ["file:UNChost/path", "file://unchost/path"], 10 // compatability. Note that the caller must decide that this is a file [all...] |
| file.js | 1 description("Canonicalization of file URLs"); 5 ["file:c:\\\\foo\\\\bar.html", "file:///C:/foo/bar.html"], 6 [" File:c|////foo\\\\bar.html", "file:///C:////foo/bar.html"], 7 ["file:", "file:///"], 8 ["file:UNChost/path", "file://unchost/path"], 10 // compatability. Note that the caller must decide that this is a file [all...] |
| /external/webkit/Source/WebCore/bridge/ |
| testbindings.mm | 211 const char *readJavaScriptFromFile (const char *file) 213 FILE *f = fopen(file, "r"); 215 fprintf(stderr, "Error opening %s.\n", file); 222 fprintf(stderr, "Warning: File may have been too long.\n");
|
| /frameworks/av/media/libstagefright/ |
| MediaCodecList.cpp | 5 * you may not use this file except in compliance with the License. 51 FILE *file = fopen("/etc/media_codecs.xml", "r"); local 53 if (file == NULL) { 54 ALOGW("unable to open media codecs configuration xml file."); 58 parseXMLFile(file); 88 fclose(file); 89 file = NULL; 99 void MediaCodecList::parseXMLFile(FILE *file) { [all...] |
| /frameworks/native/cmds/dumpstate/ |
| utils.c | 5 * you may not use this file except in compliance with the License. 142 /* prints the contents of a file */ 274 void redirect_to_socket(FILE *redirect, const char *service) { 298 /* redirect output to a file, optionally gzipping; returns gzip pid (or -1) */ 299 pid_t redirect_to_file(FILE *redirect, char *path, int gzip_level) { 373 /* dump Dalvik and native stack traces, return the trace file location (NULL if none) */ 378 property_get("dalvik.vm.stack-trace-file", traces_path, ""); 405 /* create a new, empty traces.txt file to receive stack dumps */ 507 /* replace the saved [ANR] traces.txt file */
|
| /packages/apps/Camera/jni/feature_mos/src/mosaic/ |
| ImageUtils.cpp | 5 * you may not use this file except in compliance with the License. 284 FILE *imgin = NULL; 313 FILE *imgout = fopen(filename, "w");
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| ImageUtils.cpp | 5 * you may not use this file except in compliance with the License. 284 FILE *imgin = NULL; 313 FILE *imgout = fopen(filename, "w");
|
| /packages/inputmethods/PinyinIME/jni/share/ |
| dictlist.cpp | 5 * you may not use this file except in compliance with the License. 379 bool DictList::save_list(FILE *fp) { 411 bool DictList::load_list(FILE *fp) {
|