| /frameworks/base/core/jni/ |
| android_net_TrafficStats.cpp | 5 * you may not use this file except in compliance with the License. 63 // Returns an ASCII decimal number read from the specified file, -1 on error. 85 FILE *fp = fopen(IFACE_STAT_ALL, "r");
|
| /frameworks/wilhelm/tests/examples/ |
| slesTestRecBuffQueue.cpp | 5 * you may not use this file except in compliance with the License. 22 These use adb on host to retrive the file: 27 Select myrec.raw file, then click Open button 65 static FILE* gFp; 141 /* Play an audio path by opening a file descriptor on that path */
|
| /frameworks/wilhelm/tests/sandbox/streamSource/ |
| slesTestPlayStream.cpp | 5 * you may not use this file except in compliance with the License. 44 FILE *file; variable 45 /* Has the app reached the end of the file */ 87 // to play a .ts file, but rather shows more ways to exercise the API 108 size_t nbRead = fread((void*)dataCache, 1, BUFFER_SIZE*(NB_BUFFERS/2), file); 150 size_t nbRead = fread((void*)pBufferData, 1, BUFFER_SIZE, file); 208 file = fopen(path, "rb"); 297 if (fread(dataCache, 1, BUFFER_SIZE * NB_BUFFERS, file) <= 0) { 311 if (fread(dataCache, 1, BUFFER_SIZE * 1, file) <= 0) [all...] |
| /frameworks/wilhelm/tools/permute/ |
| permute.c | 5 * you may not use this file except in compliance with the License. 17 /** Permute is a host tool to randomly permute an audio file. 18 * It takes as input an ordinary .wav file and produces as output a 19 * permuted .wav file and .map which can be given the seek torture test 22 * The format of the .map file is a sequence of lines, each of which is: 56 // derived from command line options combined with file properties 119 /** Permute the specified input file */ 124 // Open the file using libsndfile 134 // Check if it is a supported file format: must be WAV 240 // read the entire file into memor [all...] |
| /gdk/samples/quake/jni/ |
| host_cmd.cpp | 475 FILE *f; 571 FILE *f; 655 // load the edicts out of the savegame file 677 break; // end of file 720 FILE *f; 771 FILE *f; 823 // load the edicts out of the savegame file 845 break; // end of file [all...] |
| keys.cpp | 504 void Key_WriteBindings (FILE *f)
|
| /hardware/broadcom/wlan/bcm4329/dhdutil/ |
| dhdu_linux.c | 258 FILE *fp;
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/ |
| dhdu_linux.c | 258 FILE *fp;
|
| /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
| G711EncTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file G711Enc_Test.c 27 * This file implements G711 Encoder Component Test Application to verify 39 *! This is newest file 227 FILE *fIn); 419 FILE* fIn = NULL; 420 FILE* fOut = NULL; 453 printf("[TestApp] [Input File] [Output File] [FUNC_ID_X] [FM/DM] [ACDNO\ 463 /* check to see that the input file exists * [all...] |
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
| JPEGTest.c | 6 * you may not use this file except in compliance with the License. 106 PRINT("411 file new nWidth %d \n", nWidth); 181 int ReadJpegSections (FILE * infile, 277 PRINT("Premature end of file?"); 484 FILE *fIn, int lBuffUsed) 507 PRINT( "Read %d bytes from file\n", nRead); 637 FILE* fIn = NULL; 638 FILE* fOut = NULL; 743 printf("\nAPP:: Output File Name is %s \n", szOutFile); 784 * Open the file of data to be rendered. Since this is a just sampl [all...] |
| /hardware/ti/omap4xxx/security/tf_daemon/ |
| smc_properties_parser.c | 262 sParserContext.pManifestName = "Configuration File"; 411 TRACE_ERROR("Configuration file: wrong service UUID: %s\n", pValueZ); 417 TRACE_ERROR("Configuration file: service \"%s\" not found\n", pNameZ); 429 FILE* pFile = NULL; 432 // open file and get its size... 463 // read the file 531 TRACE_INFO("Processing configuration file '%s'", pConfigFilename);
|
| /packages/inputmethods/LatinIME/native/jni/ |
| com_android_inputmethod_latin_BinaryDictionary.cpp | 6 ** you may not use this file except in compliance with the License. 79 FILE *file = 0; local 80 file = fopen(sourceDirChars, "rb"); 81 if (file == 0) { 90 int ret = fseek(file, (long)dictOffset, SEEK_SET); 95 ret = fread(dictBuf, sizeof(char) * dictSize, 1, file); 100 ret = fclose(file);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
| mpfr.h | 1 /* mpfr.h -- Include file for mpfr. 6 This file is part of the GNU MPFR Library. 19 along with the GNU MPFR Library; see the file COPYING.LIB. If not, write to 42 /* Check if stdio.h is included or if the user wants FILE */ 131 header file mpfr-impl.h) because it is used by some macros below. 178 function prototype in the user object file is not correct. In order to 343 __MPFR_DECLSPEC size_t mpfr_inp_str _MPFR_PROTO ((mpfr_ptr, FILE*, int, 345 __MPFR_DECLSPEC size_t mpfr_out_str _MPFR_PROTO ((FILE*, int, size_t, 348 __MPFR_DECLSPEC int mpfr_fprintf _MPFR_PROTO ((FILE*, __gmp_const char*, 362 __MPFR_DECLSPEC int mpfr_vfprintf _MPFR_PROTO ((FILE*, __gmp_const char* [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
| mpfr.h | 1 /* mpfr.h -- Include file for mpfr. 6 This file is part of the GNU MPFR Library. 19 along with the GNU MPFR Library; see the file COPYING.LIB. If not, write to 42 /* Check if stdio.h is included or if the user wants FILE */ 131 header file mpfr-impl.h) because it is used by some macros below. 178 function prototype in the user object file is not correct. In order to 343 __MPFR_DECLSPEC size_t mpfr_inp_str _MPFR_PROTO ((mpfr_ptr, FILE*, int, 345 __MPFR_DECLSPEC size_t mpfr_out_str _MPFR_PROTO ((FILE*, int, size_t, 348 __MPFR_DECLSPEC int mpfr_fprintf _MPFR_PROTO ((FILE*, __gmp_const char*, 362 __MPFR_DECLSPEC int mpfr_vfprintf _MPFR_PROTO ((FILE*, __gmp_const char* [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
| mpfr.h | 1 /* mpfr.h -- Include file for mpfr. 6 This file is part of the GNU MPFR Library. 19 along with the GNU MPFR Library; see the file COPYING.LIB. If not, write to 42 /* Check if stdio.h is included or if the user wants FILE */ 131 header file mpfr-impl.h) because it is used by some macros below. 178 function prototype in the user object file is not correct. In order to 343 __MPFR_DECLSPEC size_t mpfr_inp_str _MPFR_PROTO ((mpfr_ptr, FILE*, int, 345 __MPFR_DECLSPEC size_t mpfr_out_str _MPFR_PROTO ((FILE*, int, size_t, 348 __MPFR_DECLSPEC int mpfr_fprintf _MPFR_PROTO ((FILE*, __gmp_const char*, 362 __MPFR_DECLSPEC int mpfr_vfprintf _MPFR_PROTO ((FILE*, __gmp_const char* [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| SourceProcessor.java | 5 * you may not use this file except in compliance with the License. 46 * It provides management for modified source file list, deleted source file list, reconciliation 116 * Returns whether the given file is an output of this processor by return the source 117 * file that generated it. 118 * @param file the file to test. 119 * @return the source file that generated the given file or null. 121 IFile isOutput(IFile file) { [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
| GlobalProjectMonitor.java | 5 * you may not use this file except in compliance with the License. 44 * The Global Project Monitor tracks project file changes, and forward them to simple project, 45 * file, and folder listeners. 49 * efficient and while the global ProjectMonitor can track any file, deleted resource files 63 * with file change events. 67 * Sent when a file changed. 68 * @param file The file that changed. 69 * @param markerDeltas The marker deltas for the file. 73 public void fileChanged(IFile file, IMarkerDelta[] markerDeltas, int kind) [all...] |
| ProjectClassLoader.java | 5 * you may not use this file except in compliance with the License. 37 import java.io.File; 124 File outFolder = new File(outRes.getLocation().toOSString()); 130 File classFile = getFile(outFolder, segments, 0); 135 // load the content of the file and create the class. 160 * Returns the File matching the a certain path from a root {@link File}. 161 * <p/>The methods checks that the file ends in .class even though the last segment 163 * @param parent the root of the file [all...] |
| /sdk/emulator/opengl/host/tools/emugen/ |
| EntryPoint.cpp | 5 * you may not use this file except in compliance with the License. 156 void EntryPoint::print(FILE *fp, bool newline,
|
| /sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
| triangleV2.cpp | 5 * you may not use this file except in compliance with the License. 150 FILE *fp = fopen(fileName, "rb");
|
| /system/core/cpio/ |
| mkbootfs.c | 20 ** an explanation of this file format 45 /* Each line in the canned file should be a path plus three ints (uid, 59 // Use the list of file uid/gid/modes loaded from the file 287 FILE* f = fopen(filename, "r"); 288 if (f == NULL) die("failed to open canned file");
|
| /system/core/gpttool/ |
| gpttool.c | 6 ** you may not use this file except in compliance with the License. 155 "partition: [<name>]:<size>[kmg] | @<file-of-partitions>\n" 323 FILE *f;
|
| /system/core/init/ |
| bootchart.c | 5 * you may not use this file except in compliance with the License. 125 FILE* out; 171 /* create log file if needed */ 221 /* append file content */ 340 /* create kernel process accounting file */
|
| /system/core/libcutils/ |
| dir_hash.c | 5 * you may not use this file except in compliance with the License. 35 * a hash of the contents, size, permissions, uid, and gid of the file 70 FILE *f = fopen(path, "rb");
|
| /system/core/toolbox/ |
| nandread.c | 29 FILE *statusfile = NULL; 76 fprintf(stderr, "%s [-d <dev>] [-f file] [-s sparesize] [-vh]\n" 78 " -f <file> Write to <file>\n" 79 " -s <size> Number of spare bytes in file (default 64)\n"
|