| /external/webkit/Source/WebCore/platform/graphics/android/layers/ |
| IFrameLayerAndroid.h | 56 virtual void dumpLayer(FILE*, int indentLevel) const;
|
| /external/webrtc/src/modules/audio_processing/aec/ |
| aec_core.h | 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. 149 FILE *farFile; 150 FILE *nearFile; 151 FILE *outFile; 152 FILE *outLinearFile;
|
| /external/webrtc/src/system_wrappers/source/ |
| file_impl.h | 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. 46 FILE* _id; 50 size_t _maxSizeInBytes; // -1 indicates file size limitation is off
|
| /frameworks/av/drm/common/ |
| ReadWriteUtils.cpp | 5 * you may not use this file except in compliance with the License. 36 FILE* file = NULL; local 37 file = fopen(filePath.string(), "r"); 40 if (NULL != file) { 41 int fd = fileno(file); 52 fclose(file); 58 FILE* file = NULL; local 59 file = fopen(filePath.string(), "r") 79 FILE* file = NULL; local 96 FILE* file = NULL; local [all...] |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/ |
| arm-protos.h | 7 This file is part of GCC. 20 along with GCC; see the file COPYING3. If not see 35 extern void arm_asm_output_labelref (FILE *, const char *); 36 extern void thumb2_asm_output_opcode (FILE *); 43 extern void arm_output_fn_unwind (FILE *, bool); 138 extern void output_ascii_pseudo_op (FILE *, const unsigned char *, int); 140 extern void arm_poke_function_name (FILE *, const char *); 141 extern void arm_print_operand (FILE *, rtx, int); 142 extern void arm_print_operand_address (FILE *, rtx); 146 extern int arm_emit_vector_const (FILE *, rtx) [all...] |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| toplev.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 91 extern void output_quoted_string (FILE *, const char *); 92 extern void output_file_directive (FILE *, const char *); 98 extern void fnotice (FILE *, const char *, ...) 125 /* Sample data input file. */ 156 extern void print_version (FILE *, const char *);
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| timevar.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 97 extern void timevar_print (FILE *);
|
| toplev.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 67 extern void print_version (FILE *, const char *);
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| timevar.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 97 extern void timevar_print (FILE *);
|
| toplev.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 67 extern void print_version (FILE *, const char *);
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| timevar.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 97 extern void timevar_print (FILE *);
|
| toplev.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 67 extern void print_version (FILE *, const char *);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
| input.h | 2 * \file include/input.h 64 int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode); 65 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
| input.h | 2 * \file include/input.h 64 int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode); 65 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
| input.h | 2 * \file include/input.h 64 int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode); 65 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
|
| /system/bluetooth/brfpatch/ |
| brfpatch.c | 5 ** you may not use this file except in compliance with the License. 38 " script pad to save as .txt. This txt file can be used as input.\n" 54 static void dump_record(FILE *fpo, unsigned short opcode, unsigned char len, 77 static void process_line(FILE *file_out, char *buf, char *buffer) { 171 FILE *file_in = fopen(argv[1], "r"); 174 FILE *file_out = fopen(argv[2], "w+");
|
| /system/core/sh/ |
| show.c | 57 static void shtree(union node *, int, char *, FILE*); 58 static void shcmd(union node *, FILE *); 59 static void sharg(union node *, FILE *); 60 static void indent(int, char *, FILE *); 73 shtree(union node *n, int ind, char *pfx, FILE *fp) 124 shcmd(union node *cmd, FILE *fp) 166 sharg(union node *arg, FILE *fp) 250 indent(int amount, char *pfx, FILE *fp) 269 FILE *tracefile;
|
| /bionic/libc/stdlib/ |
| wchar.c | 40 int fwprintf(FILE *stream, const wchar_t *format, ...) 78 int vfwprintf(FILE *stream, const wchar_t *format, va_list arg) 90 int fwscanf(FILE *stream, const wchar_t *format, ... ) 144 wint_t fgetwc(FILE *stream) 149 wchar_t *fgetws(wchar_t *ws, int n, FILE *stream) 154 wint_t fputwc(wchar_t wc, FILE *stream) 159 int fputws(const wchar_t *str, FILE *stream) 164 int fwide(FILE *stream, int mode) 170 wint_t getwc(FILE *stream) 228 wint_t putwc(wchar_t wc, FILE *stream [all...] |
| /external/aac/libSYS/src/ |
| genericStds.cpp | 163 chars += vfprintf((FILE*)stream, format, ap); 183 INT FDKfprintf(FILE *stream, const char *format, ...) { /*stub ! */; } 370 /* ==================== FILE I/O ====================== */ 376 INT FDKfclose(FDKFILE *fp) { return fclose((FILE*)fp);} 379 INT FDKfseek(FDKFILE *fp, LONG OFFSET, int WHENCE) { return fseek((FILE*)fp, OFFSET, WHENCE);} 382 INT FDKftell(FDKFILE *fp) { return ftell((FILE*)fp); } 385 INT FDKfflush(FDKFILE *fp) { return fflush((FILE*)fp); } 392 UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) { return fwrite(ptrf, size, nmemb, (FILE*)fp); } 395 UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp) { return fread(dst, size, nmemb, (FILE*)fp); } 398 char* FDKfgets(void *dst, INT size, FDKFILE *fp) { return fgets((char *)dst, size, (FILE*)fp); [all...] |
| /external/chromium/chrome/browser/ |
| spellcheck_host_impl.cc | 3 // found in the LICENSE file. 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 118 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 135 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 144 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 146 // Initialize the BDICT path. This initialization should be in the FILE thread 165 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 175 // File didn't exist. Download it. 203 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE)); 205 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE [all...] |
| /external/svox/pico/lib/ |
| picopal.c | 5 * you may not use this file except in compliance with the License. 17 * @file picopal.c 285 /* file access */ 294 /* 'fopen' opens the file with name 'filename'. Depending on 296 'PICOPAL_TEXT_READ' : Opens an existing text file for reading. 297 The file is positioned at the beginning of the file. 298 'PICOPAL_TEXT_WRITE' : Opens and truncates an existing file or creates a new 299 text file for writing. The file is positioned at th [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| config_file.c | 2 * WPA Supplicant / Configuration backend: text file 8 * This file implements a configuration backend for text files. All the 9 * configuration information is stored in a text file that uses a format 10 * described in the sample configuration file, wpa_supplicant.conf. 22 * wpa_config_get_line - Read the next configuration file line 25 * @stream: File stream to read from 26 * @line: Pointer to a variable storing the file line number 32 * This function reads the next non-empty line from the configuration file and 35 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, 121 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id [all...] |
| /bionic/libc/stdio/ |
| makebuf.c | 42 * Allocate a file buffer, or switch to unbuffered I/O. 49 __smakebuf(FILE *fp) 78 * Internal routine to determine `proper' buffering for a file. 81 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) 99 * Optimise fseek() only if it is a regular file. (The test for
|
| refill.c | 40 lflush(FILE *fp) 52 __srefill(FILE *fp) 101 * Before reading from a line buffered or unbuffered file, 106 /* Ignore this file in _fwalk to avoid potential deadlock. */ 111 /* Now flush this file without locking it. */
|
| /bootable/recovery/applypatch/ |
| utils.c | 5 * you may not use this file except in compliance with the License. 22 void Write4(int value, FILE* f) { 30 void Write8(long long value, FILE* f) {
|