| /bionic/libc/netbsd/resolv/ |
| res_debug.c | 147 fp_resstat(const res_state statp, FILE *file) { 150 fprintf(file, ";; res options:"); 153 fprintf(file, " %s", p_option(mask)); 154 putc('\n', file); 161 int pflag, FILE *file) 178 fprintf(file, ";; memory allocation failure\n"); 187 fprintf(file, ";; ns_parserr: %s\n", 191 putc('\n', file); [all...] |
| res_send.c | 150 static void Aerror(const res_state, FILE *, const char *, int, 152 static void Perror(const res_state, FILE *, const char *, int); 159 void res_pquery(const res_state, const u_char *, int, FILE *); 1226 Aerror(const res_state statp, FILE *file, const char *string, int error, [all...] |
| /external/bluetooth/glib/gobject/ |
| glib-mkenums.in | 20 my $firstenum = 1; # Is this the first enumeration per file? 37 my $file = shift; 41 while (<$file>) { 45 defined ($new = <$file>) || die "Unmatched comment in $ARGV"; 68 my $file= "../$1"; 69 open NEWFILE, $file or die "Cannot open include file $file: $!\n"; 141 print " --fhead <text> Output file header\n"; 142 print " --fprod <text> Per input file production\n" [all...] |
| /external/chromium/base/ |
| file_util_posix.cc | 3 // found in the LICENSE file. 125 // 2. Create a file and the current time is 10.3 (secs). 128 // the creation time of the file created in the step 2 is 10 and 129 // the file is considered older than |comparison_time|. After 302 LOG(ERROR) << "CopyDirectory() couldn't create file: " << 307 LOG(WARNING) << "CopyDirectory() skipping non-regular file: " << 400 // Creates and opens a temporary file in |directory|, returning the 401 // file descriptor. |path| is set to the temporary file path. 402 // This function does NOT unlink() the file [all...] |
| /external/srec/srec/EventLog/src/ |
| riff.c | 7 * you may not use this file except in compliance with the License. * 57 * cb - data read from the RIFF file 224 //GS_SetResult(res,"PCM WAVE file contains more than one data channel", 257 //GS_SetResult(res,"u-law WAVE file contains more than one data channel", 282 //GS_SetResult(res,"u-law WAVE file contains more than one data channel", 330 static int riffDescend(FILE *f, ChunkContext *c, ChunkContext *parent, DescendType t, int doSwap) 380 //else GS_SetResult(res,"Corrupt RIFF file",GS_STATIC); 406 //else GS_SetResult(res,"corrupt RIFF file",GS_STATIC); 438 //else GS_SetResult(res,"Corrupt RIFF file",GS_STATIC); 446 static int riffAscend(FILE *f, ChunkContext *c [all...] |
| /external/v8/src/ |
| platform-openbsd.cc | 230 PosixMemoryMappedFile(FILE* file, void* memory, int size) 231 : file_(file), memory_(memory), size_(size) { } 236 FILE* file_; 243 FILE* file = fopen(name, "r+"); local 244 if (file == NULL) return NULL; 246 fseek(file, 0, SEEK_END); 247 int size = ftell(file); 250 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0) 257 FILE* file = fopen(name, "w+"); local [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
| G726DecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file OMX_G726DecTest.c 27 * This file contains the test application code that invokes the component. 37 *! This is newest file 135 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn); 143 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 376 FILE* fIn = NULL; 377 FILE* fOut = NULL; 396 printf("%d :: Usage: [TestApp] [Input File] [Input File Bit Rate] [TC ID] [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
| build-hardy-toolchain.sh | 6 # you may not use this file except in compliance with the License. 416 # A file that will contain details about all the sources used to generate 430 # Empty the SOURCES file 573 # Download a file with either 'curl', 'wget' or 'scp' 576 # $2: target file 606 # Is this a file copy ? 607 # Accept both file://<path> or /<path> 609 if pattern_match "^(file://|/).*" "$1"; then 610 cp_src=`echo $1 | sed -e s%^file://%%g` 634 # $1: archive file path (including extension [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
| build-hardy-toolchain.sh | 6 # you may not use this file except in compliance with the License. 416 # A file that will contain details about all the sources used to generate 430 # Empty the SOURCES file 573 # Download a file with either 'curl', 'wget' or 'scp' 576 # $2: target file 606 # Is this a file copy ? 607 # Accept both file://<path> or /<path> 609 if pattern_match "^(file://|/).*" "$1"; then 610 cp_src=`echo $1 | sed -e s%^file://%%g` 634 # $1: archive file path (including extension [all...] |
| /external/icu4c/tools/tzcode/ |
| zic.c | 2 ** This file is in the public domain, so clarified as of 164 static void puttzcode(long code, FILE * fp); 165 static void puttzcode64(zic_t code, FILE * fp); 179 static void usage(FILE *stream, int status); 183 static void emit_icu_zone(FILE* f, const char* zoneName, int zoneOffset, 186 static void emit_icu_link(FILE* f, const char* from, const char* to); 187 static void emit_icu_rule(FILE* f, const struct rule* r, int ruleIndex); 499 usage(FILE *stream, int status) 511 /* File into which we will write supplemental ICU data. */ 512 static FILE * icuFile [all...] |
| /external/linux-tools-perf/util/ |
| symbol.c | 175 static size_t symbol__fprintf(struct symbol *sym, FILE *fp) 398 size_t dso__fprintf_buildid(struct dso *dso, FILE *fp) 407 enum map_type type, FILE *fp) 421 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp) 450 FILE *file = fopen(filename, "r"); local 452 if (file == NULL) 461 while (!feof(file)) { 467 line_len = getline(&line, &n, file); 507 fclose(file); 725 FILE *file; local 1726 FILE *file; local 1810 FILE *file; local [all...] |
| /external/quake/quake/src/QW/client/ |
| common.c | 61 // this graphic needs to be in the pak file to use registered features 85 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. 93 specified, when a file is found by the normal search path, it will be mirrored 1034 return NULL; // end of file; 1105 Looks for the pop.txt file and verifies it. 1113 FILE *h; 1138 Sys_Error ("Corrupted data file."); 1291 FILE *handle; 1332 int COM_filelength (FILE *f [all...] |
| /external/genext2fs/ |
| genext2fs.c | 25 // Changed -d file to -f file 200 // file modes 205 #define FM_IFREG 0100000 // regular file 325 getdelim(char **lineptr, size_t *n, int delim, FILE *stream) 457 udecl16(s_mnt_count) /* The number of times the file system has been mounted */ \ 458 decl16(s_max_mnt_count) /* The number of times the file system can be mounted */ \ 480 udecl16(i_mode) /* Entry type and file mode */ \ 482 udecl32(i_size) /* File/dir size in bytes */ \ 494 udecl32(i_file_acl) /* File access control list */ [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
| gmp.h | 6 This file is part of the GNU MP Library. 315 <iostream> defines EOF but not FILE. */ 316 #if defined (FILE) \ 437 but which is inlined within its file. Don't know if all old versions of 466 up emitting copies of the code into the object file it can end up 520 using std::FILE; 589 __GMP_DECLSPEC int gmp_fprintf __GMP_PROTO ((FILE *, __gmp_const char *, ...)); 618 __GMP_DECLSPEC int gmp_vfprintf __GMP_PROTO ((FILE *, __gmp_const char *, va_list)); 641 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...)); 652 __GMP_DECLSPEC int gmp_vfscanf __GMP_PROTO ((FILE *, __gmp_const char *, va_list)) [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
| gmp.h | 6 This file is part of the GNU MP Library. 315 <iostream> defines EOF but not FILE. */ 316 #if defined (FILE) \ 437 but which is inlined within its file. Don't know if all old versions of 466 up emitting copies of the code into the object file it can end up 520 using std::FILE; 589 __GMP_DECLSPEC int gmp_fprintf __GMP_PROTO ((FILE *, __gmp_const char *, ...)); 618 __GMP_DECLSPEC int gmp_vfprintf __GMP_PROTO ((FILE *, __gmp_const char *, va_list)); 641 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...)); 652 __GMP_DECLSPEC int gmp_vfscanf __GMP_PROTO ((FILE *, __gmp_const char *, va_list)) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
| gmp.h | 6 This file is part of the GNU MP Library. 315 <iostream> defines EOF but not FILE. */ 316 #if defined (FILE) \ 437 but which is inlined within its file. Don't know if all old versions of 466 up emitting copies of the code into the object file it can end up 520 using std::FILE; 589 __GMP_DECLSPEC int gmp_fprintf __GMP_PROTO ((FILE *, __gmp_const char *, ...)); 618 __GMP_DECLSPEC int gmp_vfprintf __GMP_PROTO ((FILE *, __gmp_const char *, va_list)); 641 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...)); 652 __GMP_DECLSPEC int gmp_vfscanf __GMP_PROTO ((FILE *, __gmp_const char *, va_list)) [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
| G711DecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file G711DecTest.c 27 * This file contains the test application code that invokes the component. 97 char file[500][50]= {""}; variable 206 OMX_S16 fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn); 207 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 215 FILE *inputToSN = NULL; 535 /* check to see that the input file exists */ 539 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno); 543 /* Open the file of data to be rendered. * [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
| G729DecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file G729DecTest.c 27 * This File contains the G729 DECODER OMX tests 126 * EXTERNAL REFERENCES NOTE : only use if not found in header file 180 OMX_S16 fill_data_fromFile (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, OMX_HANDLETYPE pHandle); 182 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 374 FILE *fp; 454 printf(" DASFmode: FM or DM for File Mode or DASF Mode\n"); 486 /* check to see that the input file exists */ 490 APP_DPRINT( "Cannot find file %s. (%u)\n", argv[1], errno) [all...] |
| /ndk/sources/host-tools/sed-4.2.1/sed/ |
| execute.c | 119 the last file. */ 130 starting to process the next (possibly the first) file. */ 142 /* Owner and mode to be set just before closing the file. */ 146 FILE *fp; 155 /* The current output file (stdout if -i is not being used. */ 559 static inline void flush_output P_((FILE *)); 562 FILE *fp; 642 FILE *fp; 645 be treated as if it were an empty file, causing no error 664 /* Compute the name of the backup file for in-place editing * [all...] |
| /external/srec/srec/test/SRecTest/src/ |
| SRecTest.c | 8 * you may not use this file except in compliance with the License. * 120 LCHAR grammar_path [P_PATH_MAX]; /* File path of the grammar. */ 147 LCHAR raw_waveform_filename [P_PATH_MAX]; /* Name of file of saved waveform data. */ 148 PFile *raw_waveform_file; /* Pointer to file of saved waveform data. */ 167 static int srec_test_recognize_nist_file ( SR_Grammar *active_grammar, ApplicationData *data, FILE *results_file, 169 static int srec_test_recognize_pcm_file ( SR_Grammar *active_grammar, ApplicationData *data, FILE *results_file, 379 /* Command-line options always override PAR file options */ 754 * Execute TCP-file commands. [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| rtl.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| rtl.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| rtl.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see [all...] |
| /bionic/libc/stdio/ |
| vfprintf.c | 63 __sprint(FILE *fp, struct __suio *uio) 78 * Helper function for `fprintf to unbuffered unix file': creates a 83 __sbprintf(FILE *fp, const char *fmt, va_list ap) 86 FILE fake; 159 vfprintf(FILE *fp, const char *fmt0, __va_list ap) 170 __vfprintf(FILE *fp, const char *fmt0, __va_list ap)
|
| /external/icu4c/extra/uconv/ |
| uconv.cpp | 565 FILE * outfile, int verbose); 576 // Convert a file from one encoding to another 588 FILE * outfile, int verbose) 590 FILE *infile; 599 uint32_t infoffset = 0, outfoffset = 0; /* Where we are in the file, for error reporting. */ 618 // Open the correct input file or connect to stdin for reading input 735 // input file offset at the beginning of the next buffer 751 // At the last conversion in the file, flush should be set to 799 // print the input file offset of the start of the error bytes: 800 // input file offset of the current byte buffer [all...] |