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

<<71727374757677787980>>

  /system/extras/librank/
librank.c 5 * you may not use this file except in compliance with the License.
316 FILE *f;
  /system/extras/showmap/
showmap.c 164 FILE *fp;
  /system/vold/
VolumeManager.cpp 5 * you may not use this file except in compliance with the License.
52 #define MASS_STORAGE_FILE_PATH "/sys/class/android_usb/android0/f_mass_storage/lun/file"
276 SLOGE("ASEC file '%s' currently exists - destroy it first! (%s)",
287 SLOGE("ASEC file '%s' currently exists - destroy it first! (%s)",
305 SLOGE("ASEC image file creation failed (%s)", strerror(errno));
343 * Drop down the superblock at the end of the file
558 * There can only be one file marked as private right now.
566 SLOGE("Couldn't open file %s: %s", ftsent->fts_accpath, strerror(errno));
989 * Mounts an image file <code>img</code>.
1107 FILE *fp
    [all...]
  /bootable/recovery/updater/
install.c 5 * you may not use this file except in compliance with the License.
382 // to return the entire contents of the file as the result of this
392 // The two-argument version extracts to a file.
405 FILE* f = fopen(dest_path, "wb");
419 // The one-argument version returns the contents of the file
598 // file_getprop(file, key)
600 // interprets 'file' as a getprop-style file (key=value pairs, one
633 FILE* f = fopen(filename, "rb");
660 ErrorAbort(state, "%s: malformed line \"%s\": %s not a prop file?"
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 3 // found in the LICENSE file.
97 // How long to wait for the File thread to complete during EndSession, on
209 // down while the IO and FILE threads are still alive.
276 // At this point, no render process exist and the file, io, db, and
348 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
353 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
741 new BrowserProcessSubThread(BrowserThread::FILE));
744 // On Windows, the FILE thread needs to be have a UI message loop which pumps
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 3 // found in the LICENSE file.
278 // Returns a piece of memory with the contents of the file |path|.
281 net::FileStream file; local
283 if (file.Open(path, flags) == net::OK) {
284 int64 avail = file.Available();
290 if (file.ReadUntilComplete(data, size) == avail)
423 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
846 // Themes should be loaded on the file thread, not the UI thread.
    [all...]
  /external/elfutils/src/
ld.c 2 This file is part of Red Hat elfutils.
50 static void print_version (FILE *stream, struct argp_state *state);
51 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
87 { NULL, 0, NULL, 0, N_("Input File Control:"), 0 },
92 { NULL, 'l', N_("FILE"), OPTION_HIDDEN, NULL, 0 },
105 { NULL, 0, NULL, 0, N_("Output File Control:"), 0 },
106 { "output", 'o', N_("FILE"), 0, N_("Place output in FILE."), 0 },
179 { "trace", 't', NULL, 0, N_("Trace file opens."), 0 },
184 { NULL, 'c', N_("FILE"), 0, N_("Use linker script in FILE."), 0 }
    [all...]
nm.c 1 /* Print symbol information from ELF file in human-readable form.
3 This file is part of Red Hat elfutils.
60 static void print_version (FILE *stream, struct argp_state *state);
61 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
86 { "print-file-name", 'A', NULL, 0,
87 N_("Print name of the input file before every symbol"), 0 },
111 static const char args_doc[] = N_("[FILE...]");
123 /* Print symbols in file named FNAME. */
130 /* Handle ELF file. */
250 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))
550 const char *file; member in struct:local_name
    [all...]
objdump.c 1 /* Print information from ELF file in human-readable form.
3 This file is part of Red Hat elfutils.
51 static void print_version (FILE *stream, struct argp_state *state);
52 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
80 static const char args_doc[] = N_("[FILE...]");
92 /* Print symbols in file named FNAME. */
99 /* Handle ELF file. */
178 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
249 /* Open the file and determine the type. */
253 /* Open the file. *
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 8 * file name: ucm.c
16 * This file reads a .ucm file, stores its mappings and sorts them.
43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) {
64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) {
69 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) {
    [all...]
  /external/iproute2/misc/
arpd.c 97 "Usage: arpd [ -lk ] [ -a N ] [ -b dbase ] [ -f file ] [ interfaces ]\n");
125 FILE *fp;
158 FILE *fp;
678 FILE *fp;
702 fprintf(stderr, "Wrong format of input file \"%s\"\n", do_load);
  /external/jhead/
jhead.c 43 static char * strftime_args = NULL; // Format for new file name.
75 static char * ExifXferScrFile = NULL;// Extract Exif header from this file, and
81 static char * CommentSavefileName = NULL; // Save comment to this file.
82 static char * CommentInsertfileName = NULL; // Insert comment from this file.
88 static int ShowFileInfo = TRUE; // Indicates to show standard file info
89 // (file name, file size, file date)
108 if (CurrentFile) fprintf(stderr,"in file '%s'\n",CurrentFile);
129 // Set file time as exif time
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 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.
318 FILE *vpxlog = 0;
812 FILE *z = fopen("decodestats.stt", "a");
933 FILE *f = fopen("decompressor.VP8", "ab");
  /external/libxml2/
HTMLtree.c 456 * @out: the FILE pointer
469 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc,
510 * @out: the FILE pointer
518 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) {
1026 * @f: the FILE*
1029 * Dump an HTML document to an open FILE.
1034 htmlDocDump(FILE *f, xmlDocPtr cur) {
1089 * Dump an HTML document to a file. If @filename is "-" the stdout file is
1152 * Dump an HTML document to a file using a given encoding
    [all...]
  /external/linux-tools-perf/
Makefile 34 $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE
36 -include $(OUTPUT)PERF-VERSION-FILE
694 : $(OUTPUT)PERF-VERSION-FILE
751 DIRECTORY_DEPS = $(LIB_OBJS) $(BUILTIN_OBJS) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h
900 $(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS
905 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope .FORCE-PERF-CFLAGS
  /external/openssl/crypto/bio/
bio.h 205 /* "UPLINK" flag denotes file descriptors provided by application.
634 BIO *BIO_new_fp(FILE *stream, int close_flag);
706 int BIO_dump_fp(FILE *fp, const char *s, int len);
707 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
    [all...]
  /external/openssl/include/openssl/
bio.h 205 /* "UPLINK" flag denotes file descriptors provided by application.
634 BIO *BIO_new_fp(FILE *stream, int close_flag);
706 int BIO_dump_fp(FILE *fp, const char *s, int len);
707 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
    [all...]
  /external/ppp/pppd/
tty.c 118 static int record_write __P((FILE *, int code, u_char *buf, int nb,
126 static int ttyfd; /* Serial port file descriptor */
140 bool lockflag = 0; /* Create lock file to lock the serial dev */
147 char *record_file = NULL; /* File to record chars sent/received */
176 "Lock serial device with UUCP-style lock file", OPT_PRIO | 1 },
204 "Record characters sent/received to file", OPT_PRIO },
409 * and read its options file.
429 * Parse the tty options file.
430 * The per-tty options file should not change
852 * maybe_relock - our PID has changed, maybe update the lock file
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 77 FILE *sv_logfile;
78 FILE *sv_fraglogfile;
998 FILE *f;
    [all...]
  /external/v8/src/
isolate.h 681 void PrintCurrentStackTrace(FILE* out);
682 void PrintStackTrace(FILE* out, char* thread_data);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 957 void LayerAndroid::dumpLayer(FILE* file, int indentLevel) const
959 writeHexVal(file, indentLevel + 1, "layer", (int)this);
960 writeIntVal(file, indentLevel + 1, "layerId", m_uniqueId);
961 writeIntVal(file, indentLevel + 1, "haveClip", m_haveClip);
962 writeIntVal(file, indentLevel + 1, "isFixed", isPositionFixed());
964 writeFloatVal(file, indentLevel + 1, "opacity", getOpacity());
965 writeSize(file, indentLevel + 1, "size", getSize());
966 writePoint(file, indentLevel + 1, "position", getPosition());
967 writePoint(file, indentLevel + 1, "anchor", getAnchorPoint())
1002 FILE* file = fopen("\/data\/data\/com.android.browser\/layertmp", "w"); local
    [all...]
  /external/webkit/Tools/Scripts/
VCSUtils.pm 37 use File::Basename;
38 use File::Spec;
148 # Note, this method will not error if the file corresponding to the $source path does not exist.
160 # Note, this method will not error if the file corresponding to the path does not exist.
197 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
251 return -d File::Spec->catdir($dir, ".svn");
287 return File::Spec->abs2rel($previousDirectory, $newDirectory);
307 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
334 $path = File::Spec->catdir($parent, $path);
337 return File::Spec->rel2abs($last)
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 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.
78 FILE *bufFile;
79 FILE *delayFile;
80 FILE *skewFile;
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 49 FILE * inputBufferFile
72 FILE *file_ptr = NULL;
82 DEBUG_PRINT("\n File is not located ");
111 DEBUG_PRINT("\n File can't be created");
678 DEBUG_PRINT("\n Read Frame from File");
699 DEBUG_PRINT("\n Read Frame from File szie = %d",(int)data_len);
1044 FILE * inputBufferFile)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 52 FILE *fOut = NULL;
175 /* set up fRt file pointers */
178 /* open log file unless STDOUT or STDERR is specified */
183 /* expand file name with PID and name */
192 /* free new file name */
222 /* close debug file unless stdout or stderr */
238 FILE *fUptime = fopen("/proc/uptime", "r");
295 static void print_rate_info(FILE *fOut,
    [all...]

Completed in 1696 milliseconds

<<71727374757677787980>>