| /system/vold/ |
| Volume.cpp | 5 * you may not use this file except in compliance with the License. 270 FILE *fp;
|
| /device/samsung/crespo/libs3cjpeg/ |
| JpegEncoder.cpp | 6 * you may not use this file except in compliance with the License. 20 * Purpose : This file implements the JPEG encoder APIs as needed by Camera HAL 289 FILE *fout = NULL; 344 FILE *fout = NULL;
|
| /external/blktrace/btreplay/ |
| btreplay.c | 80 * Per input file information 97 * @file_name: Full name of the input file 99 * @ifd: Input file descriptor 100 * @ofd: Output file descriptor 114 FILE *vfp; 118 * Every Asynchronous IO used has one of these (naios per file/device). 622 * read_map_devs - Read in a set of device mapping from the provided file. 623 * @file_name: File containing device maps 629 FILE *fp; 634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n") [all...] |
| /external/chromium/base/ |
| process_util_unittest.cc | 3 // found in the LICENSE file. 65 // Sleeps until file filename is created. 67 FILE *fp; 77 FILE *fp = fopen(filename, "w"); 107 // Spawn a child process that counts how many file descriptors are open.
|
| /external/chromium/chrome/browser/download/ |
| download_browsertest.cc | 3 // found in the LICENSE file. 215 // the select file dialog comes up. 218 // True if we've seen the select file dialog. 227 // * There have been two round trip messages through the file and 308 BrowserThread::FILE, FROM_HERE, 341 // Collect the information from FILE and IO threads needed for the Cancel 376 BrowserThread::FILE, FROM_HERE, 437 // Location of the file source (the place from which it is downloaded). 438 FilePath OriginFile(FilePath file) { 439 return test_dir_.Append(file); 753 CheckDownload(browser(), file, file); local 774 CheckDownload(browser(), file, file); local 834 CheckDownload(browser(), download_file, file); local 854 CheckDownload(browser(), download_file, file); local 949 CheckDownload(browser(), file, file); local 993 CheckDownload(browser(), file, file); local 1025 CheckDownload(browser(), file, file); local 1067 CheckDownload(browser(), file, file); local 1100 CheckDownload(browser(), file, file); local 1135 CheckDownload(browser(), file, file); local 1204 CheckDownload(browser(), file, file); local 1285 CheckDownload(browser(), file, file); local [all...] |
| /external/chromium/chrome/browser/ |
| enumerate_modules_model_win.cc | 3 // found in the LICENSE file. 65 // from both the UI thread and the FILE thread. 382 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE)); 384 BrowserThread::FILE, FROM_HERE, 786 // Instruct the ModuleEnumerator class to load this on the File thread. [all...] |
| /external/chromium/chrome/browser/extensions/ |
| extension_bookmarks_module.cc | 3 // found in the LICENSE file. 51 // used for pre-populating the "Export Bookmarks" file chooser dialog box. 819 // There may be pending file dialogs, we need to tell them that we've gone 828 if (!BrowserThread::CurrentlyOn(BrowserThread::FILE)) { 829 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 842 // After getting the |default_path|, ask the UI to display the file dialog. 862 // a case if file-selection dialogs are forbidden by policy, we will not
|
| /external/chromium/chrome/browser/ui/ |
| browser_init.cc | 3 // found in the LICENSE file. [all...] |
| /external/chromium/chrome/browser/ui/webui/options/ |
| certificate_manager_handler.cc | 3 // found in the LICENSE file. 147 // Reports 0 on success or errno on failure, and the data of the file upon 182 // Send the parameters and the request to the file thread. 184 BrowserThread::FILE, FROM_HERE, 200 // Send the parameters and the request to the file thWrite. 202 BrowserThread::FILE, FROM_HERE, 707 // There may be pending file dialogs, we need to tell them that we've gone [all...] |
| /external/e2fsprogs/misc/ |
| badblocks.c | 11 * This file is based on the minix file system programs fsck and mkfs 15 * This file may be redistributed under the terms of the GNU Public 108 static FILE *out; 981 FILE * in = NULL; 1208 com_err (program_name, 0, "input file - bad format");
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar | |
| /external/giflib/ |
| dgif_lib.c | 49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File)) 62 * Open a new gif file for read, given by its name. 85 * Update a new gif file, given its file handle. 95 FILE *f; 126 Private->File = f; 131 /* Lets see if this is a GIF file: */ 193 Private->File = 0; 199 /* Lets see if this is a GIF file: */ 230 * this routine is called automatically from DGif file open routines [all...] |
| /external/libvpx/ |
| y4minput.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. 662 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip){ 681 fprintf(stderr,"Error parsing header; not a YUV2MPEG2 file?\n"); 686 fprintf(stderr,"Incomplete magic for YUV4MPEG file.\n"); 690 fprintf(stderr,"Incorrect YUV input file version; YUV4MPEG2 required.\n"); 821 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *_img){
|
| /external/linux-tools-perf/util/ |
| event.c | 61 FILE *fp; 150 FILE *fp; 491 * Be a bit paranoid here, some perf.data file came with
|
| /external/opencv/cvaux/src/ |
| cvclique.cpp | 417 /*FILE* file = fopen("cliques.txt", "a" ); 421 fprintf(file, "%d ", Compsub[t]); 423 fprintf(file, "\n"); 425 fclose(file); 637 FILE* file = fopen("cliques.txt", "a" ); 641 fprintf(file, "%d ", Compsub[t]); 643 fprintf(file, "\n"); 645 fclose(file); [all...] |
| /external/openssh/ |
| authfile.c | 6 * This file contains functions for reading and writing identity files, and 12 * incompatible with the protocol description in the RFC file, it must be 76 "SSH PRIVATE KEY FILE FORMAT 1.1\n"; 129 /* This buffer will be used to contain the data in the file. */ 217 /* Save a key blob to a file */ 229 error("write to key file %s failed: %s", filename, 329 error("%s: fstat of key file %.200s%sfailed: %.100s", __func__, 338 error("%s: key file %.200s%stoo large", __func__, 348 debug("%s: read from key file %.200s%sfailed: %.100s", 365 debug("%s: key file %.200s%schanged size while reading" 800 char file[MAXPATHLEN]; local 830 char *file; local [all...] |
| /external/ppp/pppd/ |
| options.c | 140 static int logfile_fd = -1; /* fd opened for log file */ 141 static char logfile_name[MAXPATHLEN]; /* name of log file */ 217 { "file", o_special, (void *)readfile, 218 "Take options from a file", OPT_NOPRINT }, 220 "Take options from a privileged file", OPT_NOPRINT }, 238 "Append log messages to this file", 241 "Send log messages to this file descriptor", 244 "Don't send log messages to any file", 247 "Don't send log messages to any file descriptor", 339 file <f> Take options from file <f>\n 462 char *user, *path, *file; local [all...] |
| /external/qemu/hw/ |
| pc.c | 597 static long get_file_size(FILE *f) 625 FILE *f, *fi; [all...] |
| /external/qemu/slirp/ |
| slirp.c | 56 FILE *lfd; 120 FILE *f; 554 /* clear global file descriptor sets.
|
| /external/quake/quake/src/QW/client/ |
| cl_parse.c | 152 Returns true if the file exists, otherwise it attempts 158 FILE *f; 187 // a runt file wont be left 237 Con_Printf ("\nThe required model file '%s' could not be found or downloaded.\n\n" 353 Con_Printf ("File not found.\n"); 364 // open the file if not opened yet 415 // rename the temp file to it's final name 432 // get another file if needed 528 FILE *f;
|
| /external/quake/quake/src/QW/server/ |
| pr_edict.c | 478 void ED_Write (FILE *f, edict_t *ed) 608 void ED_WriteGlobals (FILE *f) 882 parsing textual entity definitions out of an ent file.
|
| /external/quake/quake/src/WinQuake/ |
| common.cpp | 58 // this graphic needs to be in the pak file to use registered features 82 All of Quake's data access is through a hierchal file system, but the contents of the file system can be transparently merged from several sources. 90 specified, when a file is found by the normal search path, it will be mirrored 96 The file "parms.txt" will be read out of the game directory and appended to the current command line arguments to allow different games to initialize startup parms differently. This could be used to add a "-sspeed 22050" for the high quality sound edition. Because they are added at the end, they will not override an explicit setting on the original command line. 877 // Start now points to the beginning of the filename part of the file. 886 // end now points one character beyond the end of the base part of the file. 945 return NULL; // end of file; 1027 Looks for the pop.txt file and verifies it. 1053 // file caching to work [all...] |
| pr_edict.cpp | 485 void ED_Write (FILE *f, edict_t *ed) 616 void ED_WriteGlobals (FILE *f) 899 parsing textual entity definitions out of an ent file.
|
| /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
| EASLib.c | 9 * you may not use this file except in compliance with the License. 68 * the file size and read position. 73 FILE *pFile; 681 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Buffered file access\n"); 683 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Memory mapped file access\n"); 690 /* need to track file opens for duplicate handles */ 798 * Open a file for read or write 804 EAS_HW_FILE *file; local 814 /* find an empty entry in the file table */ 815 file = hwInstData->files 1313 EAS_HW_FILE *file; local [all...] |
| EASLibVst.c | 8 * you may not use this file except in compliance with the License. 66 * the file size and read position. 71 FILE *pFile; 376 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Buffered file access\n"); 378 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Memory mapped file access\n"); 385 /* need to track file opens for duplicate handles */ 493 * Open a file for read or write 499 EAS_HW_FILE *file; local 509 /* find an empty entry in the file table */ 510 file = hwInstData->files 1008 EAS_HW_FILE *file; local [all...] |