HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1351 - 1375 of 2555) sorted by null

<<51525354555657585960>>

  /external/sqlite/dist/orig/
shell.c 12 ** This file contains code to implement the "sqlite" command line
21 ** Enable large-file support for fopen() and friends on unix.
223 ** is true. Otherwise, assume stdin is connected to a file or pipe.
256 static FILE *iotrace = 0;
329 ** This routine reads a line of text from FILE in, stores
331 ** to the text. NULL is returned at end of file, or if malloc()
337 static char *local_getline(char *zPrompt, FILE *in, int csvFlag){
386 static char *one_input_line(const char *zPrior, FILE *in){
421 FILE *out; /* Write results here */
436 const char *zDbFilename; /* name of the database file */
    [all...]
  /external/sqlite/dist/
shell.c 12 ** This file contains code to implement the "sqlite" command line
21 ** Enable large-file support for fopen() and friends on unix.
228 ** is true. Otherwise, assume stdin is connected to a file or pipe.
261 static FILE *iotrace = 0;
334 ** This routine reads a line of text from FILE in, stores
336 ** to the text. NULL is returned at end of file, or if malloc()
342 static char *local_getline(char *zPrompt, FILE *in, int csvFlag){
391 static char *one_input_line(const char *zPrior, FILE *in){
426 FILE *out; /* Write results here */
441 const char *zDbFilename; /* name of the database file */
    [all...]
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 36 use File::Basename;
37 use File::Copy;
38 use File::Path;
39 use File::Spec;
136 exec qw(git merge-file -L THEIRS -L BASE -L OURS), $theirs, $base, $ours;
139 for my $file (@changeLogFiles) {
141 fixOneMergedChangeLog($file);
143 resolveChangeLog($file);
166 return File::Spec->abs2rel($absolutePath, Cwd::getcwd());
171 my ($file) = @_
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 1 /* flexdef - definitions file for flex */
345 * eofseen - true if we've seen an eof in the input file
362 * backing_up_report - if true (i.e., -b flag), generate "lex.backup" file
404 * skelfile - the skeleton file
407 * yyin - input file
408 * backing_up_file - file to summarize backing-up states to
409 * infilename - name of input file
410 * outfilename - name of output file
431 extern FILE *skelfile, *yyin, *backing_up_file;
710 /* from file ccl.c *
    [all...]
  /external/zlib/contrib/minizip/
miniunz.c 72 Usage : miniunz [-exvlo] file.zip [file_to_extract] [-d extractdir]
74 list the file in the zipfile, and print the content of FILE_ID.ZIP or README.TXT
79 /* change_file_date : change the date/time of a file
80 filename : the filename of the file where date/time must be modified
196 printf("Usage : miniunz [-e] [-x] [-v] [-l] [-o] [-p password] file.zip [file_to_extr.] [-d extractdir]\n\n" \
203 " -p extract crypted file using password\n\n");
262 /* display a '*' if the file is crypted */
322 FILE *fout=NULL;
379 FILE* ftestexist;
389 printf("The file %s exists. Overwrite ? [y]es, [n]o, [A]ll: ",write_filename)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 5 * you may not use this file except in compliance with the License.
30 /* _NO_OUT disables output file writing */
48 FILE *foutput = NULL;
78 with file I/O for H.264 decoder. Prints out the usage information
106 FILE *finput;
126 "Usage: %s [-Nn] [-Ooutfile] [-P] [-U] [-C] [-R] [-T] file.h264\n",
172 /* open input file for reading, file name given by user. If file open
177 DEBUG(("UNABLE TO OPEN INPUT FILE\n"))
    [all...]
  /frameworks/rs/
rsFileA3D.cpp 6 * you may not use this file except in compliance with the License.
147 // We should know enough to read the file in at this point.
154 bool FileA3D::load(FILE *f) {
158 ALOGV("file open 1");
194 ALOGV("file open size = %lli", mDataSize);
196 // We should know enough to read the file in at this point.
299 FILE *writeHandle = fopen(filename, "wb");
301 ALOGE("Couldn't open the file for writing\n");
328 // Write our magic string so we know we are reading the right file
339 // Now write the size of the data part of the file for easier parsing late
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 87 #define EV_CONN_SELECTED 0x0002 /* evSelectFD(conn->file). */
89 evFileID file; member in struct:evConn
132 evFileID file; member in struct:evStream
172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
175 struct { evFile *this; int eventmask; } file; member in union:evEvent_p::__anon601
189 FILE *output;
  /bionic/libc/stdio/
fvwrite.c 48 __sfvwrite(FILE *fp, struct __suio *uio)
  /bootable/recovery/edify/
main.c 5 * you may not use this file except in compliance with the License.
184 FILE* f = fopen(argv[1], "r");
186 printf("%s: %s: No such file or directory\n", argv[0], argv[1]);
  /bootable/recovery/minui/
resources.c 5 * you may not use this file except in compliance with the License.
56 FILE* fp = fopen(resPath, "rb");
  /bootable/recovery/
verifier.cpp 5 * you may not use this file except in compliance with the License.
30 // Look for an RSA signature embedded in the .ZIP file comment given
40 FILE* f = fopen(path, "rb");
46 // An archive with a whole-file signature will end in six bytes:
99 // Determine how much of the file is covered by the signature.
179 LOGI("whole-file signature verified against key %d\n", i);
185 LOGE("failed to verify whole-file signature\n");
  /dalvik/vm/
Profile.cpp 5 * you may not use this file except in compliance with the License.
40 * File format:
285 * Dump the thread list to the specified file.
287 static void dumpThreadList(FILE* fp) {
303 FILE* fp = (FILE*) vfp;
342 * Dump the list of "marked" methods to the specified file.
344 static void dumpMethodList(FILE* fp)
355 * This opens the output file (if an already open fd has not been supplied,
357 * takes ownership of the file descriptor, closing it on completion
    [all...]
  /external/bison/src/
print_graph.c 5 This file is part of Bison, the GNU Compiler Compiler.
18 along with Bison; see the file COPYING. If not, write to
42 static FILE *fgraph = NULL;
201 /* Output file. */
relation.c 4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to
30 relation_print (relation r, relation_node size, FILE *out)
  /external/blktrace/
blktrace.h 60 extern FILE *ofp;
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 157 int bafprintf(FILE *stream, const char *format, ...);
  /external/bluetooth/bluez/lib/
bluetooth.c 143 int bafprintf(FILE *stream, const char *format, ...)
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimealias.c: Private file. Datastructure for storing the hierarchy.
128 FILE *file; local
133 file = fopen (file_name, "r");
135 if (file == NULL)
142 while (fgets (line, 255, file) != NULL)
195 fclose (file);
  /external/bluetooth/glib/gobject/
gobject-query.c 36 static FILE *f_out = NULL;
  /external/chromium/chrome/browser/download/
download_file_unittest.cc 3 // found in the LICENSE file.
36 file_thread_(BrowserThread::FILE, &loop_) {
57 virtual void CreateDownloadFile(scoped_ptr<DownloadFile>* file, int offset) {
63 file->reset(new DownloadFile(&info, download_manager_));
66 virtual void DestroyDownloadFile(scoped_ptr<DownloadFile>* file, int offset) {
67 EXPECT_EQ(kDummyDownloadId + offset, (*file)->id());
68 EXPECT_EQ(download_manager_, (*file)->GetDownloadManager());
69 EXPECT_FALSE((*file)->in_progress());
71 (*file)->bytes_so_far());
75 EXPECT_TRUE(file_util::ReadFileToString((*file)->full_path()
    [all...]
download_prefs.cc 3 // found in the LICENSE file.
24 // We store any file extension that should be opened automatically at
63 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/extensions/
image_loading_tracker_unittest.cc 3 // found in the LICENSE file.
27 file_thread_(BrowserThread::FILE),
  /external/chromium/chrome/browser/importer/
importer_host.cc 3 // found in the LICENSE file.
27 // TODO(port): Port this file.
226 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, task_);
  /external/chromium/chrome/browser/
memory_details_win.cc 3 // found in the LICENSE file.
69 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));

Completed in 1214 milliseconds

<<51525354555657585960>>