| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| tic.h | 67 ** NOTE that all short integers in the file are stored using VAX/PDP-style 187 * The file comp_captab.c contains an array of these structures, one 255 extern NCURSES_EXPORT(void) _nc_reset_input (FILE *, char *);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
| profiler_container_size.h | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // along with this library; see the file COPYING. If not, write to 21 // As a special exception, you may use this file as part of a free 24 // file, or you compile this file and link it with other files to 25 // produce an executable, this file does not by itself cause the 28 // reasons why the executable file might be covered by the GNU General 31 /** @file profile/impl/profiler_container_size.h 75 __write(FILE* __f) const
|
| /sdk/emulator/opengl/host/tools/emugen/ |
| TypeFactory.cpp | 5 * you may not use this file except in compliance with the License. 71 FILE *fp = fopen(filename.c_str(), "rt");
|
| /sdk/emulator/opengl/shared/OpenglCodecCommon/ |
| Win32PipeStream.cpp | 5 * you may not use this file except in compliance with the License. 26 #error ONLY BUILD THIS SOURCE FILE FOR WINDOWS! 142 NULL); // no template file
|
| /system/core/adb/ |
| usb_vendors.c | 5 * you may not use this file except in compliance with the License. 206 FILE * f = fopen(temp, "rt"); 209 /* The vendor id file is pretty basic. 1 vendor id per line. 234 /* builds the path to the adb vendor id file. returns 0 if success */ 244 /* fills buff with the path to the adb vendor id file. returns 0 if success */
|
| /system/core/libcorkscrew/ |
| map_info.c | 5 * you may not use this file except in compliance with the License. 73 FILE* fp;
|
| /system/core/libzipfile/ |
| zipfile.c | 14 Zipfile *file = malloc(sizeof(Zipfile)); local 15 if (file == NULL) return NULL; 16 memset(file, 0, sizeof(Zipfile)); 17 file->buf = data; 18 file->bufsize = size; 20 err = read_central_dir(file); 23 return file; 25 free(file); 32 Zipfile* file = (Zipfile*)f; local 33 Zipentry* entry = file->entries 45 Zipfile* file = (Zipfile*)f; local [all...] |
| /system/core/toolbox/ |
| top.c | 227 FILE *file; local 240 file = fopen("/proc/stat", "r"); 241 if (!file) die("Could not open /proc/stat.\n"); 242 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &new_cpu.utime, &new_cpu.ntime, &new_cpu.stime, 244 fclose(file); 325 FILE *file; local 329 file = fopen(filename, "r"); 330 if (!file) return 1 366 FILE *file; local 393 FILE *file; local [all...] |
| /system/netd/ |
| BandwidthController.h | 5 * you may not use this file except in compliance with the License. 134 * fp should be a file to the FORWARD rules of iptables. 137 static int parseForwardChainStats(TetherStats &stats, FILE *fp,
|
| /system/vold/ |
| main.cpp | 5 * you may not use this file except in compliance with the License. 162 FILE *fp;
|
| /development/ide/xcode/ports/ |
| skia_mac.cp | 15 FILE* f = ::fopen("/whereami.txt", "w"); 56 // Create a Nib reference passing the name of the nib file (without the .nib extension)
|
| /external/bison/lib/ |
| bitset.c | 289 /* Print contents of bitset BSET to FILE. */ 291 bitset_print (FILE *file, bitset bset, bool verbose) 298 fprintf (file, "n_bits = %lu, set = {", 306 fprintf (file, "\n"); 310 fprintf (file, "%lu ", (unsigned long int) i); 315 fprintf (file, "}\n"); 319 /* Dump bitset BSET to FILE. */ 321 bitset_dump (FILE *file, bitset bset [all...] |
| bitset.h | 22 /* This file is the public interface to the bitset abstract data type. 23 Only use the functions and macros defined in this file. */ 300 extern void bitset_dump (FILE *, bitset); 377 /* Read bitset stats file of accummulated stats. */ 380 /* Write bitset stats file of accummulated stats. */ 384 extern void bitset_stats_dump (FILE *);
|
| /external/bison/src/ |
| conflicts.c | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to the Free 398 conflict_report (FILE *out, int src_num, int rrc_num) 415 conflicts_output (FILE *out)
|
| /external/blktrace/btt/ |
| devs.c | 115 static inline FILE *open_pit(char *str) 117 FILE *fp = my_fopen(str, "w");
|
| /external/chromium/chrome/browser/chromeos/ |
| customization_document.cc | 3 // found in the LICENSE file. 62 "file:///opt/oem/etc/services_manifest.json"; 68 // Maximum number of retries to fetch file if network is not available. 71 // Delay between file fetch retries if network is not available. 284 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 293 void ServicesCustomizationDocument::ReadFileInBackground(const FilePath& file) { 294 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 297 if (file_util::ReadFileToString(file, &manifest)) { 305 << file.value();
|
| /external/chromium/chrome/browser/ |
| crash_handler_host_linux.cc | 3 // found in the LICENSE file. 117 // for writing the minidump as well as a file descriptor and a credentials 182 // Walk the control payload an extract the file descriptor and validated pid. 310 BrowserThread::FILE, FROM_HERE, 323 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| memory_details.cc | 3 // found in the LICENSE file. 70 // expensive parts of this operation over on the file thread. 74 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE)); 103 // Now go do expensive memory lookups from the file thread. 105 BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/metrics/ |
| thread_watcher.cc | 3 // found in the LICENSE file. 248 if (BrowserThread::IsMessageLoopValid(BrowserThread::FILE)) { 249 ThreadWatcher::StartWatching(BrowserThread::FILE, "FILE", kSleepTime,
|
| /external/chromium/chrome/browser/ui/gtk/ |
| create_application_shortcuts_dialog_gtk.cc | 3 // found in the LICENSE file. 187 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 205 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/dropbear/libtommath/etc/ |
| pprime.c | 11 FILE *primes; 37 FILE *out;
|
| /external/e2fsprogs/misc/ |
| blkid.c | 7 * This file may be redistributed under the terms of the 42 static void print_version(FILE *out) 49 FILE *out = error ? stderr : stdout; 53 "usage:\t%s [-c <file>] [-ghlLv] [-o format] " 54 "[-s <tag>] [-t <token>]\n [-w <file>] [dev ...]\n" 55 "\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n" 62 "\t-w\twrite cache to different file (/dev/null = no write)\n"
|
| /external/elfutils/tests/ |
| run-strings-test.sh | 3 # This file is part of Red Hat elfutils. 345 testfile8: 7bba FILE 357 testfile8: 7c55 cannot stat input file "%s" 363 testfile8: 7cd6 illformed file `%s' 373 testfile8: 7da0 Place stripped output into FILE 374 testfile8: 7dc0 Extract the removed sections into FILE 376 testfile8: 7e40 Only one input file allowed together with '-o' and '-f' 381 testfile8: 7f80 %s: File format not recognized 383 testfile8: 7fe0 cannot create new file `%s': %s 388 testfile8: 80e0 %s: error while reading the file: % [all...] |
| /external/icu4c/common/ |
| umapfile.c | 12 * Memory mapped file wrappers for use by the ICU Data Implementation 78 * Memory Mapped File support. Platform dependent implementation of * 86 return FALSE; /* no file access */ 97 const char *path /* File path to be opened/mapped */ 101 HANDLE file; local 108 /* open the input file */ 109 file=CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, NULL, 112 if(file==INVALID_HANDLE_VALUE) { 132 /* create an unnamed Windows file-mapping object for the specified file */ 234 FILE *file; local [all...] |
| /external/iproute2/lib/ |
| rt_names.c | 33 rtnl_hash_initialize(char *file, struct rtnl_hash_entry **hash, int size) 37 FILE *fp; 39 fp = fopen(file, "r"); 56 file, p); 72 static void rtnl_tab_initialize(char *file, char **tab, int size) 75 FILE *fp; 77 fp = fopen(file, "r"); 94 file, p);
|