| /external/webkit/Tools/Scripts/ |
| compare-timing-files | 70 my ($file) = @_; 72 open(FILE, $file) or die "Couldn't open file: $file"; 73 my @results = <FILE>; 74 close(FILE);
|
| find-extra-includes | 32 use File::Find; 41 my $file = $_; 43 if ($file eq "icu") { 44 $File::Find::prune = 1; 48 if ($file !~ /^\./ && $file =~ /\.(h|cpp|c|mm|m)$/) { 49 $paths{$file} = $File::Find::name; 50 open FILE, $file or die [all...] |
| /hardware/invensense/mlsdk/platform/linux/ |
| mlos_linux.c | 6 you may not use this file except in compliance with the License. 29 * @file mlos.c 140 * @brief open file 141 * @param filename name of the file to open. 144 FILE *inv_fopen(char *filename) 146 FILE *fp = fopen(filename,"r"); 152 * @brief close the file. 153 * @param fp handle to file to close. 156 void inv_fclose(FILE *fp)
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| shadow.h | 2 This file is part of the GNU C Library. 39 /* Structure of the password file. */ 73 /* Get next entry from database, perhaps after opening the file. 103 extern struct spwd *fgetspent (FILE *__stream); 111 extern int putspent (__const struct spwd *__p, FILE *__stream); 132 extern int fgetspent_r (FILE *__stream, struct spwd *__result_buf, 141 /* Protect password file against multi writers. */ 144 /* Unlock password file. */
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| shadow.h | 2 This file is part of the GNU C Library. 39 /* Structure of the password file. */ 73 /* Get next entry from database, perhaps after opening the file. 103 extern struct spwd *fgetspent (FILE *__stream); 111 extern int putspent (__const struct spwd *__p, FILE *__stream); 132 extern int fgetspent_r (FILE *__stream, struct spwd *__result_buf, 141 /* Protect password file against multi writers. */ 144 /* Unlock password file. */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| shadow.h | 2 This file is part of the GNU C Library. 39 /* Structure of the password file. */ 73 /* Get next entry from database, perhaps after opening the file. 103 extern struct spwd *fgetspent (FILE *__stream); 111 extern int putspent (__const struct spwd *__p, FILE *__stream); 132 extern int fgetspent_r (FILE *__stream, struct spwd *__result_buf, 141 /* Protect password file against multi writers. */ 144 /* Unlock password file. */
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| target.h | 16 along with this program; see the file COPYING3. If not see 24 /* This file contains a data structure that describes a GCC target. 34 and each has a default. Each target should have a file that 37 replacement. That file should then contain the definition of 78 file that includes target.h to include optabs.h . */ 120 void (* globalize_label) (FILE *, const char *); 123 void (* globalize_decl_name) (FILE *, tree); 130 void (* unwind_label) (FILE *, tree, int, int); 134 void (* except_table_label) (FILE *); 137 void (* unwind_emit) (FILE *, rtx) [all...] |
| diagnostic.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 37 /* A diagnostic is described by the MESSAGE to send, the FILE and LINE of 93 In file included from "/usr/local/include/curses.h:5: 110 /* Used to detect when the input file stack has changed since last 151 /* True if the last module or file in which a diagnostic was reported is 156 /* Remember the current module or file as being the last one in which we 218 extern void print_generic_stmt (FILE *, tree, int); 219 extern void print_generic_stmt_indented (FILE *, tree, int, int); 220 extern void print_generic_expr (FILE *, tree, int) [all...] |
| libiberty.h | 5 Note - certain prototypes declared in this header file are for 7 FSF. Those prototypes are present in this file for reference 8 purposes only and their presence in this file should not construed 32 systems that do support those functions. In this file we only 52 avoid any multi-threaded locking. Otherwise leave the FILE pointer 55 extern void unlock_stream (FILE *); 63 /* Open and return a FILE pointer. If the OS supports it, ensure that 65 return the FILE pointer unchanged. */ 67 extern FILE *fopen_unlocked (const char *, const char *); 68 extern FILE *fdopen_unlocked (int, const char *) [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| defaults.h | 7 This file is part of GCC. 61 FILE *_hide_asm_out_file = (MYFILE); \ 65 FILE *asm_out_file = _hide_asm_out_file; \ 99 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \ 100 do { fprintf ((FILE), "%s", SET_ASM_OP); \ 101 assemble_name (FILE, LABEL1); \ 102 fprintf (FILE, ","); \ 103 assemble_name (FILE, LABEL2); \ 104 fprintf (FILE, "\n"); \ 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| defaults.h | 7 This file is part of GCC. 61 FILE *_hide_asm_out_file = (MYFILE); \ 65 FILE *asm_out_file = _hide_asm_out_file; \ 99 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \ 100 do { fprintf ((FILE), "%s", SET_ASM_OP); \ 101 assemble_name (FILE, LABEL1); \ 102 fprintf (FILE, ","); \ 103 assemble_name (FILE, LABEL2); \ 104 fprintf (FILE, "\n"); \ 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| defaults.h | 7 This file is part of GCC. 61 FILE *_hide_asm_out_file = (MYFILE); \ 65 FILE *asm_out_file = _hide_asm_out_file; \ 99 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \ 100 do { fprintf ((FILE), "%s", SET_ASM_OP); \ 101 assemble_name (FILE, LABEL1); \ 102 fprintf (FILE, ","); \ 103 assemble_name (FILE, LABEL2); \ 104 fprintf (FILE, "\n"); \ 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) [all...] |
| /external/expat/xmlwf/ |
| xmlwf.c | 2 See the file COPYING for copying permission. 30 FILE *fp = (FILE *)userData; 64 attributeValue(FILE *fp, const XML_Char *s) 125 FILE *fp = (FILE *)userData; 147 FILE *fp = (FILE *)userData; 172 FILE *fp = (FILE *)userData 776 const XML_Char *file = useStdin ? T("STDIN") : argv[i]; local [all...] |
| /external/iproute2/ip/ |
| xfrm_monitor.c | 48 FILE *fp = (FILE*)arg; 109 FILE *fp = (FILE*)arg; 140 FILE *fp = (FILE*)arg; 177 FILE *fp = (FILE*)arg; 212 FILE *fp = (FILE*)arg 305 char *file = NULL; local [all...] |
| xfrm.h | 134 FILE *fp, const char *prefix, const char *title); 135 void xfrm_stats_print(struct xfrm_stats *s, FILE *fp, const char *prefix); 138 FILE *fp, const char *prefix); 140 FILE *fp, const char *prefix); 142 FILE *fp, const char *prefix); 144 struct rtattr *tb[], FILE *fp, const char *prefix, 147 struct rtattr *tb[], FILE *fp, const char *prefix,
|
| /external/libpng/contrib/pngminus/ |
| pnm2png.c | 2 * pnm2png.c --- conversion from PBM/PGM/PPM-file to PNG-file 52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha); 53 void get_token(FILE *pnm_file, char *token); 54 png_uint_32 get_data (FILE *pnm_file, int depth); 55 png_uint_32 get_value (FILE *pnm_file, int depth); 63 FILE *fp_rd = stdin; 64 FILE *fp_al = NULL [all...] |
| /frameworks/base/tools/aidl/ |
| AST.cpp | 5 WriteModifiers(FILE* to, int mod, int mask) 37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments) 81 Field::Write(FILE* to) 109 LiteralExpression::Write(FILE* to) 124 StringLiteralExpression::Write(FILE* to) 161 Variable::WriteDeclaration(FILE* to) 172 Variable::Write(FILE* to) 196 FieldVariable::Write(FILE* to) 221 StatementBlock::Write(FILE* to) 253 ExpressionStatement::Write(FILE* to [all...] |
| /external/openssl/apps/ |
| CA.pl | 36 # default openssl.cnf file has setup as per the following 103 $FILE = <STDIN>; 105 chop $FILE; 108 if ($FILE) { 109 cp_pem($FILE,"${CATOP}/private/$CAKEY", "PRIVATE"); 110 cp_pem($FILE,"${CATOP}/$CACERT", "CERTIFICATE"); 131 print "PKCS #12 file is in newcert.p12\n";
|
| CA.pl.in | 36 # default openssl.cnf file has setup as per the following 103 $FILE = <STDIN>; 105 chop $FILE; 108 if ($FILE) { 109 cp_pem($FILE,"${CATOP}/private/$CAKEY", "PRIVATE"); 110 cp_pem($FILE,"${CATOP}/$CACERT", "CERTIFICATE"); 131 print "PKCS #12 file is in newcert.p12\n";
|
| /external/quake/quake/src/WinQuake/ |
| sys_null.cpp | 28 FILE IO
34 FILE *sys_handles[MAX_HANDLES];
52 int filelength (FILE *f)
67 FILE *f;
86 FILE *f;
122 FILE *f;
|
| /external/chromium/chrome/browser/chromeos/login/ |
| ownership_service.cc | 3 // found in the LICENSE file. 47 BrowserThread::FILE, 91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 101 BrowserThread::FILE, FROM_HERE, 111 BrowserThread::FILE, FROM_HERE, 126 BrowserThread::FILE, FROM_HERE, 142 BrowserThread::FILE, FROM_HERE, 174 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 180 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 193 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); [all...] |
| /external/dnsmasq/contrib/dynamic-dnsmasq/ |
| dynamic-dnsmasq.pl | 34 # file and "nopoll" is commented out. 196 # update the addn-hosts file 197 open(FILE, "+<$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n"; 198 flock(FILE, 2); 199 while ( <FILE> ) { 212 sysseek(FILE, 0, 0); 213 truncate(FILE, 0); 214 syswrite(FILE, join("", @records)); 215 flock(FILE, 8); 216 close(FILE); [all...] |
| /external/oprofile/libutil/ |
| op_fileio.c | 2 * @file op_fileio.c 6 * @remark Read the file COPYING 22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal) 24 FILE * fp; 40 FILE * op_try_open_file(char const * name, char const * mode) 46 FILE * op_open_file(char const * name, char const * mode) 52 void op_close_file(FILE * fp) 59 void op_write_file(FILE * fp, void const * buf, size_t size) 77 void op_write_u8(FILE * fp, u8 val) 83 void op_write_u32(FILE * fp, u32 val [all...] |
| /external/valgrind/tsan/ |
| ts_offline.cc | 27 // This file is part of ThreadSanitizer, a dynamic data race detector. 32 // Reads program events from a file and detects races. 56 //------------- Read binary file Utils ------------ {{{1 60 static bool Read(FILE *fp, T *res) { 72 static bool ReadANSI(FILE *file, string *res) { 75 if (!Read<unsigned short>(file, &length)) { 78 int size = fread(buf, 1, (int)length, file); 100 static void SkipCommentText(FILE *file) { 117 char file[kBufSize]; local 234 char file[kBufSize]; local 343 string img, rtn, file; local [all...] |
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| stdio.in.h | 77 extern int fprintf (FILE *fp, const char *format, ...) 82 extern int fprintf (FILE *fp, const char *format, ...) 96 extern int vfprintf (FILE *fp, const char *format, va_list args) 101 extern int vfprintf (FILE *fp, const char *format, va_list args) 294 extern FILE * fopen (const char *filename, const char *mode); 308 extern FILE * freopen (const char *filename, const char *mode, FILE *stream); 323 extern int fseeko (FILE *fp, off_t offset, int whence); 335 extern int rpl_fseek (FILE *fp, long offset, int whence); 359 extern off_t ftello (FILE *fp) [all...] |