| /frameworks/av/include/private/media/ |
| VideoFrame.h | 6 ** you may not use this file except in compliance with the License. 37 FILE *in = fopen(url, "r"); 42 mSize = ftell(in); // Allocating buffer of size equals to the external file size.
|
| /frameworks/base/tools/aidl/ |
| generate_java.cpp | 80 FILE* to; 84 /* open file in binary mode to ensure that the tool produces the
|
| /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
| perf_rt.h | 104 FILE *fRt; /* file to real-time output (Buffer) */
|
| /hardware/ti/omap4xxx/ |
| mapinfo.c | 54 FILE *fp = fopen(data, "r"); 79 /* Map a pc address to the name of the containing ELF file */
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| getdelim.c | 57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp)
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| tree-ssa-operands.h | 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 201 extern bool verify_imm_links (FILE *f, tree var); 207 extern void dump_immediate_uses (FILE *file); 208 extern void dump_immediate_uses_for (FILE *file, tree var); 211 extern void dump_decl_set (FILE *, bitmap);
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 208 extern void flow_loops_dump (FILE *, 209 void (*)(const struct loop *, FILE *, int), int); 210 extern void flow_loop_dump (const struct loop *, FILE *, 211 void (*)(const struct loop *, FILE *, int), int);
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 208 extern void flow_loops_dump (FILE *, 209 void (*)(const struct loop *, FILE *, int), int); 210 extern void flow_loop_dump (const struct loop *, FILE *, 211 void (*)(const struct loop *, FILE *, int), int);
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 208 extern void flow_loops_dump (FILE *, 209 void (*)(const struct loop *, FILE *, int), int); 210 extern void flow_loop_dump (const struct loop *, FILE *, 211 void (*)(const struct loop *, FILE *, int), int);
|
| /sdk/emulator/opengl/host/libs/libOpenglRender/ |
| RenderThread.cpp | 5 * you may not use this file except in compliance with the License. 62 // open dump file if RENDER_DUMP_DIR is defined 65 FILE *dumpFP = NULL; 72 fprintf(stderr,"Warning: stream dump failed to open file %s\n",fname); 97 // dump stream to file if needed
|
| /sdk/emulator/opengl/host/tools/emugen/ |
| ApiGen.h | 5 * you may not use this file except in compliance with the License. 84 virtual void printHeader(FILE *fp) const;
|
| /system/core/sh/ |
| histedit.c | 71 static FILE *el_in, *el_out; 76 extern FILE *tracefile; 86 FILE *el_err; 199 out2str("usage: inputrc file\n"); 233 FILE *efp; 372 * If editing, grab a temp file. 379 error("can't create temporary file %s", editfile); 388 * do it now. Otherwise, put into temp file and call the editor
|
| /system/extras/tests/bionic/libstdc++/ |
| test_cstdio.cpp | 31 #error "Wrong header file included!!" 156 volatile std::FILE file; local
|
| /bootable/recovery/ |
| install.cpp | 5 * you may not use this file except in compliance with the License. 102 // indicate taking a file from the OTA package.) 109 // - the name of the package zip file. 133 FILE* from_child = fdopen(pipefd[0], "r"); 177 // Reads a file containing one or more public keys as produced by 184 // characters the parser expects to find in the file; the ellipses 187 // The file may contain multiple keys in this format, separated by 190 // Returns NULL if the file failed to parse, or if it contain zero keys. 196 FILE* f = fopen(filename, "r"); 226 // if the line ends in a comma, this file has more keys [all...] |
| /device/samsung/tuna/recovery/ |
| bootloader.c | 5 * you may not use this file except in compliance with the License. 68 unsigned int offset; /* file offset (in TAR) */ 69 unsigned int filesize; /* file size */ 71 char filename[32]; /* file name */ 72 char deltaname[32]; /* delta file name - dedicated. */ 79 FILE* f = fopen(fname, "rb"); 289 fprintf(stderr, "Failed to close file\n"); 308 FILE* xloader = fopen(xloader_loc, "r+b"); 329 FILE* sbl = fopen(sbl_loc, "r+b");
|
| /external/chromium/base/ |
| shared_memory_posix.cc | 3 // found in the LICENSE file. 46 // If fstat fails, then the file descriptor is invalid and we'll learn this 110 FILE *fp; 121 // Deleting the file prevents anyone else from mapping it in 196 FILE *fp = file_util::OpenFile(path, mode); 251 bool SharedMemory::PrepareMapFile(FILE *fp) { 265 LOG(WARNING) << "Shared memory creation failed; out of file descriptors";
|
| /external/chromium/chrome/browser/ui/web_applications/ |
| web_app_ui.cc | 3 // found in the LICENSE file. 83 // File name of shortcut/ico file based on app title. 165 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 213 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 219 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/sdch/open-vcdiff/src/gtest/ |
| gtest-port.cc | 77 void GTestLog(GTestLogSeverity severity, const char* file, 83 fprintf(stderr, "\n%s %s:%d: %s\n", marker, file, line, msg); 95 // The ctor redirects stderr to a temporary file. 120 // Returns the name of the temporary file holding the stderr output. 132 // Returns the size (in bytes) of a file. 133 static size_t GetFileSize(FILE * file) { 134 fseek(file, 0, SEEK_END); 135 return static_cast<size_t>(ftell(file)); 138 // Reads the entire content of a file as a string 176 FILE* const file = fopen(g_captured_stderr->filename().c_str(), "r"); local [all...] |
| /external/dropbear/libtomcrypt/demos/ |
| tv_gen.c | 119 FILE *out; 161 FILE *out; 235 FILE *out; 287 FILE *out; 342 FILE *out; 396 FILE *out; 456 FILE *out; 520 FILE *out; 583 FILE *out; 639 FILE *out [all...] |
| /external/e2fsprogs/debugfs/ |
| util.c | 4 * Copyright (C) 1993, 1994 Theodore Ts'o. This file may be 78 FILE *open_pager(void) 80 FILE *outfile = 0; 98 void close_pager(FILE *stream) 313 * argument which is a file/inode number specifier. 318 if (common_args_process(argc, argv, 2, 2, argv[0], "<file>", flags))
|
| /external/elfutils/libdwfl/ |
| linux-proc-maps.c | 3 This file is part of Red Hat elfutils. 25 those well defined interfaces identified in the file named EXCEPTION 36 covered by this exception. If you modify this file, you may extend this 37 exception to your version of the file, but you are not obligated to do 40 this file solely under the GPL without exception. 130 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid) 191 char *file = line + nread + strspn (line + nread, " \t"); local 192 if (file[0] == '\0' || (ino == 0 && dmajor == 0 && dminor == 0)) 193 /* This line doesn't indicate a file mapping. */ 199 /* This is another portion of the same file's mapping. * [all...] |
| /external/elfutils/src/ |
| ranlib.c | 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; 133 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) 162 /* Handle a file given on the command line. */ 181 /* First we walk through the file, looking for all ELF files to 235 /* If the file contains no symbols we need not do anything. */ 238 /* We have to rewrite the file also if it initially had an index 242 /* Create a new, temporary file in the same directory as the 243 original file. * [all...] |
| /external/icu4c/io/unicode/ |
| ustdio.h | 9 * File ustdio.h 48 * Make sure that the last character is flushed when the file/string is closed. 84 * Complete the file documentation with proper doxygen formatting. 89 * \file 101 * <li>Locale specific formatting and parsing is only done with file IO.</li> 102 * <li>u_fstropen can be used to simulate file IO with strings. 110 * <li>You can specify a Transliterator while using the file IO.</li> 111 * <li>You can specify a file's codepage separately from the default 200 * When an end of file is encountered, this value can be returned. 206 /** Forward declaration of a Unicode-aware file @stable 3.0 * [all...] |
| /external/icu4c/test/letest/ |
| gendata.cpp | 8 * file name: gendata.cpp 47 * FIXME: should use the output file name and the current date. 56 " WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT\n" 59 " file name: letest.xml\n" 66 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { 70 fprintf(file, " <%s>\n", tag); 74 fprintf(file, " %s\n", lineBuffer); 83 fprintf(file, " %s\n", lineBuffer); 86 fprintf(file, " </%s>\n\n", tag) [all...] |
| /external/icu4c/tools/gennorm2/ |
| gennorm2.cpp | 8 * file name: gennorm2.cpp 17 * parses them, and builds a binary data file. 47 U_DEFINE_LOCAL_OPEN_POINTER(LocalStdioFilePointer, FILE, fclose); 50 void parseFile(FILE *f, Normalizer2DataBuilder &builder); 106 "creates a binary file (outputfilename) with the data.\n" 119 "\t --fast optimize the .nrm file for fast normalization,\n" 135 "gennorm2 writes a dummy binary data file " 187 void parseFile(FILE *f, Normalizer2DataBuilder &builder) {
|