HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1076 - 1100 of 2555) sorted by null

<<41424344454647484950>>

  /external/icu4c/tools/genrb/
derb.c 8 * file name: derb.c
62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
63 static void printString(FILE *out, UConverter *converter, const UChar *str, int32_t len);
64 static void printCString(FILE *out, UConverter *converter, const char *str, int32_t len);
65 static void printIndent(FILE *out, UConverter *converter, int32_t indent);
66 static void printHex(FILE *out, UConverter *converter, uint8_t what);
270 FILE *out;
337 printCString(out, converter, "// This file was dumped by derb(8) from ", -1);
361 reportError(pname, &status, "opening resource file");
410 static void printString(FILE *out, UConverter *converter, const UChar *str, int32_t len)
    [all...]
  /external/iproute2/ip/
iplink_can.c 78 static void print_ctrlmode(FILE *f, __u32 cm)
196 static void can_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
261 FILE *f, struct rtattr *xstats)
  /external/libxslt/libxslt/
transform.h 47 FILE * profile,
67 FILE * output);
82 FILE * profile,
  /external/linux-tools-perf/util/
config.c 19 static FILE *config_file;
29 FILE *f;
223 /* We are at the file beginning; skip UTF8-encoded BOM
233 /* No BOM at file beginning. Cool. */
263 die("bad config file line %d in %s", config_linenr, config_file_name);
360 FILE *f = fopen(filename, "r");
404 /* Setting $PERF_CONFIG makes perf read _only_ the given config file. */
469 /* try config file */
  /external/openssl/crypto/lhash/
lhash.h 186 void lh_stats(const _LHASH *lh, FILE *out);
187 void lh_node_stats(const _LHASH *lh, FILE *out);
188 void lh_node_usage_stats(const _LHASH *lh, FILE *out);
  /external/openssl/include/openssl/
lhash.h 186 void lh_stats(const _LHASH *lh, FILE *out);
187 void lh_node_stats(const _LHASH *lh, FILE *out);
188 void lh_node_usage_stats(const _LHASH *lh, FILE *out);
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 26 #include <stdio.h> /* For FILE */
266 FILE *debugFile; /* Debug file for dumping packets */
290 void dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir);
291 void dumpHex(FILE *fp, unsigned char const *buf, int len);
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 78 local void write_table OF((FILE *, const unsigned long FAR *));
159 FILE *out;
184 FILE *out;
  /external/qemu/
sysemu.h 79 void qemu_errors_to_file(FILE *fp);
83 void qemu_error_internal(const char *file, int linenr, const char *func,
171 const char *file;
179 extern int drive_add(const char *file, const char *fmt, ...);
235 int fread_targphys(target_phys_addr_t dst_addr, size_t nbytes, FILE *f);
236 int fread_targphys_ok(target_phys_addr_t dst_addr, size_t nbytes, FILE *f);
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 6 ** you may not use this file except in compliance with the License.
54 * or file tag. The resulting strings are put into the fNames or fFileNames arrays.
82 * fileset, name, and file.
106 (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG)) {
114 * name, and file.
128 (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG)) {
161 FILE* openLocalizedFile(const char* origname) {
162 FILE* file = 0; local
178 file = fopen(filename.c_str(), "r")
202 FILE *file = openLocalizedFile(filename); local
    [all...]
  /external/srec/tools/dictTest/
dictTest.c 7 * you may not use this file except in compliance with the License. *
42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout)
63 //parses the input file, runs phoneme tests and produces output to be parsed by perl script
64 void doInputTestPhonemes(SR_Vocabulary *vocab, PFile* fin, FILE* fout)
76 //read through the test file parsing it into the variables
125 FILE* fout = stdout;
137 /* Set ANSI file-system as default file-system */
285 if (*outfilename) /* output file */
289 LPRINTF("Could not open file: %s\n",outfilename)
    [all...]
  /external/v8/preparser/
preparser-process.cc 40 // This file is only used for testing the stand-alone preparser
42 // The first argument must be the path of a JavaScript source file, or
52 // This source file is preparsed and tested against the expectations, and if
55 // The source file must contain only ASCII characters (UTF-8 isn't supported).
56 // The file is read into memory, so it should have a reasonable size.
103 bool ReadBuffer(FILE* source, void* buffer, size_t length) {
109 bool WriteBuffer(FILE* dest, const void* buffer, size_t length) {
327 // Open JS file.
328 FILE* input = fopen(filename, "rb");
330 perror("ERROR: Error opening file");
    [all...]
  /external/webkit/PerformanceTests/SunSpider/
sunspider 29 use File::Basename;
30 use File::Spec;
124 open FILE, ">", $path or die "Failed to open $path";
125 print FILE $contents;
126 close FILE;
168 my $shellArgs = $jsShellArgs . " -f $prefixFile -f resources/sunspider-standalone-driver.js 2> " . File::Spec->devnull();
187 for my $file (readdir DIR) {
188 if ($file =~ $pattern) {
189 my $age = -M "$dir/$file";
191 $newestFile = $file;
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 19 # Unit tests of parseDiff() with mock files; test override of patch EOL with EOL of target file.
24 use File::Temp;
31 new file mode 100644
56 new file mode 100644
92 my $mockDir = File::Temp->tempdir("parseDiffXXXX", CLEANUP => 1);
93 writeToFile(File::Spec->catfile($mockDir, "MakefileWithUnixEOL"), $MakefileContents);
94 writeToFile(File::Spec->catfile($mockDir, "MakefileWithWindowsEOL"), toWindowsLineEndings($MakefileContents));
301 my ($file, $text) = @_;
302 open(FILE, ">$file") or die
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 14 * This file is an example of operating system specific wrapper functions.
19 * this file in working condition to allow the functions to be tested on a
21 * this file to work correctly. Note that these implementations are only
81 FILE *f = fopen(pid_file, "w");
101 FILE *f;
192 FILE *f;
os_unix.c 131 FILE *f = fopen(pid_file, "w");
152 FILE *f;
270 FILE *f;
  /external/zlib/contrib/minizip/
mztools.c 30 extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered)
31 const char* file;
38 FILE* fpZip = fopen(file, "rb");
39 FILE* fpOut = fopen(fileOut, "wb");
40 FILE* fpOutCD = fopen(fileOutTmp, "wb");
52 /* File entry */
62 unsigned int fnsize = READ_16(header + 26); /* file name length */
225 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools";
254 /* Final merge (file + central directory) *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 5 ** you may not use this file except in compliance with the License.
60 printf ("File names, input raw PCM data, and output is AMR_WB bit-stream file.\n");
64 int GetNextBuf(FILE* inFile,unsigned char* dst,int size)
82 FILE *fsrc = NULL;
83 FILE *fdst = NULL;
189 /* write RFC3267 Header info to indicate single channel AMR file storage format */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
sbitmap.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
210 extern void dump_sbitmap (FILE *, const_sbitmap);
211 extern void dump_sbitmap_file (FILE *, const_sbitmap);
212 extern void dump_sbitmap_vector (FILE *, const char *, const char *, sbitmap *,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
206 extern void dump_sbitmap (FILE *, const_sbitmap);
207 extern void dump_sbitmap_file (FILE *, const_sbitmap);
208 extern void dump_sbitmap_vector (FILE *, const char *, const char *, sbitmap *,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
206 extern void dump_sbitmap (FILE *, const_sbitmap);
207 extern void dump_sbitmap_file (FILE *, const_sbitmap);
208 extern void dump_sbitmap_vector (FILE *, const char *, const char *, sbitmap *,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
206 extern void dump_sbitmap (FILE *, const_sbitmap);
207 extern void dump_sbitmap_file (FILE *, const_sbitmap);
208 extern void dump_sbitmap_vector (FILE *, const char *, const char *, sbitmap *,
  /system/core/toolbox/
vmstat.c 160 FILE *f;
178 FILE *f;
201 FILE *f;
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 136 int decompress(FILE* input_file, int dct_method, int disable_rgb)
241 FILE* f;
311 FILE* f = fopen( argv[1], "rb" );
  /external/bison/src/
scan-gram.c 125 /* Returned upon end-of-file. */
162 /* Special action meaning "start processing a new file". */
183 extern FILE *gram_in, *gram_out;
224 FILE *yy_input_file;
282 * just pointing gram_in at a new input file.
341 void gram_restart (FILE *input_file );
343 YY_BUFFER_STATE gram__create_buffer (FILE *file,int size );
351 static void gram__init_buffer (YY_BUFFER_STATE b,FILE *file );
3737 char *file = strchr (after_num, '"') + 1; local
    [all...]

Completed in 1411 milliseconds

<<41424344454647484950>>