| /external/bzip2/ |
| bzip2.c | 7 This file is part of bzip2/libbzip2, a program and library for 14 README file. 17 in the file LICENSE. 180 /*--- Misc (file handling) data decls ---*/ 189 /*-- source modes; F==file, I==stdin, O==stdout --*/ 210 FILE *outputHandleJustInCase; 318 Bool myfeof ( FILE* f ) 329 void compressStream ( FILE *stream, FILE *zStream ) 433 Bool uncompressStream ( FILE *zStream, FILE *stream [all...] |
| bzip2recover.c | 7 This file is part of bzip2/libbzip2, a program and library for 14 README file. 17 in the file LICENSE. 29 /* This program records bit locations in the file to be recovered. 91 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n", 104 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n", 116 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n", 145 FILE* handle; 154 static BitStream* bsOpenReadStream ( FILE* stream ) 167 static BitStream* bsOpenWriteStream ( FILE* stream [all...] |
| /external/libpcap/ |
| scanner.c | 101 /* Returned upon end-of-file. */ 127 /* Special action meaning "start processing a new file". */ 144 extern FILE *pcap_in, *pcap_out; 182 FILE *yy_input_file; 236 * just pointing pcap_in at a new input file. 278 void pcap_restart (FILE *input_file ); 280 YY_BUFFER_STATE pcap__create_buffer (FILE *file,int size ); 288 static void pcap__init_buffer (YY_BUFFER_STATE b,FILE *file ); [all...] |
| /external/chromium/base/ |
| file_util.cc | 3 // found in the LICENSE file. 80 // We open the file in binary format even if they are text files because 89 // any unusable file yields a result of "false". 118 // any unusable file yields a result of "false". 154 FILE* file = OpenFile(path, "rb"); local 155 if (!file) { 161 while ((len = fread(buf, 1, sizeof(buf), file)) > 0) { 165 CloseFile(file); 179 FILE* CreateAndOpenTemporaryFile(FilePath* path) 206 base::PlatformFile file = local [all...] |
| /external/chromium/chrome/browser/chromeos/ |
| boot_times_loader.cc | 3 // found in the LICENSE file. 34 // File uptime logs are located in. 42 // Delay in milliseconds between file read attempts. 59 // Name of file collecting login times. 62 // Name of file collecting logout times. 101 BrowserThread::FILE, 155 // Stores the boot times to a file in /tmp to indicate that the 157 // already. The file will be deleted at system shutdown/reboot. 185 // Wait until firmware-boot-time file exists by reposting. 190 BrowserThread::FILE, 226 FILE* file = file_util::OpenFile(file_path, "a"); local [all...] |
| /external/chromium/chrome/browser/safe_browsing/ |
| client_side_detection_service.cc | 3 // found in the LICENSE file. 89 // We try to open the model file right away and start fetching it if 95 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE), 103 // Delete the previous-version model file. 106 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE), 183 base::PassPlatformFile file, 187 // The model file already exists. There is no need to fetch the model. 188 model_file_ = file.ReleaseValue(); 208 base::PassPlatformFile file, 210 model_file_ = file.ReleaseValue() [all...] |
| /external/chromium/testing/gtest/src/ |
| gtest-port.cc | 234 // TODO(wan@google.com): fix the source file location in the 427 const char kUnknownFile[] = "unknown file"; 429 // Formats a source file path and a line number as they would appear 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { 432 const char* const file_name = file == NULL ? kUnknownFile : file; 444 // Formats a file location for compiler-independent XML output. 448 // to the file location it produces, unlike FormatFileLocation(). 450 const char* file, int line) { 451 const char* const file_name = file == NULL ? kUnknownFile : file [all...] |
| /external/clang/test/Analysis/ |
| malloc.c | 697 FILE *useFunOpen() { 699 FILE *f = funopen(ctx, 0, 0, 0, releasePtr); // no warning 705 FILE *useFunOpenNoReleaseFunction() { 707 FILE *f = funopen(ctx, 0, 0, 0, 0); 725 int my_main_warn(FILE *f) {
|
| /external/gtest/src/ |
| gtest-port.cc | 234 // TODO(wan@google.com): fix the source file location in the 427 const char kUnknownFile[] = "unknown file"; 429 // Formats a source file path and a line number as they would appear 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { 432 const char* const file_name = file == NULL ? kUnknownFile : file; 444 // Formats a file location for compiler-independent XML output. 448 // to the file location it produces, unlike FormatFileLocation(). 450 const char* file, int line) { 451 const char* const file_name = file == NULL ? kUnknownFile : file [all...] |
| /external/iproute2/misc/ |
| rtacct.c | 22 #include <sys/file.h> 133 void format_rate(FILE *fp, double rate) 147 void format_count(FILE *fp, unsigned long long val) 157 void dump_abs_db(FILE *fp) 219 void dump_incr_db(FILE *fp) 550 perror("rtacct: open history file"); 554 perror("rtacct: flock history file"); 558 perror("rtacct: fstat history file"); 562 fprintf(stderr, "rtacct: something is so wrong with history file, that I prefer not to proceed.\n"); 579 FILE *tfp [all...] |
| /external/libvpx/vp8/common/x86/ |
| boolcoder.cxx | 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. 54 FILE *f = fopen( "costs.txt", "w"); 105 bool_coder_spec::bool_coder_spec( FILE *fp) { 124 void bool_coder_spec::dump( FILE *fp) const { 362 bool_coder_spec *vp8bc_spec_from_file( FILE *fp) { 367 void vp8bc_spec_to_file( c_bool_coder_spec *p, FILE *fp) { p->dump( fp);}
|
| /external/linux-tools-perf/Documentation/ |
| Makefile | 184 ../PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE 185 $(QUIET_SUBDIR0)../ $(QUIET_SUBDIR1) PERF-VERSION-FILE 187 -include ../PERF-VERSION-FILE 190 # Determine "include::" file references in asciidoc files. 303 .PHONY: .FORCE-PERF-VERSION-FILE
|
| /external/llvm/utils/unittest/googletest/ |
| gtest-port.cc | 234 // TODO(wan@google.com): fix the source file location in the 427 const char kUnknownFile[] = "unknown file"; 429 // Formats a source file path and a line number as they would appear 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { 432 const char* const file_name = file == NULL ? kUnknownFile : file; 444 // Formats a file location for compiler-independent XML output. 448 // to the file location it produces, unlike FormatFileLocation(). 450 const char* file, int line) { 451 const char* const file_name = file == NULL ? kUnknownFile : file [all...] |
| /external/openssh/ |
| auth.c | 337 char *file, ret[MAXPATHLEN]; local 340 file = percent_expand(filename, "h", pw->pw_dir, 347 if (*file == '/') 348 return (file); 350 i = snprintf(ret, sizeof(ret), "%s/%s", pw->pw_dir, file); 353 xfree(file); 402 found->host, found->file, found->line); 413 * Check a given file for security. This is defined as all components 414 * of the path to the file must be owned by either the owner of 415 * of the file or root and no directories must be group or world writable [all...] |
| /external/openssl/crypto/ui/ |
| ui_openssl.c | 1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */ 59 /* The lowest level part of this file was previously in crypto/des/read_pwd.c, 297 static FILE *tty_in, *tty_out; 302 static int read_till_nl(FILE *); 308 static int noecho_fgets(char *buf, int size, FILE *tty); 395 static int read_till_nl(FILE *in) 669 static int noecho_fgets(char *buf, int size, FILE *tty)
|
| /external/quake/quake/src/WinQuake/ |
| sys_win.cpp | 92 FILE IO
98 FILE *sys_handles[MAX_HANDLES];
116 int filelength (FILE *f)
136 FILE *f;
165 FILE *f;
224 FILE *f;
|
| /external/v8/src/ |
| platform-posix.cc | 214 FILE* OS::FOpen(const char* path, const char* mode) { 215 FILE* file = fopen(path, mode); local 216 if (file == NULL) return NULL; 218 if (fstat(fileno(file), &file_stat) != 0) return NULL; 220 if (is_regular_file) return file; 221 fclose(file); 231 FILE* OS::OpenTemporaryFile() { 256 void OS::FPrint(FILE* out, const char* format, ...) { 264 void OS::VFPrint(FILE* out, const char* format, va_list args) [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| tree-pass.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 39 TDI_vcg, /* create a VCG graph file for each 93 extern FILE *dump_begin (int, int *); 94 extern void dump_end (int, FILE *); 95 extern void dump_node (const_tree, int, FILE *); 100 extern FILE *dump_file; 123 /* Terse name of the pass used as a fragment of the dump file 142 /* Static pass number, used as a fragment of the dump file name. */ 221 const char *suffix; /* suffix to give output file. * [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| tree-pass.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 39 TDI_vcg, /* create a VCG graph file for each 93 extern FILE *dump_begin (int, int *); 94 extern void dump_end (int, FILE *); 95 extern void dump_node (const_tree, int, FILE *); 100 extern FILE *dump_file; 123 /* Terse name of the pass used as a fragment of the dump file 142 /* Static pass number, used as a fragment of the dump file name. */ 221 const char *suffix; /* suffix to give output file. * [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| tree-pass.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 39 TDI_vcg, /* create a VCG graph file for each 93 extern FILE *dump_begin (int, int *); 94 extern void dump_end (int, FILE *); 95 extern void dump_node (const_tree, int, FILE *); 100 extern FILE *dump_file; 123 /* Terse name of the pass used as a fragment of the dump file 142 /* Static pass number, used as a fragment of the dump file name. */ 221 const char *suffix; /* suffix to give output file. * [all...] |
| /external/chromium/chrome/browser/extensions/ |
| extension_file_browser_private_api.cc | 3 // found in the LICENSE file. 52 const char kFileError[] = "File error %d"; 53 const char kInvalidFileUrl[] = "Invalid file URL"; 156 // If there is nothing to do for one file, the intersection of tasks for all 162 // For the very first file, just copy elements. 170 // and file specific set. 209 // Update file handler usage stats. 263 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 264 // Set up file permission access. 288 // Grants file system access permissions to file browser component 479 ExecuteTasksFileBrowserFunction::FileDefinition file; variable [all...] |
| /external/chromium/chrome/browser/ui/webui/chromeos/ |
| imageburner_ui.cc | 3 // found in the LICENSE file. 287 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 335 // Create image dir on File thread. 339 BrowserThread::FILE, FROM_HERE, 381 BrowserThread::FILE, FROM_HERE, 390 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 407 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 517 BrowserThread::FILE, FROM_HERE, 522 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 531 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); [all...] |
| /external/linux-tools-perf/util/ |
| hist.c | 344 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) 355 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, 372 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, 417 static size_t __callchain__fprintf_graph(FILE *fp, struct callchain_node *self, 496 static size_t callchain__fprintf_graph(FILE *fp, struct callchain_node *self, 534 static size_t callchain__fprintf_flat(FILE *fp, struct callchain_node *self, 559 static size_t hist_entry_callchain__fprintf(FILE *fp, struct hist_entry *self, 714 long displacement, FILE *fp, u64 session_total) 724 struct hists *hists, FILE *fp, 741 bool show_displacement, FILE *fp [all...] |
| /external/webrtc/src/modules/audio_processing/test/ |
| process_test.cc | 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. 45 // Returns true on success, false on error or end-of-file. 46 bool ReadMessageFromFile(FILE* file, 51 if (fread(&size, sizeof(int32_t), 1, file) != 1) { 60 if (fread(array.get(), sizeof(char), usize, file) != usize) { 80 "When a protobuf debug file is available, specify it with -pb.\n" 102 printf(" --aecm_echo_path_in_file FILE\n") [all...] |
| /external/bison/lib/ |
| bitset_stats.c | 19 /* This file is a wrapper bitset implementation for the other bitset 105 /* Print a percentage histogram with message MSG to FILE. */ 107 bitset_percent_histogram_print (FILE *file, const char *name, const char *msg, 120 fprintf (file, "%s %s", name, msg); 122 fprintf (file, "%.0f-%.0f%%\t%8u (%5.1f%%)\n", 129 /* Print a log histogram with message MSG to FILE. */ 131 bitset_log_histogram_print (FILE *file, const char *name, const char *msg, 153 fprintf (file, "%s %s", name, msg) 244 FILE *file; local 274 FILE *file; local [all...] |