| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| bitmap.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 150 extern void debug_bitmap_file (FILE *, const_bitmap); 153 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *); 183 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n")
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| bitmap.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 150 extern void debug_bitmap_file (FILE *, const_bitmap); 153 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *); 183 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n")
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| bitmap.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 150 extern void debug_bitmap_file (FILE *, const_bitmap); 153 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *); 183 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n")
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| bitmap.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 150 extern void debug_bitmap_file (FILE *, const_bitmap); 153 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *); 183 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n")
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
| mpc.h | 1 /* mpc.h -- Include file for mpc. 5 This file is part of the MPC Library. 18 along with the MPC Library; see the file COPYING.LIB. If not, write to 226 __MPC_DECLSPEC int mpc_inp_str __MPC_PROTO ((mpc_ptr, FILE *, size_t *, int, mpc_rnd_t)); 227 __MPC_DECLSPEC size_t mpc_out_str __MPC_PROTO ((FILE *, int, size_t, mpc_srcptr, mpc_rnd_t));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
| mpc.h | 1 /* mpc.h -- Include file for mpc. 5 This file is part of the MPC Library. 18 along with the MPC Library; see the file COPYING.LIB. If not, write to 226 __MPC_DECLSPEC int mpc_inp_str __MPC_PROTO ((mpc_ptr, FILE *, size_t *, int, mpc_rnd_t)); 227 __MPC_DECLSPEC size_t mpc_out_str __MPC_PROTO ((FILE *, int, size_t, mpc_srcptr, mpc_rnd_t));
|
| /system/core/fs_mgr/ |
| fs_mgr.c | 5 * you may not use this file except in compliance with the License. 170 static char *getline(char *buf, int size, FILE *file) 182 c = getc(file); 213 c = getc(file); 226 FILE *fstab_file; 239 ERROR("Cannot open file %s\n", fstab_path); 288 * error and quit. This can happen in the unlikely case the file changes
|
| /system/extras/tests/fstest/ |
| perm_checker.c | 5 * you may not use this file except in compliance with the License. 17 // A simple file permissions checker. See associated README. 155 static int read_rules(FILE *fp) 186 // Automatically add a rule to match the configuration file 241 printf("# WARNING # Multiple exact rules for file: %s\n", name); 243 // If any exact rule matched or failed, we are done with this file 251 // Check if the spec is a prefix of the filename, and that the file 290 // For now, we match links against "exact" file rules only 376 return 0; // File doesn't exist anymore 409 FILE *fp [all...] |
| /external/srec/srec/test/SRecTestAudio/src/ |
| SRecTestAudio.c | 7 * you may not use this file except in compliance with the License. * 119 LCHAR grammar_path [P_PATH_MAX]; /* File path of the grammar. */ 146 LCHAR raw_waveform_filename [P_PATH_MAX]; /* Name of file of saved waveform data. */ 147 PFile *raw_waveform_file; /* Pointer to file of saved waveform data. */ 168 FILE *results_file, size_t *recognition_count ); 377 /* Command-line options always override PAR file options */ 747 * Execute TCP-file commands. [all...] |
| /bionic/libc/private/isc/ |
| eventlib.h | 96 void evSetDebug __P((evContext, int, FILE *));
|
| /bootable/recovery/applypatch/ |
| imgdiff.c | 5 * you may not use this file except in compliance with the License. 30 * concatenated together to create the output file; the output image 42 * of the file and any encoding parameters needed for the gzipped 58 * sequence appears spuriously in the file. (Note that it would have to 71 * bsdiff patch offset (8) [from start of patch file] 75 * bsdiff patch offset (8) [from start of patch file] 89 * bsdiff patch offset (8) [from start of patch file] 113 * of each from the beginning of the file is specified in the header. 130 size_t start; // offset of chunk in original image file 187 FILE* f = fopen(filename, "rb") [all...] |
| /bootable/recovery/ |
| roots.cpp | 5 * you may not use this file except in compliance with the License. 63 FILE* fstab = fopen("/etc/recovery.fstab", "r");
|
| /build/tools/atree/ |
| atree.cpp | 35 " -m DEPENDENCY Output a make-formatted file containing the list.\n" 40 "FILELIST file format:\n" 45 " In a FILELIST file, comment lines start with a #. Other lines\n" 53 " 'rm DEST' removes the destination file and fails if it's missing.\n" 54 " 'strip DEST' strips the binary destination file.\n" 55 " If SRC is supplied, the file names can be different.\n" 191 // read file lists 261 // remove all files or directories as requested from the input atree file. 319 // output the dependency file 321 FILE *f = fopen(g_dependency.c_str(), "w") [all...] |
| /device/moto/stingray/recovery/ |
| masterclear_bp.c | 26 FILE *fp = fopen(USB1_SETUP_FILE, "w");
|
| /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/ |
| SEC_OMX_Component_Register.c | 6 * you may not use this file except in compliance with the License. 19 * @file SEC_OMX_Component_Register.c 59 FILE *omxregistryfp;
|
| /external/bison/src/ |
| parse-gram.c | 190 This file is part of Bison, the GNU Compiler Compiler. 225 #define YY_LOCATION_PRINT(File, Loc) \ 226 location_print (File, Loc) 647 "\"end of file\"", "error", "$undefined", "\"string\"", "\"integer\"", 652 "\"%expect\"", "\"%expect-rr\"", "\"%file-prefix\"", "\"%glr-parser\"", 902 # define YY_LOCATION_PRINT(File, Loc) \ 903 fprintf (File, "%d.%d-%d.%d", \ [all...] |
| state.c | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to 227 state_rule_look_ahead_tokens_print (state *s, rule *r, FILE *out)
|
| /external/bluetooth/bluez/input/ |
| sixpair.c | 126 FILE *f;
|
| /external/bluetooth/bluez/tools/ |
| hciattach_ath3k.c | 360 static int ath_parse_ps(FILE *stream) 503 static int ps_patch_download(int fd, FILE *stream) 776 FILE *stream; 803 FILE *stream; 807 * config file to download. 830 perror("firmware file open error\n"); 844 * It is not necessary that Patch file be available, 845 * continue with PS Operations if patch file is not available. 955 * Atheros AR300x specific initialization and configuration file
|
| /external/bluetooth/glib/glib/ |
| gfileutils.c | 1 /* gfileutils.c - File utility functions 16 * License along with GLib; see the file COPYING.LIB. If not, 62 * @pathname: a pathname in the GLib file name encoding 134 * @filename: a filename to test in the GLib file name encoding 139 * G_FILE_TEST_IS_DIR)</literal> will return %TRUE if the file exists; 145 * so for a symbolic link to a regular file g_file_test() will return 155 * to know whether it is safe to write to a file without being 175 * %G_FILE_TEST_IS_EXECUTABLE will just check that the file exists and 277 * file. We fall through to a stat test to avoid that. 305 /* The extra test for root when access (file, X_OK) succeeds 877 FILE *file; local [all...] |
| /external/bsdiff/ |
| bspatch.c | 60 FILE * f, * cpf, * dpf, * epf; 75 /* Open patch file */ 80 File format: 111 /* Close patch file and re-open it via libbzip2 at the right places */ 196 /* Write the new file */
|
| /external/checkpolicy/ |
| checkmodule.c | 50 static int read_binary_policy(policydb_t * p, char *file, char *progname) 57 fd = open(file, O_RDONLY); 60 file, strerror(errno)); 65 file, strerror(errno)); 71 fprintf(stderr, "Can't map '%s': %s\n", file, strerror(errno)); 109 static int write_binary_policy(policydb_t * p, char *file, char *progname) 111 FILE *outfp = NULL; 116 progname, policyvers, file); 118 outfp = fopen(file, "w"); 120 perror(file); 162 char *file = txtfile, *outfile = NULL; local [all...] |
| /external/chromium/base/ |
| file_util_win.cc | 3 // found in the LICENSE file. 109 // File was created after or on comparison time 132 // Otherwise, it's a file, wildcard or non-existant. Try DeleteFile first 215 // Make sure that the target file exists. 577 FILE* CreateAndOpenTemporaryShmemFile(FilePath* path) { 582 // On POSIX we have semantics to create and open a temporary file 586 FILE* CreateAndOpenTemporaryFileInDir(const FilePath& dir, FilePath* path) { 591 // Open file in binary mode, to avoid problems with fwrite. On Windows 604 PLOG(WARNING) << "Failed to get temporary file name in " << dir.value(); 669 << "conflicts with existing file." [all...] |
| /external/chromium/chrome/browser/autocomplete/ |
| history_contents_provider_unittest.cc | 3 // found in the LICENSE file. 40 file_thread_(BrowserThread::FILE, &message_loop_) {}
|
| /external/chromium/chrome/browser/chromeos/ |
| external_metrics.cc | 3 // found in the LICENSE file. 12 #include <sys/file.h> 119 PLOG(ERROR) << event_file_path << ": bad metrics file stat"; 142 // read and processed, or an error occurs, truncate the file to zero size. 230 BrowserThread::FILE, FROM_HERE, NewRunnableMethod(
|