Searched
refs:FILE (Results
1001 -
1025 of
2555) sorted by null
<<41424344454647484950>>
| /external/blktrace/btt/ |
| seek.c | 37 FILE *rfp, *wfp, *cfp, *sps_fp; 45 static FILE *seek_open(char *str, char rw) 47 FILE *fp; 257 FILE *fp = IOP_READ(iop) ? sip->rfp : sip->wfp;
|
| /external/bluetooth/bluez/tools/ |
| parser.y | 143 extern FILE *yyin; 144 char file[MAXPATHLEN + 1]; 154 snprintf(file, MAXPATHLEN, "%s", filename); 156 snprintf(file, MAXPATHLEN, "%s/.bluetooth/rfcomm.conf", getenv("HOME")); 158 if ((getuid() == 0) || (access(file, R_OK) < 0)) 159 snprintf(file, MAXPATHLEN, "%s/rfcomm.conf", CONFIGDIR); 162 if (!(yyin = fopen(file, "r")))
|
| /external/bzip2/ |
| unzcrash.c | 5 and the program will read the specified file, compress it (in memory), 12 incredibly slow. A file of size eg 5KB will cause it to run for 17 This file is part of bzip2/libbzip2, a program and library for 24 README file. 27 in the file LICENSE. 76 FILE* f;
|
| /external/chromium/base/debug/ |
| trace_event.h | 3 // found in the LICENSE file. 8 // microsecond and a file and line number of the calling location. 10 // The current implementation logs these events into a log file of the form 113 const char* file, 119 const char* file, 137 FILE* log_file_;
|
| /external/chromium/chrome/browser/extensions/ |
| file_reader_unittest.cc | 3 // found in the LICENSE file. 21 FileReaderTest() : file_thread_(BrowserThread::FILE) {
|
| /external/chromium/chrome/browser/prefs/ |
| pref_service_mock_builder.cc | 3 // found in the LICENSE file. 103 BrowserThread::FILE));
|
| /external/chromium/chrome/browser/printing/ |
| print_dialog_cloud_unittest.cc | 3 // found in the LICENSE file. 213 : file_thread_(BrowserThread::FILE, &message_loop_), 234 // TODO(scottbyer): DISABLED until the binary test file can get 243 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 255 FilePath bad_data_file_name(L"/some/file/that/isnot/there"); 257 FilePath bad_data_file_name("/some/file/that/isnot/there"); 259 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 271 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/speech/ |
| speech_input_manager.cc | 3 // found in the LICENSE file. 57 // Access potentially slow OS calls from the FILE thread. 58 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 64 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 168 // processes, do that in the FILE thread to not block the calling threads. 169 if (!BrowserThread::CurrentlyOn(BrowserThread::FILE)) { 171 BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/ui/gtk/bookmarks/ |
| bookmark_bar_gtk_unittest.cc | 3 // found in the LICENSE file. 29 file_thread_(BrowserThread::FILE, &message_loop_) {
|
| /external/chromium/chrome/browser/ui/webui/ |
| screenshot_source.cc | 3 // found in the LICENSE file. 24 // Read the file from the screenshots directory into the read_bytes vector. 36 FilePath file(fileshelf_path.value() + std::string(kScreenshotsRelativePath) + 40 if (!file_util::GetFileSize(file, &file_size)) { 45 // expand vector to file size 47 // read file into the vector 49 if (!(bytes_read = file_util::ReadFile(file, 60 // Get a saved screenshot - read on the FILE thread. 64 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/net/ftp/ |
| ftp_directory_listing_parser_windows.cc | 3 // found in the LICENSE file. 103 entry.type = FtpDirectoryListingEntry::FILE;
|
| /external/chromium/net/tools/dnssec_chain_verify/ |
| dnssec_chain_verify.cc | 3 // found in the LICENSE file. 15 "<input file>\n", argv0); 44 FILE* infile = fopen(infilename, "r");
|
| /external/chromium/net/tools/dump_cache/ |
| cache_dumper.h | 3 // found in the LICENSE file. 87 FILE* entry_;
|
| /external/dropbear/libtomcrypt/src/prngs/ |
| rng_get_bytes.c | 14 @file rng_get_bytes.c 26 FILE *f;
|
| /external/e2fsprogs/e2fsck/ |
| badblocks.c | 4 * Copyright (C) 1993, 1994 Theodore Ts'o. This file may be 32 FILE *f; 63 * Now read in the bad blocks from the file; if 93 _("while reading in list of bad blocks from file"));
|
| /external/e2fsprogs/lib/ss/ |
| list_rqs.c | 34 FILE *output;
|
| test_ss.c | 36 FILE *f;
|
| /external/elfutils/tests/ |
| arsymtest.c | 2 This file is part of Red Hat elfutils. 39 FILE *fp; 51 printf ("Cannot open input file: %m"); 55 /* Open the output file. */ 59 printf ("Cannot open output file: %m");
|
| /external/flac/libFLAC/include/private/ |
| bitreader.h | 35 #include <stdio.h> /* for FILE */ 55 void FLAC__bitreader_dump(const FLAC__BitReader *br, FILE *out);
|
| bitwriter.h | 35 #include <stdio.h> /* for FILE */ 52 void FLAC__bitwriter_dump(const FLAC__BitWriter *bw, FILE *out);
|
| /external/icu4c/samples/layout/ |
| UnicodeReader.cpp | 23 * Read the text from a file. The text must start with a Unicode Byte 28 FILE *f; 42 guiSupport->postErrorMessage(errorMessage, "Text File Error"); 76 guiSupport->postErrorMessage(errorMessage, "Text File Error"); 87 guiSupport->postErrorMessage(errorMessage, "Text File Error"); 95 guiSupport->postErrorMessage(errorMessage, "Text File Error"); 110 guiSupport->postErrorMessage(errorMessage, "Text File Error");
|
| /external/icu4c/test/letest/ |
| PortableFontInstance.h | 9 * file name: PortableFontInstance.h 31 FILE *fFile;
|
| /external/icu4c/tools/gencmn/ |
| gencmn.c | 8 * file name: gencmn.c 17 * into one common, memory-mappable file. 68 FILE *where = argc < 0 ? stderr : stdout; 78 "Read the list file (default: standard input) and create a common data\n" 79 "file from specified files. Omit any files larger than maxsize, if maxsize > 0.\n"); 90 "\t-t, --type filetype type of the destination file\n" 92 "\t-S, --source tocfile write a .c source file with the table of\n"
|
| /external/iproute2/tc/ |
| f_cgroup.c | 84 static int cgroup_print_opt(struct filter_util *qu, FILE *f,
|
| q_hfsc.c | 103 hfsc_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) 120 hfsc_print_xstats(struct qdisc_util *qu, FILE *f, struct rtattr *xstats) 223 hfsc_print_sc(FILE *f, char *name, struct tc_service_curve *sc) 234 hfsc_print_class_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
|
Completed in 1126 milliseconds
<<41424344454647484950>>