HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 226 - 250 of 2817) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
mntent.h 49 struct mntent* getmntent(FILE*);
  /bionic/libc/stdio/
fwalk.c 40 _fwalk(int (*function)(FILE *))
42 FILE *fp;
putc.c 44 putc_unlocked(int c, FILE *fp)
59 putc(int c, FILE *fp)
  /external/bzip2/
bzmore 41 for FILE
44 echo $n1 "--More--(Next file: $FILE)$n2"
54 echo "------> $FILE <------"
55 bzip2 -cdfq "$FILE" | eval $more
  /external/chromium/net/ftp/
ftp_directory_listing_parser_vms_unittest.cc 3 // found in the LICENSE file.
23 FtpDirectoryListingEntry::FILE, "readme.txt", 1024,
26 FtpDirectoryListingEntry::FILE, ".welcome", 1024,
28 { "FILE.;1 2 13-FEB-2002 23:32:40.47",
29 FtpDirectoryListingEntry::FILE, "file.", 1024,
32 FtpDirectoryListingEntry::FILE, "example.txt", 512,
35 FtpDirectoryListingEntry::FILE, "announce.txt", 512,
41 FtpDirectoryListingEntry::FILE, "announce.txt", 512,
44 FtpDirectoryListingEntry::FILE, "announce.txt", 512
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 3 use File::Find;
4 use File::Copy;
22 my $file = $_;
23 my $dir = $File::Find::dir;
24 # Record if a CMake file was found.
25 if ($file eq "CMakeLists.txt") {
26 $dirCMake{$dir} = $File::Find::name;
29 # Grab the extension of the file.
30 $file =~ /\.([^.]+)$/;
38 push @$files, $file;
    [all...]
  /external/v8/src/
inspector.h 44 static void DumpObjectType(FILE* out, Object* obj, bool print_more);
45 static void DumpObjectType(FILE* out, Object* obj) {
  /external/eigen/bench/btl/data/
mk_mean_script.sh 21 for FILE in $DATA_FILE
24 ##echo "mk_mean_script1" ${FILE}
25 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
28 cp $FILE ${WORK_DIR}/${TITLE}
  /external/webkit/Tools/Scripts/
do-file-rename 29 # Script to do file renaming.
32 use File::Find;
54 my $file = $_;
56 if ($file eq "icu") {
57 $File::Find::prune = 1;
61 if ($file =~ /^\../) {
62 $File::Find::prune = 1;
66 return if $file =~ /^ChangeLog/;
67 return if -d $file;
69 push @paths, $File::Find::name
    [all...]
add-include 33 $headerToAdd =~ /^([A-Za-z][A-Za-z0-9]+)\.h$/ or die "Header to add must be a .h file: $headerToAdd.\n";
37 FILE: for my $filename (@ARGV) {
38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
    [all...]
  /frameworks/base/tools/aidl/
AST.h 31 void WriteModifiers(FILE* to, int mod, int mask);
39 virtual void Write(FILE* to) = 0;
45 virtual void Write(FILE* to) = 0;
54 virtual void Write(FILE* to);
64 virtual void Write(FILE* to);
79 void WriteDeclaration(FILE* to);
80 void Write(FILE* to);
93 void Write(FILE* to);
108 virtual void Write(FILE* to);
114 virtual void Write(FILE* to) = 0
    [all...]
  /external/bison/darwin-lib/
stdio.h 472 /* Close STREAM and its underlying file descriptor. */
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream))
    [all...]
  /external/bison/linux-lib/
stdio.h 472 /* Close STREAM and its underlying file descriptor. */
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream))
    [all...]
  /external/iproute2/tc/
tc_util.h 31 int (*print_qopt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
32 int (*print_xstats)(struct qdisc_util *qu, FILE *f, struct rtattr *xstats);
35 int (*print_copt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
45 int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle);
54 int (*print_aopt)(struct action_util *au, FILE *f, struct rtattr *opt);
55 int (*print_xstats)(struct action_util *au, FILE *f, struct rtattr *xstats);
86 extern void print_tcstats_attr(FILE *fp, struct rtattr *tb[], char *prefix, struct rtattr **xstats);
87 extern void print_tcstats2_attr(FILE *fp, struct rtattr *rta, char *prefix, struct rtattr **xstats);
93 extern int tc_print_police(FILE *f, struct rtattr *tb);
99 extern int print_police(struct action_util *a, FILE *f
    [all...]
  /external/libxml2/include/libxml/
debugXML.h 29 xmlDebugDumpString (FILE *output,
32 xmlDebugDumpAttr (FILE *output,
36 xmlDebugDumpAttrList (FILE *output,
40 xmlDebugDumpOneNode (FILE *output,
44 xmlDebugDumpNode (FILE *output,
48 xmlDebugDumpNodeList (FILE *output,
52 xmlDebugDumpDocumentHead(FILE *output,
55 xmlDebugDumpDocument (FILE *output,
58 xmlDebugDumpDTD (FILE *output,
61 xmlDebugDumpEntities (FILE *output
    [all...]
  /external/blktrace/btt/
bno_dump.c 24 FILE *rfp, *wfp, *cfp;
27 static FILE *bno_dump_open(__u32 device, char rwc)
29 FILE *fp;
45 static inline void bno_dump_write(FILE *fp, struct io *iop)
75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp;
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 3 // found in the LICENSE file.
32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));

Completed in 5018 milliseconds

1 2 3 4 5 6 7 8 91011>>