| /frameworks/wilhelm/src/android/ |
| AudioRecorder_to_android.cpp | 5 * you may not use this file except in compliance with the License. 23 // use this flag to dump all recorded audio into a file 28 static FILE* gMonitorFp = NULL;
|
| /frameworks/wilhelm/tests/examples/ |
| slesTestDecodeToBuffQueue.cpp | 5 * you may not use this file except in compliance with the License. 22 These use adb on host to retrieve the decoded file: 27 Select myFile.raw file, then click Open button 31 1 Channel (Mono) / 2 Channels (Stereo) based on the selected file 32 Sample rate same as the selected file 64 static FILE* gFp; 88 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond. 189 fprintf(stdout, "Error writing to output file, signaling EOS\n"); 261 /* Decode an audio path by opening a file descriptor on that path */
|
| /frameworks/wilhelm/tests/native-media/jni/ |
| native-media-jni.c | 5 * you may not use this file except in compliance with the License. 66 // handle of the file to play 67 FILE *file; variable 69 // has the app reached the end of the file 120 rewind(file); 193 nbRead = fread(pBufferData, BUFFER_SIZE, 1, file); 301 nbRead = fread(dataCache, BUFFER_SIZE, NB_BUFFERS, file); 349 // open the file to play 350 file = fopen(utf8, "rb") [all...] |
| /hardware/qcom/media/mm-video/vidc/vdec/inc/ |
| omx_vdec.h | 34 *//** @file comx_vdec.h 611 FILE *m_device_file_ptr;
|
| /hardware/qcom/media/mm-video/vidc/vdec/test/ |
| omx_vdec_test.cpp | 149 FILE * inputBufferFile; 150 FILE * outputBufferFile; 151 FILE * seqFile; 307 int get_next_command(FILE *seq_file) 425 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n"); 472 Write the output of the decoder to the file. 526 DEBUG_PRINT("\nFillBufferDone: Failed to write to the file\n"); 529 DEBUG_PRINT("\nFillBufferDone: Wrote %d YUV bytes to the file\n", 940 printf(" ENTER THE SEQ FILE NAME\n"); [all...] |
| /hardware/ril/mock-ril/src/cpp/ |
| js_support.cpp | 5 * you may not use this file except in compliance with the License. 100 FILE *f; 109 // Determine the length of the file 115 // Read file into a buffer 119 DBG("Couldn't read entire file"); 124 DBG("File read"); 151 // A javascript read file function arg[0] = filename 158 // No file name return Undefined 176 // A javascript read file function arg[0] = filename 183 // No file name return Undefine [all...] |
| /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
| perf_log.h | 173 FILE *fOut; /* output file */ 174 char *fOutFile; /* output file name */
|
| /hardware/ti/omap4xxx/domx/make/ |
| build.mk | 5 # you may not use this file except in compliance with the License. 51 # Preprocessor : dependency file generation 192 # if this is driver module level , build KO file too 237 # Compile .c file 244 # Compile .S file 328 # dependent files' paths for same source file varies with the 344 @$(SHELLCMD) echo set $(MYSHELL) to correct path and CASE SENSITIVE FILE NAME and EXTENSTION
|
| /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/ |
| omx_proxy_camera.c | 34 * @file omx_proxy_camera.c 35 * This file contains methods that provides the functionality for 546 * in file read or open 553 FILE *pFile; 585 DOMX_ERROR("File open error"); 596 // copy file into the buffer:
|
| /ndk/sources/cxx-stl/stlport/src/details/ |
| fstream_win32io.cpp | 75 // Return true if the file handle isn't a directory. 80 // Number of characters in the file. 113 char osfile; // file handle flags 134 //the file will be considered as open in binary mode with no append attribute 177 for (FILE *fp = &_iob[0]; fp < &_iob[_NFILE]; fp++) { 212 // Return the size of the file. This is a wrapper for stat. 296 // access. On Unix, file-creation system calls always clear 329 // Associated the filebuf with a file descriptor pointing to an already- 330 // open file. Mode is set to be consistent with the way that the file [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| make.h | 5 This file is part of GNU Make. 16 GNU Make; see the file COPYING. If not, write to the Free Software 26 /* AIX requires this to be the first thing in the file. */ 431 extern FILE *open_tmpfile PARAMS ((char **, const char *)); 454 extern int vpath_search PARAMS ((char **file, FILE_TIMESTAMP *mtime_ptr)); 455 extern int gpath_search PARAMS ((char *file, unsigned int len));
|
| vmsjobs.c | 2 This file must be #included in job.c, as it accesses static functions. 6 This file is part of GNU Make. 17 GNU Make; see the file COPYING. If not, write to the Free Software 144 child_error (c->file->name, c->cstatus, 0, 0, 0); 145 c->file->update_status = 1; 153 child_error (c->file->name, c->cstatus, 0, 0, 1); 161 switch (c->file->command_state) 168 if (c->file->update_status != 0) { 176 c->file->name); 184 c->file->command_state = cs_finished [all...] |
| /ndk/sources/host-tools/nawk-20071023/ |
| lex.c | 542 FILE *yyin = 0;
|
| /ndk/sources/host-tools/sed-4.2.1/testsuite/ |
| tst-rxspencer.c | 3 This file is part of the GNU C Library. 260 /* The test case file assumes something only guaranteed by the 411 FILE *f;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| curses.h | 126 * this header file, since that would make the normal/wide-character versions 515 * macro definitions later in this file, in order to satisfy XPG4.2 571 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ 657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */ 676 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ [all...] |
| ncurses.h | 126 * this header file, since that would make the normal/wide-character versions 515 * macro definitions later in this file, in order to satisfy XPG4.2 571 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ 657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */ 676 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
| xdr.h | 43 /* We need FILE. */ 356 extern void xdrstdio_create (XDR *__xdrs, FILE *__file, enum xdr_op __xop)
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| curses.h | 126 * this header file, since that would make the normal/wide-character versions 515 * macro definitions later in this file, in order to satisfy XPG4.2 571 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ 657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */ 676 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ [all...] |
| ncurses.h | 126 * this header file, since that would make the normal/wide-character versions 515 * macro definitions later in this file, in order to satisfy XPG4.2 571 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ 657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */ 676 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
| xdr.h | 43 /* We need FILE. */ 356 extern void xdrstdio_create (XDR *__xdrs, FILE *__file, enum xdr_op __xop)
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| curses.h | 126 * this header file, since that would make the normal/wide-character versions 515 * macro definitions later in this file, in order to satisfy XPG4.2 571 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ 657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */ 676 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ [all...] |
| ncurses.h | 126 * this header file, since that would make the normal/wide-character versions 515 * macro definitions later in this file, in order to satisfy XPG4.2 571 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ 657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */ 676 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
| xdr.h | 43 /* We need FILE. */ 356 extern void xdrstdio_create (XDR *__xdrs, FILE *__file, enum xdr_op __xop)
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| ExportHelper.java | 5 * you may not use this file except in compliance with the License. 56 import java.io.File; 82 * @param outputFile the file to write 88 public static void exportReleaseApk(IProject project, File outputFile, PrivateKey key, 109 if (manifestResource.getType() != IResource.FILE) { 135 // tmp file for the packaged resource file. To not disturb the incremental builders 137 File resourceFile = File.createTempFile(TEMP_PREFIX, AdtConstants.DOT_RES); 154 // tmp file for the packaged resource file [all...] |
| /system/core/debuggerd/ |
| debuggerd.c | 6 ** you may not use this file except in compliance with the License. 58 write_string(const char* file, const char* string) 63 fd = open(file, O_RDWR); 163 FILE* fp = fopen(path, "r"); 279 * currently assume it does.) We write to the file descriptor to 492 " -b dump backtrace to console, otherwise dump full tombstone file\n"
|